Closed sgillies closed 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.
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.
vsi
as used in mbtiles/init.py doesn't work with Rasterio 0.31. Reverting to 0.29 is a temporary work around.