developmentseed / stac-explorer

An explorer (visualizing + simple charting) for data catalogued in STAC and CMR
4 stars 1 forks source link

Ab/update cubes #29

Closed abarciauskas-bgse closed 8 months ago

abarciauskas-bgse commented 8 months ago

This version updates the STAC metadata for the GPM IMERG and MUR SST datasets to correctly represent the chunk shape of the underlying netcdf files.

The original version of the data cube extension for the GPM IMERG and MUR SST datasets was generated using an older version of xarray that did not properly read the chunk shape information from the underlying netcdf files.

This is mostly irrelevant to this PR but as an FYI: These files were generated using the same notebook but with an updated version of xarray via an updated pangeo-notebook image running on the VEDA JupyterHub. The pangeo-notebook version upgrade to the default JHub image is still pending this PR https://github.com/NASA-IMPACT/veda-jh-environments/pull/43 and a few other steps.

This PR also: