Skip to content

Commit

Permalink
add zarr assets to zarr collections (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse authored Feb 15, 2024
1 parent 6e4a56c commit f5f92fc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
"title": "CMIP6 Daily GISS-E2-1-G TAS Kerchunk (DEMO)",
"links": [],
"description": "for zarr testing",
"assets": {
"zarr": {
"href": "s3://veda-data-store-staging/cmip6-GISS-E2-1-G-tas-kerchunk/combined_CMIP6_daily_GISS-E2-1-G_tas_kerchunk.json",
"type": "application/vnd+zarr",
"roles": [
"data"
],
"title": "zarr"
}
},
"extent": {
"spatial": {
"bbox": [
Expand Down
10 changes: 10 additions & 0 deletions ingestion-data/collections/oco2-geos-l3-daily.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
}
],
"description": "The OCO-2 mission provides the highest quality space-based XCO2 retrievals to date. However, the instrument data are characterized by large gaps in coverage due to OCO-2’s narrow 10-km ground track and an inability to see through clouds and thick aerosols. This global gridded dataset is produced using a data assimilation technique commonly referred to as state estimation within the geophysical literature. Data assimilation synthesizes simulations and observations, adjusting the state of atmospheric constituents like CO2 to reflect observed values, thus gap-filling observations when and where they are unavailable based on previous observations and short transport simulations by GEOS. Compared to other methods, data assimilation has the advantage that it makes estimates based on our collective scientific understanding, notably of the Earth's carbon cycle and atmospheric transport. OCO-2 GEOS (Goddard Earth Observing System) Level 3 data are produced by ingesting OCO-2 L2 retrievals every 6 hours with GEOS CoDAS, a modeling and data assimilation system maintained by NASA's Global Modeling and Assimilation Office (GMAO). GEOS CoDAS uses a high-performance computing implementation of the Gridpoint Statistical Interpolation approach for solving the state estimation problem. GSI finds the analyzed state that minimizes the three-dimensional variational (3D-Var) cost function formulation of the state estimation problem.",
"assets": {
"zarr": {
"href": "s3://veda-data-store-staging/EIS/zarr/OCO2_GEOS_L3CO2_day.zarr",
"type": "application/vnd+zarr",
"roles": [
"data"
],
"title": "zarr"
}
},
"extent": {
"spatial": {
"bbox": [
Expand Down

0 comments on commit f5f92fc

Please sign in to comment.