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

Rasterio 1.0.8 windows are immutable #43

Closed sgillies closed 6 years ago

sgillies commented 6 years ago

At mbtiles/__init__.py:62: in process_tile the following code

    tile_window.col_off -= 1

results in an attr.exceptions.FrozenInstanceError.