Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"collection": "smap-L3-soil-moisture-AM-v1",
"title": "SMAP Soil Moisture L3 AM Swaths",
"description": "This Level-3 (L3) soil moisture product provides a daily composite of global land surface conditions retrieved by the Soil Moisture Active Passive (SMAP) L-Band radiometer. The daily data here were collected from the descending (local solar time of 6 am) and ascending (local solar time of 6 pm) passes.",
"license": "CC0-1.0",
"stac_version": "1.0.0",
"dashboard:is_periodic": false,
"dashboard:time_density": "day",
"links": [],
"spatial_extent": {
"xmin": -180,
"ymin": 85,
"xmax": 188,
"ymax": -85
},
"temporal_extent": {
"startdate": "2022-06-09T00:00:00Z",
"enddate": "2022-06-12T23:59:59Z"
},
"discovery_items": [
{
"discovery": "s3",
"prefix": "cattle-heat-story/SMAP-soil-moisture/",
"bucket": "veda-data-store-staging",
"filename_regex": "(.*)SMAP_L3(.*)\\.tif$",
"use_multithreading": false,
"cogify": false,
"dry_run": false,
"upload": false
}
],
"sample_files": [
"s3://veda-data-store-staging/cattle-heat-story/SMAP-soil-moisture/SMAP_L3_SM_AM_20220609day.tif"
],
"data_type": "cog",
"stac_extensions": [
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"item_assets": {
"cog_default": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": [
"data",
"layer"
],
"title": "Default COG Layer",
"description": "Cloud optimized default layer to display on map"
}
},
"renders": {
"dashboard": {
"assets": [
"cog_default"
],
"bidx": [
1
],
"resampling": "nearest",
"rescale": [
[
0.02,
0.926
]
],
"title": "VEDA Dashboard Render Parameters"
}
},
"providers": [
{
"name": "NASA VEDA",
"roles": [
"host"
],
"url": "https://www.earthdata.nasa.gov/dashboard/"
}
],
"assets": {
"thumbnail": {
"title": "Thumbnail",
"description": "soil moisture anomaly.",
"href": "https://thumbnails.openveda.cloud/smap-soil-moisture-2to1-compressed.png",
"type": "image/jpeg",
"roles": [
"thumbnail"
]
}
}
}
Loading