noaa-nclimgrid example notebook#215
Conversation
pholleway
commented
Sep 13, 2022
- Added example notebook for noaa nclimgrid
- API will need to be updated to production
@TomAugspurger That's odd! The data displays correctly for me running locally and on the hub (production). Pete mentioned it could be related to versioning of rasterio (he recommends rasterio 1.3.2) or odc (there was a recent release that may have caused issues). Here are the versions in production: |
|
@TomAugspurger Note: There was a bug introduced in rasterio 1.3.0 that may be related. rasterio/rasterio#2511 |
|
Yep, that's probably it. I'm on 1.3.0. I'm planning to update the container images this week anyway. |
|
Thanks @pholleway, things are working with rasterio>=1.3.0. I pushed a small change to avoid re-using the |
|
Sounds good. Thanks, @TomAugspurger. |

