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:
uses pretty printed JSON to improve readability.
fixes the upper limit for MUR SST analysed_sst in the config file used to generate the STAC metadata.
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: