项目作者: kristjanjansen

项目描述 :
Generates a SVG dotted map from geodata
高级语言: PHP
项目地址: git://github.com/kristjanjansen/dottedmap.git
创建时间: 2017-02-06T09:19:17Z
项目社区:https://github.com/kristjanjansen/dottedmap

开源协议:

下载


Installation

  1. yarn
  2. 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)

  1. 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

  1. 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

  1. 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

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

Trip sources

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