-
Notifications
You must be signed in to change notification settings - Fork 1
Ingest Request for delta-disasters-planet-tornado #409
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
ff8139e
Create ingestion-data/staging/dataset-config/delta-disasters-planet-t…
veda-github-actor[bot] e2fb158
update via UI
veda-github-actor[bot] a9997ae
fix: Identifying files for staging publish (#411) (#415)
anayeaye e7c4591
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
94 changes: 94 additions & 0 deletions
94
ingestion-data/staging/dataset-config/delta-disasters-planet-tornado.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,94 @@ | ||
| { | ||
| "collection": "delta-disasters-planet-tornado", | ||
| "title": "PlanetScope Satellite Imagery (2023 Rolling Fork Tornado)", | ||
| "description": "False Color Composite (FCC) commercial satellite imagery from Planet Labs of the Rolling Fork, Mississippi area after an EF-4 tornado strike on March 24, 2023. This data was made available through the NASA Commercial Satellite Data Acquisition (CSDA) Program.", | ||
| "license": "CC0-1.0", | ||
| "stac_version": "1.0.0", | ||
| "links": [], | ||
| "spatial_extent": { | ||
| "xmin": -91.18, | ||
| "ymin": 33.09, | ||
| "xmax": -90.74, | ||
| "ymax": 32.71 | ||
| }, | ||
| "temporal_extent": { | ||
| "startdate": "2023-03-25T00:00:00Z", | ||
| "enddate": "2023-03-25T23:59:59Z" | ||
| }, | ||
| "discovery_items": [ | ||
| { | ||
| "discovery": "s3", | ||
| "prefix": "delta-disasters/", | ||
| "bucket": "veda-data-store-staging", | ||
| "filename_regex": "(.*)MS_Delta_Tornado(.*).tif$", | ||
| "use_multithreading": false, | ||
| "upload": false, | ||
| "cogify": false, | ||
| "dry_run": false | ||
| } | ||
| ], | ||
| "sample_files": [ | ||
| "s3://veda-data-store-staging/delta-disasters/MS_Delta_Tornado1_2023-03-25.tif", | ||
| "s3://veda-data-store-staging/delta-disasters/MS_Delta_Tornado2_2023-03-25.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": [ | ||
| 8, | ||
| 7, | ||
| 5 | ||
| ], | ||
| "rescale": [ | ||
| [ | ||
| 100, | ||
| 2500 | ||
| ] | ||
| ], | ||
| "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, | ||
| "time_density": "day", | ||
|
aliziel marked this conversation as resolved.
Outdated
|
||
| "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.