Skip to content

LilithWittmann/VectorTileExporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vector tiles to GeoJSON

Nowadays modern web maps are usually based on vector tiles.

The great thing about vector tiles is, that they are not just images but basically encoded representations of map data that can be decoded again.

In this repository there are two scripts, that allow you to download and parse web maps based on vector tiles that are hosted in the Mapbox format:

  • scraper.py - helps you in downloading vector tiles from a map server inside certain boundaries;
  • parser.py - parses layers out of the downloaded vector tiles and converts them into GeoJSON.

Before use those scripts install requirements using PIP.

NOTE: This is only a proof of concept 😉.

About

Just some scripts to export vector tiles to geojson.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages