Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These are 2 minor changes required for 2 notebooks to work once we upgrade to pangeo-notebook base image 2024.01.23 (see NASA-IMPACT/veda-jh-environments#43 and of NASA-IMPACT/veda-jh-environments#42)
timeseries-rioxarray-stackstac.ipynb: I cannot find in the CHANGELOG of stackstac what exactly changed but stackstac went from 0.4.4 to 0.5.0 in the pangeo-notebook image requirements and now requires the epsg to be explicitly passed because it is not set on the STAC items. This line is throwing the error but you can also see it in a0ae2a2
downsample-zarr.ipynb: Is thworing a
ValueError: 'epsg:6933' must be either a valid crs or an reference to a
data.attrcontaining a valid crs: Projection must be defined as a EPSG code, proj4 string, WKT string, cartopy CRS, pyproj.Proj, or pyproj.CRS.
. As far as I can tell the EPSG:6933 projection is not supported in version 0.9.1 of hvplot whereas it is supported in version 0.8.4. The best thing I can think to do is just specify to use hvplot==0.8.4 for this notebook to continue using that projection. (ref: SMAP L3 Radiometer Global Daily 36 km EASE-Grid Soil Moisture, Version 5)