Sean Gillies
Sean Gillies
@danshapero I'm sorry we've overlooked this for so long. The project has degraded and we no longer have a CI configured to test your changes. Combine that with a lack...
@perrygeo it's `set_units(bidx, units)`, so instead: ``` python with rasterio.open(output, 'w', **profile) as dst: for bidx in dst.indexes: dst.set_units(bidx, 'degK') dst.set_description(bidx, "TOA brightness temperature") ```
@tschaub sure, the unlicense sounds good to me!
@lucasbrightnight thanks for the report! I can't reproduce this on my M3 MBP, which has libpcre2 in `/opt/homebrew/lib`, from Homebrew, and also in `/usr/lib`, which must be from macOS or...
@lucasbrightnight my memory is that Homebrew installed to `/usr/local`, not `/usr`. On my work MBP `/usr/lib/libpcre2-8.0.dylib` has the same timestamp as everything in `/System/Library`, which suggests that it's part of...
@geowurster thank you for the details. I wonder if this is related to Xcode versions and not MacOS versions. The ARM64 wheels were built on a Monterey (version 12) based...
I believe this is sorted out in the upcoming 1.10b2 wheels.
@renaudjester Thanks for the report! This part of Rasterio hasn't changed, so it's likely an upstream change in GDAL or its HDF5 library. I don't know if the new behavior...
@renaudjester rasterio doesn't require or use the GDAL package you have there. They are unconnected.
@velle I mean "except for the record's id key". I should just say that instead.