Code Monkey home page Code Monkey logo

geo-maps's Introduction

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.

geo-maps's People

Contributors

gabrielpreite avatar tapionx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

geo-maps's Issues

[Bug] Missing Panama Canal

First thanks for the generated geojson files, it helps me a lot.

Then here is the background. I want to make a global maritime route search in some projects, and I found that all geojson files cannot clearly describe Panama Canal. Since it's an important, busy sea lane, without it I cannot use the geojson files on npm for route search directly. I wish that you can find some ways to solve this.

Seas with Ports

A really useful map would be a map of the Seas, with GeoJSON points describing major ports/harbours.

Self-intersections

Is there any way to fix the intersections seen on mapshaper?
It makes the GeoJson corrupted when uploading to dbs

Very small countries missing from the collection completely

Hi there! While trying to implement this in our project I noticed that the following small countries are missing entirely:

  • VAT
  • MCO
  • TKL
  • TUV
  • ANT
    There might be more but these are the two I noticed. It's difficult as they're honestly tiny, but I'm trying to calculate bounding boxes for each country, and these two just aren't in the array at all

For example, in the maritame one only VAT and ANT are missing, but in the land borders there's a lot more. Even at 5m accuracy, the country of ANT is missing

resolution 1m is far lesser than 1m

I have downloaded countries-coastline 1m resolution geojson and extracted HKG multi-polygon to plot my map. I found the islands is just some simple polygons, I don't think it is up to 1m resolution.

[Plan] Coastline political boundaries

Remove the sea from the boundaries provided by OSM is not an easy task.
In fact OSM does not provide coastline relations for countries.

The only way to achieve this result is to use coastline datas from other databases trying to intersect the one obtained from OSM with the others.

Please share any ideas on how to achieve this!

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet. We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper App’s white list on Github. You'll find this list on your repo or organization’s settings page, under Installed GitHub Apps.

Maps with coarser resolution

Would really appreciate some maps with much coarser resolution. I'd like to render an initial map of the world as fast as possible (say the map filesize should be less than 100k) and then async i load a higher resolution map. Even countries-land-10km.geo.json is 1mb.

Devide earth seas in multiple polygons

Hello,

Is it possible to divide the multipolygon of the oceans into several polygons? I want to save the geometries in a MongoDb, but this single object is too big to store. I did not succeed with QGIS.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.