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

Recent Rasterio breaks rio-mbtiles #13

Closed sgillies closed 8 years ago

sgillies commented 8 years ago
with rasterio.open('/vsimem/tileimg', 'w', **kwds) as tmp:

as used in mbtiles/init.py doesn't work with Rasterio 0.31. Reverting to 0.29 is a temporary work around.

perrygeo commented 8 years ago

Looks like support for vsi paths is back in Rasterio 1.0? It's not something we should count on though; we should be able to do the reproject operation with a temporary dataset wrapper.