Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skratchdot/map-generator
A script that auto generates maps for a few different repos.
https://github.com/skratchdot/map-generator
Last synced: about 2 months ago
JSON representation
A script that auto generates maps for a few different repos.
- Host: GitHub
- URL: https://github.com/skratchdot/map-generator
- Owner: skratchdot
- License: mit
- Created: 2014-10-30T17:55:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-30T21:25:12.000Z (about 10 years ago)
- Last Synced: 2024-10-19T00:24:31.948Z (3 months ago)
- Language: Shell
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# map-generator
A script that auto generates maps for a few different repos.
## Helpful links
- [Let's Make A Map](http://bost.ocks.org/mike/map/)
- [d3 - Geo Reference](https://github.com/mbostock/d3/wiki/Geo)
- [Natural Earth Data - 10m Downloads](http://www.naturalearthdata.com/downloads/10m-cultural-vectors/)
- [ne_10m_admin_0_countries.zip](http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_countries.zip)
- [ne_10m_admin_1_states_provinces.zip](http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_1_states_provinces.zip)
- [ISO_3166-2 (country codes)](https://en.wikipedia.org/wiki/ISO_3166-2)
- [HASC (subdivision codes)](https://en.wikipedia.org/wiki/Hierarchical_administrative_subdivision_codes)## Tool Used / Requirements
- [bash](https://www.gnu.org/software/bash/)
- [node.js](http://nodejs.org/)
- [Geospatial Data Abstraction Library](http://www.gdal.org/)
- [phantomjs](http://phantomjs.org/)## License
Copyright (c) 2014 skratchdot
Licensed under the MIT license.