NASA-IMPACT / veda-data

2 stars 0 forks source link

Missing assets from oco2-geos-l3-daily collection #103

Closed abarciauskas-bgse closed 4 months ago

abarciauskas-bgse commented 4 months ago

This is a zarr collection but it's missing it's zarr asset.

In the documentation you can see the asset was previously s3://veda-data-store-staging/EIS/zarr/OCO2_GEOS_L3CO2_day.zarr but that is missing from https://staging-stac.delta-backend.com//collections/oco2-geos-l3-daily

I have verified that this zarr store link still works so the notebook works if you modify it to:

ds = xr.open_zarr('s3://veda-data-store-staging/EIS/zarr/OCO2_GEOS_L3CO2_day.zarr')
# ds.to_dask() no longer works

I think all that's needed is to add the asset back to https://github.com/NASA-IMPACT/veda-data/blob/main/ingestion-data/collections/oco2-geos-l3-daily.json

AC