Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonepri/geo-maps
🗺 High Quality GeoJSON maps programmatically generated.
https://github.com/simonepri/geo-maps
boundaries country earth geojson maps political world
Last synced: 18 days ago
JSON representation
🗺 High Quality GeoJSON maps programmatically generated.
- Host: GitHub
- URL: https://github.com/simonepri/geo-maps
- Owner: simonepri
- License: mit
- Created: 2017-09-02T12:42:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T16:53:03.000Z (over 5 years ago)
- Last Synced: 2024-10-17T11:04:56.444Z (22 days ago)
- Topics: boundaries, country, earth, geojson, maps, political, world
- Language: JavaScript
- Homepage:
- Size: 18.6 MB
- Stars: 1,273
- Watchers: 25
- Forks: 66
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-gis - Geo Maps - High Quality GeoJSON maps programmatically generated. (Data and Utilities / Jupyter based training workshops)
- awesome-starred - simonepri/geo-maps - 🗺 High Quality GeoJSON maps programmatically generated. (others)
README
🗺 High Quality GeoJSON maps programmatically generated.
The only GeoJSON maps of the world you will ever need!
## Motivation
The purpose of this project is to **programmatically** extract maps from open
databases like [OpenStreetMap](https://www.openstreetmap.org) providing you
with a ready to use GeoJSON map that fits your needs.Do you believe that this is cool? If so, support us with a ⭐️!
## Table of maps
In this section you can find all the maps generated by this project.
Feel free to [propose](https://github.com/simonepri/geo-maps/issues) new kinds of maps! 🎉For each map you can click on the image to see a live preview.
Please note that the previews show you the worst resolution available.
See the details for higher resolutions.All the maps are exported as GeoJSON and available to be downloaded directly from
[GitHub](https://github.com/simonepri/geo-maps/releases) or as package on [npm](https://www.npmjs.com/org/geo-maps).
See the details of each map for more information on how to get started.Preview | Name | Short Description | Info Page
--------|------|-------------------|----------
| **countries-land** | Countries' political land borders |
| **countries-coastline** | Countries' political coastline borders |
| **countries-maritime** | Countries' political maritime borders |
| **earth-lands** | Earth's lands |
| **earth-coastlines** | Earth's coastlines |
| **earth-waterbodies** | Earth's waterbodies |
| **earth-seas** | Earth's seas and oceans |
| **earth-lakes** | Earth's lakes |
| **earth-rivers** | Earth's rivers |## Conversion to other formats
If you need to convert maps in any of Shapefile, TopoJSON, CSV, SVG formats you can use the [mapshaper's web interface](mapshaper.org) to export the map in the format of your need.## Showcase
Do you use geo-maps in your application? Please [open a Pull Request](https://github.com/simonepri/geo-maps/pulls) to include it here.
We would love to have it in our list:* [country-iso](https://github.com/simonepri/country-iso): 🗺 Get ISO 3166-1 alpha-3 country code for geographic coordinates.
* [is-sea](https://github.com/simonepri/is-sea): 🌊 Check whether a geographic coordinate is in the sea or not on the earth.## Development
PRs are **REALLY** welcome.
Scripts used to build maps are all contained in the [gulp](gulp/) folder.To release the project the following actions needs to be executed from the root.
```
$ npm i
$ npm run test
$ npm run build
$ npm run previews
$ npm run release
$ npm run publish
```## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/simonepri/geo-maps/tags).## Authors
* **Simone Primarosa** - [simonepri](https://github.com/simonepri)See also the list of [contributors](https://github.com/simonepri/geo-maps/contributors) who participated in this project.
## License
All data of this project is licensed under the [Open Data Commons Public Domain Dedication and License](https://opendatacommons.org/licenses/odbl/1.0/) as stated in [OpenStreetMap License](http://www.openstreetmap.org/copyright)All source code of this project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.