https://github.com/quantmind/topo-regions
World maps for visualization
https://github.com/quantmind/topo-regions
d3js geojson maps topojson topology
Last synced: 25 days ago
JSON representation
World maps for visualization
- Host: GitHub
- URL: https://github.com/quantmind/topo-regions
- Owner: quantmind
- License: bsd-3-clause
- Created: 2015-01-20T09:16:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T15:14:23.000Z (over 8 years ago)
- Last Synced: 2025-09-19T19:39:36.990Z (5 months ago)
- Topics: d3js, geojson, maps, topojson, topology
- Language: JavaScript
- Homepage: https://quantmind.github.io/topo-regions/
- Size: 948 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# topo-regions
[](https://www.npmjs.com/package/topo-regions)
[](https://david-dm.org/quantmind/topo-regions#info=devDependencies)
[](https://circleci.com/gh/quantmind/topo-regions)
This repository provides a convenient mechanism for generating [TopoJSON][] files from [GADM][] database of Global Administrative Areas.
## Installing
To create the maps:
```bash
yarn install
```
## Maps
Maps are available at the ``world`` directory of the installed package or directly from [unpkg](https://unpkg.com/topo-regions/).
## Useful Resources
* [GADM][] database of Global Administrative Areas
* [Natural Earth](http://www.naturalearthdata.com/downloads)’s vector data
* Use [mapshaper.org](http://mapshaper.org/) to explore shape/geojson/topojson files
* For additional maps check the [world-atlas][] project
* [Let’s Make a Map](http://bost.ocks.org/mike/map/)
* [command-line cartography](https://medium.com/@mbostock/command-line-cartography-part-1-897aa8f8ca2c) guides
[TopoJSON]: https://github.com/topojson/topojson
[GADM]: http://www.gadm.org
[world-atlas]: https://github.com/topojson/world-atlas