Skip to content

Commit

Permalink
Add cygnss watermask dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad authored and ividito committed Nov 3, 2023
1 parent 389bc14 commit a1a92b3
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
31 changes: 31 additions & 0 deletions ingestion-data/datasets/cygnss-watermask-ucar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"collection": "cygnss-watermask-ucar",
"title": "CYGNSS Surface Water Inundation Fractiion, UCAR/CU",
"spatial_extent": {
"xmin": -180,
"ymin": -40.01145939,
"xmax": 180,
"ymax": 40.01145939
},
"temporal_extent": {
"startdate": "2017-03-20T00:00:00Z",
"enddate": "2022-06-30T23:59:59Z"
},
"data_type": "cog",
"license": "CC-BY-NC-SA-1.0",
"description": "The UCAR/CU team led by investigator Clara Chew (clara@muonspace.com) has developed a surface water inundation fraction product using CYGNSS observations. Reference: Clara Chew, Eric Small, Hannah Huelsing, Flooding and inundation maps using interpolated CYGNSS reflectivity observations, Remote Sensing of Environment, Volume 293, 2023, 113598, ISSN 0034-4257, https://doi.org/10.1016/j.rse.2023.113598.",
"is_periodic": true,
"time_density": "day",
"sample_files": [
"s3://veda-data-store-staging/cygnss-watermask-ucar/cygnss_watermask_ucar_20170320_day.tif"
],
"discovery_items": [
{
"discovery": "s3",
"prefix": "cygnss-watermask-ucar/",
"bucket": "veda-data-store-staging",
"filename_regex": "(.*)cygnss_watermask_ucar(.*).tif$",
}
]
}

31 changes: 31 additions & 0 deletions ingestion-data/datasets/cygnss-watermask-ucberkeley.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"collection": "cygnss-watermask-ucberkeley",
"title": "CYGNSS Surface Watermask (with lakes), UC Berkeley",
"spatial_extent": {
"xmin": -180,
"ymin": -37.405,
"xmax": 180,
"ymax": 37.405
},
"temporal_extent": {
"startdate": "2018-08-01T00:00:00Z",
"enddate": "2023-04-01T23:59:59Z"
},
"data_type": "cog",
"license": "CC-BY-NC-SA-1.0",
"description": "The UC Berkeley team led by investigator Cynthia Gerlein-Safdi has developed a novel surface watermask product using CYGNSS observations. Information at the pixel-level is combined with topographic and othe information in a computer vision based algorithm to segment land and surface water classes.",
"is_periodic": true,
"time_density": "month",
"sample_files": [
"s3://veda-data-store-staging/cygnss-watermask-ucberkeley/cygnss_watermask_ucberkeley_201808.tif"
],
"discovery_items": [
{
"discovery": "s3",
"prefix": "cygnss-watermask-ucberkeley/",
"bucket": "veda-data-store-staging",
"filename_regex": "(.*)cygnss_watermask_ucberkeley(.*).tif$",
"datetime_range": "month"
}
]
}

0 comments on commit a1a92b3

Please sign in to comment.