Alan D. Snow

Results 545 comments of Alan D. Snow

Unfortunately there isn't much we can do here with the current information.

Related: https://github.com/opendatacube/odc-geo/pull/114

Related: https://github.com/cython/cython/issues/2596

> odc-geo GridSpec was intentionally excluded from the odc-geo retrofit Maybe filter the warning internally then?

pyproj windows wheels come from: https://www.lfd.uci.edu/~gohlke/pythonlibs/ pygeos might be a good reference for how to do it with cibuildwheel: https://github.com/pygeos/pygeos/pull/365

> any ideas if the Python 3.12 wheels have a bad PROJ build bundled with them or what else could be going on here? No ideas at the moment, unfortunately.

Related: https://github.com/rasterio/rasterio/issues/2351

Thanks for these changes. I think in the scenario when you don't have any data to go off of, it is safer to pick the largest dtype. I think that...

After thinking about it further, I think what you have makes sense for the "minimum" dtype. So, ignore my previous comment.

> Bool should be return if range [0, 1] (was returning uint8) See #2657 Boolean is not a GDAL type in the mapping: https://github.com/rasterio/rasterio/blob/6bb3e52e19826845701c335fb58c142d2d6baa53/rasterio/dtypes.py#L32-L45 In rasterize, it doesn't have the...