Skip to content
Snippets Groups Projects

start of red_river_2018 addition to stac

Merged Snyder, Amelia Marie requested to merge red_river_2018 into main
3 files
+ 1219
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 248
0
{
"type": "Collection",
"id": "red_river_2018",
"stac_version": "1.0.0",
"description": "Very High-Resolution Dynamic Downscaling of Regional Climate for Use in Long-term Hydrologic Planning along the Red River Valley System",
"links": [
{
"rel": "root",
"href": "../catalog.json",
"type": "application/json"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json"
}
],
"stac_extensions": [
"https://stac-extensions.github.io/datacube/v2.2.0/schema.json"
],
"cube:dimensions": {
"Time": {
"type": "temporal",
"description": "time",
"extent": [
"1980-01-01T00:00:00Z",
"2015-12-31T23:00:00Z"
],
"step": "P0DT1H0M0S"
},
"west_east": {
"type": "spatial",
"axis": "x",
"description": null,
"extent": [
-133.01121520996094,
-65.226806640625
],
"step": 1.0
},
"south_north": {
"type": "spatial",
"axis": "y",
"description": null,
"extent": [
20.994766235351562,
52.848968505859375
],
"step": 1.0
}
},
"cube:variables": {
"HFX": {
"dimensions": [
"Time",
"south_north",
"west_east"
],
"type": "data",
"description": "UPWARD HEAT FLUX AT THE SURFACE",
"unit": "W m-2"
},
"LH": {
"dimensions": [
"Time",
"south_north",
"west_east"
],
"type": "data",
"description": "LATENT HEAT FLUX AT THE SURFACE",
"unit": "W m-2"
},
"PBLH": {
"dimensions": [
"Time",
"south_north",
"west_east"
],
"type": "data",
"description": "PBL HEIGHT",
"unit": "m"
},
"Q2": {
"dimensions": [
"Time",
"south_north",
"west_east"
],
"type": "data",
"description": "QV at 2 M",
"unit": "kg kg-1"
},
"RAINC": {
"dimensions": [
"Time",
"south_north",
"west_east"
],
"type": "data",
"description": "ACCUMULATED TOTAL CUMULUS PRECIPITATION",
"unit": "mm"
},
"RAINNC": {
"dimensions": [
"Time",
"south_north",
"west_east"
],
"type": "data",
"description": "ACCUMULATED TOTAL GRID SCALE PRECIPITATION",
"unit": "mm"
},
"SWDOWN": {
"dimensions": [
"Time",
"south_north",
"west_east"
],
"type": "data",
"description": "DOWNWARD SHORT WAVE FLUX AT GROUND SURFACE",
"unit": "W m-2"
},
"T2": {
"dimensions": [
"Time",
"south_north",
"west_east"
],
"type": "data",
"description": "TEMP at 2 M",
"unit": "K"
},
"U10": {
"dimensions": [
"Time",
"south_north",
"west_east"
],
"type": "data",
"description": "U at 10 M",
"unit": "m s-1"
},
"V10": {
"dimensions": [
"Time",
"south_north",
"west_east"
],
"type": "data",
"description": "V at 10 M",
"unit": "m s-1"
},
"XLAT": {
"dimensions": [
"south_north",
"west_east"
],
"type": "auxiliary",
"description": "LATITUDE, SOUTH IS NEGATIVE",
"unit": "degree_north"
},
"XLONG": {
"dimensions": [
"south_north",
"west_east"
],
"type": "auxiliary",
"description": "LONGITUDE, WEST IS NEGATIVE",
"unit": "degree_east"
},
"crs": {
"dimensions": [],
"type": "auxiliary",
"description": null,
"unit": null
},
"time_char": {
"dimensions": [
"Time"
],
"type": "data",
"description": null,
"unit": null
}
},
"extent": {
"spatial": {
"bbox": [
[
-133.01121520996094,
20.994766235351562,
-65.226806640625,
52.848968505859375
]
]
},
"temporal": {
"interval": [
[
"1980-01-01T00:00:00Z",
"2015-12-31T23:00:00Z"
]
]
}
},
"license": "Unlicense",
"assets": {
"zarr-s3-osn": {
"href": "s3://mdmf-workspace/gdp/red_river_2018.zarr/",
"type": "application/vnd+zarr",
"description": "Open Storage Network Pod S3 API access to collection zarr group",
"xarray:open_kwargs": {
"chunks": {},
"engine": "zarr",
"consolidated": true
},
"xarray:storage_options": {
"anon": true,
"client_kwargs": {
"endpoint_url": "https://usgs.osn.mghpcc.org/"
}
},
"roles": [
"data",
"zarr",
"s3"
]
},
"zarr-s3": {
"href": "s3://nhgf-development/workspace/DataConversion/red_river_2018.zarr/",
"type": "application/vnd+zarr",
"description": "S3 access to collection zarr group",
"xarray:open_kwargs": {
"chunks": {},
"engine": "zarr",
"consolidated": true
},
"xarray:storage_options": {
"requester_pays": true
},
"roles": [
"data",
"zarr",
"s3"
]
}
}
}
\ No newline at end of file
Loading