You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g., SMAP L3 has xdim and ydim dimension variable names
Upgraded xarray and rioxarray/rasterio appear to handle CF conventions well - including SMAP
No need to implement add_crs after to_raster in all cases
Code currently assumes geographic grid and adds EPSG:4326 CRS
this should be special case - only if nc_xarray[var].rio.crs is None
and perhaps should have additional logic to verify geographic grid use-cases
Dimension standard names are latitude/longitude, and/or units == degrees
This will support multiple CRS per data file, use-cases not currently supported (required for SMAP and ICESat-2)
For generality (but not necessary for SMAP)
Dimensions variables must be in data hierarchy, which Datatree honors (inheritance) but grid-mapping variables may be “up-and-over”, which requires interpreting absolute or possibly relative path references in the CF grid-mapping attribute.
RioXarray may already handle this correctly - TBD
Other datasets to support (TBD, following is set of collections associated in UAT)
Dimensions variables must be in data hierarchy ...
I don't quite understand the issue here. Is this a speculation that some datasets that use grid-mapping variables might not be supported? If so I think we should split this out from the SMAP specific stuff and hopefully find a concrete use case to build around.
NSIDC SMAP Datasets include:
Issues with Net2Cog appear to be:
The text was updated successfully, but these errors were encountered: