Skip to content

Geospatial

Convert GeoJSON to MBTiles

tippecanoe \
-zg -r1 -pk -pf \
-o output.mbtiles \
--no-line-simplification \
--no-tiny-polygon-reduction \
--full-detail=1 \
input.geojson

Convert Shapefile to GeoJSON

ogr2ogr -f GeoJSON -t_srs crs:84 [name].geojson [name].shp
ogr2ogr -f GeoJSONSeq -t_srs crs:84 [name].geojson [name].shp

Inspect PBF Files from Curl

curl https://tiles.ctbto.org/data/un_borders/2/1/1.pbf | ogrinfo /vsistdin/ un_borders