Ryan Grout
Ryan Grout
That is a consequence of doing computations with finite precision floating point math. As for the rotated raster case, at the moment, this comment might shed some light on the...
Are you both using the same version of conda-build?
If namedtuple is only an implementation detail of affine, would using something like array.array (https://docs.python.org/3/library/array.html) be a good alternative?
My understanding was that affine sought to be free of dependencies outside of Python's standard library. Data classes are a good idea. Affine doesn't seem to specify any minimum version...
These numpy stats functions accept a dtype argument that determines the dtype of the accumulator for functions like mean, sum, etc (see: https://numpy.org/doc/stable/reference/generated/numpy.sum.html). When calculating the mean, for example, we...
@shanemcq18, there is an important subtlety that needs to be addressed. What happens when your immutable object contains a reference to a mutable object? The description needs to emphasize that...
@sgillies, I can continue working on dtype enhancements. I'm also interested in the tool improvement efforts, though my primary goal will be dtypes until its finished.
Regarding https://github.com/rasterio/rasterio/issues/1831#issuecomment-677180996 (discussion referenced in #1867), tiled merge (pr #2221) was meant to address the desire for huge merges. The implementation could use some more polishing, but it also covers...
@sgillies What is the progress on this release?
@sgillies Sorry to hear about the unexpected turn of events. Take the time you need.