mapbox / rio-mbtiles

A plugin command for the Rasterio CLI that exports a raster dataset to an MBTiles 1.1 SQLite file
MIT License
125 stars 36 forks source link

Support cutlines #62

Closed jqtrde closed 4 years ago

jqtrde commented 4 years ago

It would be useful to be able to pass a cutline to rio mbtiles. Ideally, something like:

$ rio mbtiles --cutline extents.geojson --zoom-levels 10..3 in.vrt out.mbtiles