Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rudokemper/convert-shapefiles-to-mbtiles
- Owner: rudokemper
- Created: 2023-09-21T22:10:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-21T22:20:09.000Z (over 1 year ago)
- Last Synced: 2024-12-12T14:39:43.527Z (29 days ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## RunPlace your shapefiles in `shapefiles/` dir.
Run:
```
./convert.sh
```## Requirements
Install:
* jq
* ogr2ogr
* tippecanoe