All Projects → simonepri → Geo Maps

simonepri / Geo Maps

Licence: mit
🗺 High Quality GeoJSON maps programmatically generated.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Geo Maps

osm-static-maps
Openstreetmap static maps is a nodejs lib, CLI and server open source inspired on google static map service
Stars: ✭ 130 (-88.16%)
Mutual labels:  geojson, maps
osm-geojson
🔰 Get GeoJSON of a OpenStreetMap's relation from the API.
Stars: ✭ 42 (-96.17%)
Mutual labels:  geojson, maps
geofiddle
Geometric conversions between different formats and projections
Stars: ✭ 15 (-98.63%)
Mutual labels:  geojson, maps
echarty
Minimal R/Shiny Interface to ECharts.js
Stars: ✭ 49 (-95.54%)
Mutual labels:  geojson, maps
react-vector-maps
🗺 A React component for interactive vector maps of the world and 100+ countries
Stars: ✭ 112 (-89.8%)
Mutual labels:  maps, country
geojson-editor
A modified version of Googles Simple GeoJSON Editor
Stars: ✭ 43 (-96.08%)
Mutual labels:  geojson, maps
vaguely-rude-places
The map of Vaguely Rude Place Names
Stars: ✭ 19 (-98.27%)
Mutual labels:  geojson, maps
Mapbox Gl Native Android
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL
Stars: ✭ 135 (-87.7%)
Mutual labels:  geojson, maps
chilemapas
Mapas terrestres de Chile con topologias simplificadas.
Stars: ✭ 23 (-97.91%)
Mutual labels:  geojson, maps
is-sea
🌊 Check whether a geographic coordinate is in the sea or not on the earth.
Stars: ✭ 34 (-96.9%)
Mutual labels:  geojson, maps
Mapstore2
Modern webmapping with OpenLayers, Leaflet and React
Stars: ✭ 251 (-77.14%)
Mutual labels:  geojson, maps
Mapbox Gl Native
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
Stars: ✭ 4,091 (+272.59%)
Mutual labels:  geojson, maps
Geojsonify
Easily add GeoJson layers to your Maps
Stars: ✭ 141 (-87.16%)
Mutual labels:  geojson, maps
geoJSON-Nepal
GeoJSON for Nepal. 🇳🇵
Stars: ✭ 49 (-95.54%)
Mutual labels:  geojson, maps
Country Iso
🗺 Get the ISO 3166-1 alpha-3 country code from geographic coordinates.
Stars: ✭ 141 (-87.16%)
Mutual labels:  geojson, maps
check-geojson
a checker for the geojson format. goes beyond a schema, checking semantics and producing character-level warnings.
Stars: ✭ 36 (-96.72%)
Mutual labels:  geojson, maps
Openglobus
JavaScript 3d maps and geospatial data visualization engine library.
Stars: ✭ 199 (-81.88%)
Mutual labels:  earth, maps
Geoswift
The Swift Geometry Engine.
Stars: ✭ 1,267 (+15.39%)
Mutual labels:  geojson, maps
django-graphql-geojson
GeoJSON support for Graphene Django
Stars: ✭ 61 (-94.44%)
Mutual labels:  geojson, maps
Android Maps Utils
Maps SDK for Android Utility Library
Stars: ✭ 3,330 (+203.28%)
Mutual labels:  geojson, maps

geo-maps

awesome-geojson total downloads maps format maps source software license data license


🗺 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 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 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 or as package on npm.
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 to export the map in the format of your need.

Showcase

Do you use geo-maps in your application? Please open a Pull Request to include it here.
We would love to have it in our list:

  • country-iso: 🗺 Get ISO 3166-1 alpha-3 country code for geographic coordinates.
  • 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 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 for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

All data of this project is licensed under the Open Data Commons Public Domain Dedication and License as stated in OpenStreetMap License

All source code of this project is licensed under the MIT License - see the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].