Skip to content
Snippets Groups Projects
Commit 27092b2d authored by Snyder, Amelia Marie's avatar Snyder, Amelia Marie
Browse files

Merge branch 'UofIMETDATA' into 'main'

add UofIMETDATA

See merge request !67
parents 2313dd5c acdf7fd3
No related branches found
No related tags found
1 merge request!67add UofIMETDATA
{
"type": "Collection",
"id": "UofIMETDATA",
"stac_version": "1.0.0",
"description": "Daily Meteorological data for continental US",
"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": {
"day": {
"type": "temporal",
"description": "time",
"extent": [
"1979-01-01T00:00:00Z",
"2022-06-04T00:00:00Z"
],
"step": "P1DT0H0M0S"
},
"lon": {
"type": "spatial",
"axis": "x",
"description": "longitude",
"extent": [
-124.76666663333334,
-67.05833330000002
],
"step": 0.0416666666667,
"reference_system": "{\"$schema\":\"https://proj.org/schemas/v0.5/projjson.schema.json\",\"type\":\"GeographicCRS\",\"name\":\"WGS 84\",\"datum\":{\"type\":\"GeodeticReferenceFrame\",\"name\":\"World Geodetic System 1984\",\"ellipsoid\":{\"name\":\"WGS 84\",\"semi_major_axis\":6378137,\"inverse_flattening\":298.257223563}},\"coordinate_system\":{\"subtype\":\"ellipsoidal\",\"axis\":[{\"name\":\"Geodetic latitude\",\"abbreviation\":\"Lat\",\"direction\":\"north\",\"unit\":\"degree\"},{\"name\":\"Geodetic longitude\",\"abbreviation\":\"Lon\",\"direction\":\"east\",\"unit\":\"degree\"}]},\"id\":{\"authority\":\"EPSG\",\"code\":4326}}"
},
"lat": {
"type": "spatial",
"axis": "y",
"description": "latitude",
"extent": [
25.066666666666666,
49.400000000000006
],
"step": -0.0416666666667,
"reference_system": "{\"$schema\":\"https://proj.org/schemas/v0.5/projjson.schema.json\",\"type\":\"GeographicCRS\",\"name\":\"WGS 84\",\"datum\":{\"type\":\"GeodeticReferenceFrame\",\"name\":\"World Geodetic System 1984\",\"ellipsoid\":{\"name\":\"WGS 84\",\"semi_major_axis\":6378137,\"inverse_flattening\":298.257223563}},\"coordinate_system\":{\"subtype\":\"ellipsoidal\",\"axis\":[{\"name\":\"Geodetic latitude\",\"abbreviation\":\"Lat\",\"direction\":\"north\",\"unit\":\"degree\"},{\"name\":\"Geodetic longitude\",\"abbreviation\":\"Lon\",\"direction\":\"east\",\"unit\":\"degree\"}]},\"id\":{\"authority\":\"EPSG\",\"code\":4326}}"
}
},
"cube:variables": {
"crs": {
"dimensions": [],
"type": "auxiliary",
"description": "WGS 84",
"unit": null
},
"max_air_temperature": {
"dimensions": [
"day",
"lat",
"lon"
],
"type": "data",
"description": "tmmx",
"unit": "K"
},
"max_relative_humidity": {
"dimensions": [
"day",
"lat",
"lon"
],
"type": "data",
"description": "rmax",
"unit": "%"
},
"min_air_temperature": {
"dimensions": [
"day",
"lat",
"lon"
],
"type": "data",
"description": "tmmn",
"unit": "K"
},
"min_relative_humidity": {
"dimensions": [
"day",
"lat",
"lon"
],
"type": "data",
"description": "rmin",
"unit": "%"
},
"precipitation_amount": {
"dimensions": [
"day",
"lat",
"lon"
],
"type": "data",
"description": "pr",
"unit": "mm"
},
"specific_humidity": {
"dimensions": [
"day",
"lat",
"lon"
],
"type": "data",
"description": "sph",
"unit": "kg/kg"
},
"surface_downwelling_shortwave_flux_in_air": {
"dimensions": [
"day",
"lat",
"lon"
],
"type": "data",
"description": "srad",
"unit": "W m-2"
},
"wind_speed": {
"dimensions": [
"day",
"lat",
"lon"
],
"type": "data",
"description": "vs",
"unit": "m/s"
}
},
"extent": {
"spatial": {
"bbox": [
[
-124.76666663333334,
25.066666666666666,
-67.05833330000002,
49.400000000000006
]
]
},
"temporal": {
"interval": [
[
"1979-01-01T00:00:00Z",
"2022-06-04T00:00:00Z"
]
]
}
},
"license": "Unlicense",
"assets": {
"zarr-s3-osn": {
"href": "s3://mdmf/gdp/UofIMETDATA.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/UofIMETDATA.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
......@@ -173,6 +173,11 @@
"rel": "child",
"href": "./PRISM_v2/collection.json",
"type": "application/json"
},
{
"rel": "child",
"href": "./UofIMETDATA/collection.json",
"type": "application/json"
}
]
}
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment