-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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$", | ||
} | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |