Giter VIP home page Giter VIP logo

ships's Introduction

Data anomalies

Ideally, each ship ID should correspond to exactly one ship. Unfortunately, the data set has some anomalies: some IDs are listed with different ship names or types. In some cases this clearly seems to be a typo (e.g. "SEASTAR ENDURANCE" and "ZBASTAR ENDURANCE" with ID 406999) but in other cases it is not so obvious.

To avoid doing manual data cleanup I assume that a (type, name, id) triple uniquely identifies each ship. In the cases where (type, name) pair has multiple corresponding IDs, I append the ship ID to its name to uniquely identify it in the UI.

Possible improvements

User experience:

  • Avoid briefly resetting to world map when changing vessel type.
  • Use different marker colors for start and end points.
  • Display the map on the whole page with an overlay panel for vessel choice (like here).

Code quality:

  • Avoid "objects are masked" warnings (possibly using loadNamespace).
  • Add testthat unit tests for readShips.R.
  • Avoid the overhead of remembering and filtering a data frame on user interaction (stateless session, type -> name -> observation hash map).

Recruitment points:

  • Deploy to Google Cloud or AWS to show that I can use them ;)

ships's People

Contributors

kamilzyla avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.