-
Notifications
You must be signed in to change notification settings - Fork 1
Ingest Request for delta-disasters-planet-flood #408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
18ef129
Create ingestion-data/staging/dataset-config/delta-disasters-planet-f…
veda-github-actor[bot] 8ec28d0
update via UI
veda-github-actor[bot] 9c624ff
fix: Identifying files for staging publish (#411) (#414)
anayeaye 767eff2
Apply suggestions from code review
aliziel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
98 changes: 98 additions & 0 deletions
98
ingestion-data/staging/dataset-config/delta-disasters-planet-flood.json
This file contains hidden or 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,98 @@ | ||
| { | ||
| "collection": "delta-disasters-planet-flood", | ||
| "title": "PlanetScope Satellite Imagery (2019 Yazoo Backwater Flood)", | ||
| "description": "False Color Composite (FCC) commercial satellite imagery from Planet Labs of the Mississippi Delta area from the peak of the 2019 backwater flooding. This data was made available through the NASA Commercial Satellite Data Acquisition (CSDA) Program.", | ||
| "license": "CC0-1.0", | ||
| "stac_version": "1.0.0", | ||
| "dashboard:time_density": "day", | ||
| "links": [], | ||
| "spatial_extent": { | ||
| "xmin": -91.13, | ||
| "ymin": 33.05, | ||
| "xmax": -90.55, | ||
| "ymax": 32.72 | ||
| }, | ||
| "temporal_extent": { | ||
| "startdate": "2019-05-23T00:00:00Z", | ||
| "enddate": "2019-05-23T23:59:59Z" | ||
| }, | ||
| "discovery_items": [ | ||
| { | ||
| "discovery": "s3", | ||
| "prefix": "delta-disasters/", | ||
| "bucket": "veda-data-store-staging", | ||
| "filename_regex": "(.*)MS_Delta_Flood(.*).tif$", | ||
| "use_multithreading": false, | ||
| "upload": false, | ||
| "cogify": false, | ||
| "dry_run": false | ||
| } | ||
| ], | ||
| "sample_files": [ | ||
| "s3://veda-data-store-staging/delta-disasters/MS_Delta_Flood1_2019-05-23.tif", | ||
| "s3://veda-data-store-staging/delta-disasters/MS_Delta_Flood2_2019-05-23.tif", | ||
| "s3://veda-data-store-staging/delta-disasters/MS_Delta_Flood3_2019-05-23.tif", | ||
| "s3://veda-data-store-staging/delta-disasters/MS_Delta_Flood4_2019-05-23.tif", | ||
| "s3://veda-data-store-staging/delta-disasters/MS_Delta_Flood5_2019-05-23.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": { | ||
| "bidx": [ | ||
| 4, | ||
| 2, | ||
| 1 | ||
| ], | ||
| "rescale": [ | ||
| [ | ||
| 100, | ||
| 4500 | ||
| ] | ||
| ], | ||
| "resampling": "nearest", | ||
| "nodata": "0", | ||
| "assets": [ | ||
| "cog_default" | ||
| ] | ||
| } | ||
| }, | ||
| "providers": [ | ||
| { | ||
| "name": "NASA VEDA", | ||
| "roles": [ | ||
| "host" | ||
| ], | ||
| "url": "https://www.earthdata.nasa.gov/dashboard/" | ||
| } | ||
| ], | ||
| "assets": { | ||
| "thumbnail": { | ||
| "title": "Thumbnail", | ||
| "description": "HLS-derived NDWI from May 26, 2019 with the 2023 Rolling Fork tornado track overlaid.", | ||
| "href": "https://veda-thumbnails.s3.us-west-2.amazonaws.com/delta-disasters-background.jpg", | ||
| "type": "image/png", | ||
| "roles": [ | ||
| "thumbnail" | ||
| ] | ||
| } | ||
| }, | ||
| "is_periodic": false, | ||
|
aliziel marked this conversation as resolved.
Outdated
|
||
| "time_density": "day", | ||
| "datetime_range": "day", | ||
| "transfer": true | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.