Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rudokemper/convert-shapefiles-to-mbtiles

A quick bash script to convert a directory of shapefiles into one composite mbtiles file
https://github.com/rudokemper/convert-shapefiles-to-mbtiles

Last synced: 19 days ago
JSON representation

A quick bash script to convert a directory of shapefiles into one composite mbtiles file

Awesome Lists containing this project

README

        

# convert-shapefiles-to-mbtiles

A quick bash script to convert a directory of shapefiles into one composite mbtiles file.

The script converts your shapefiles to GeoJSON and then compiles them into one (vector)
mbtiles.
## Run

Place your shapefiles in `shapefiles/` dir.

Run:

```
./convert.sh
```

## Requirements

Install:

* jq
* ogr2ogr
* tippecanoe