Sean Gillies

Results 552 comments of Sean Gillies

It's on PyPI now.

@grabermtw Thanks for the report! I can reproduce this. Meanwhile, `Feature` isn't a dict anymore and will be immutable in a future version. `myFeature.properties["foo"] = "bar"` will work, but it...

@groutr no, it wouldn't supersede this PR. @vincentsarago I have a suspicion that rio-merge, rio-calc, etc have more overhead than GDAL's I/O and that we want to apply them in...

@groutr @vincentsarago I suggest that we draw a line between optimizing for memory footprint and throughput on the writing side and requesting source pixels (maybe in COGs or VRTs), and...

@mayeut my problem is that the Rasterio https://pypi.org/project/rasterio/ and Fiona https://pypi.org/project/fiona wheels, which I maintain, and are widely used in the GIS field, carry some of the same libraries and...

@zehuiyin thanks for the report! Currently, `show()` is only for display of a raster in row and column space. It is not intended to be a GIS map.

@zehuiyin thank you for the report! In the case where we reproject to a dataset, we should not expect a return value. Rasterio's documentation will be updated to explain that.

@vincentsarago there's a new method. Strictly speaking we can't add new methods in 1.4.2 if we're doing semantic versioning. I'm working on a backport for 1.4.2 that improves performance only.