Sean Gillies

Results 508 comments of Sean Gillies
trafficstars

@tomplex I'm unsure what's up with pickling here. For what it's worth, I haven't used this in my own applications. Instead I've maintained a mapping of strings (like `'B0001'`) to...

Sorry, folks, I've got no ETA for an update of this package.

Here's the [troubled code in Rasterio](https://github.com/mapbox/rasterio/blob/master/rasterio/_base.pyx#L501): ``` python key, value = item.split('=') ``` Rasterio is expecting metadata items from GDAL like `KEY=VALUE` but if there was another `=` in the...

@dnomadb @rodebiet try Rasterio 0.17.1 (just released). It's got a bug fix that might help.

Version 1.5.0 will be a stepping stone, providing multiprocessing and c.f. implementations of process_tiles() and printing a warning for python versions < 3.7.

It looks like there hasn't been a Travis build in a year until this one and tests are failing due to changes in dependencies.

1.6a1 release going to PyPI today.

https://pypi.org/project/rio-mbtiles/1.6a1/#files.

Here's 1.6a2 https://pypi.org/project/rio-mbtiles/1.6a2/#files

Target date for 1.6.0 is Wednesday, 2021-07-28.