Code Monkey home page Code Monkey logo

dottedmap's Introduction

Installation

yarn
npm run dev

Data Sources

It is assumed you have https://csvkit.readthedocs.io installed

Borders

https://github.com/johan/world.geo.json/blob/master/countries.geo.json (with ISO3 country codes)

curl https://raw.githubusercontent.com/johan/world.geo.json/master/countries.geo.json > scripts/countries.json

ISO codes

https://github.com/datasets/country-codes/blob/master/data/country-codes.csv

curl https://raw.githubusercontent.com/datasets/country-codes/master/data/country-codes.csv | cat routes.dat | csvcut | csvjson -i 4 > scripts/routes.json

Airport routes

http://openflights.org/data.html

curl https://raw.githubusercontent.com/jpatokal/openflights/master/data/routes.dat | csvcut -H | csvjson -i 4 > scripts/routes.json

Airport codes

http://openflights.org/data.html

curl https://raw.githubusercontent.com/jpatokal/openflights/master/data/airports.dat | csvcut -H | csvjson -i 4 > scripts/airports.json

Trip sources

curl http://trip.ee/api/destinations > scripts/destinations.json
curl http://trip.ee/api/destinations/data > scripts/destinations_data.json

dottedmap's People

Contributors

kristjanjansen avatar

Watchers

 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.