-
Notifications
You must be signed in to change notification settings - Fork 1
Ingest Request for Tornado_Tracks_2011 #416
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 all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
bcc60c9
Create ingestion-data/staging/dataset-config/Tornado_Tracks_2011.json
veda-github-actor[bot] 522d5a9
update via UI
veda-github-actor[bot] 1fb0ccf
update via UI
veda-github-actor[bot] fbfcf09
update via UI
veda-github-actor[bot] 6d650e0
update via UI
veda-github-actor[bot] 2fd4129
Apply suggestions from code review
anayeaye 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
80 changes: 80 additions & 0 deletions
80
ingestion-data/staging/dataset-config/Tornado_Tracks_2011.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,80 @@ | ||
| { | ||
| "collection": "Tornado_Tracks_2011", | ||
| "title": "NWS Tornado Tracks for April 27th, 2011", | ||
| "description": "Official NWS surveyed tornado tracks from April 27th, 2011. Only the centerline of the tornado paths, classified by maximum EF rating.", | ||
| "license": "CC0-1.0", | ||
| "stac_version": "1.0.0", | ||
| "dashboard:time_density": "day", | ||
| "dashboard:is_periodic": false, | ||
| "links": [], | ||
| "spatial_extent": { | ||
| "xmin": -88.099365, | ||
| "ymin": 33.105347, | ||
| "xmax": -86.259155, | ||
| "ymax": 35.021 | ||
| }, | ||
| "temporal_extent": { | ||
| "startdate": "2011-04-27T00:00:00Z", | ||
| "enddate": "2011-04-27T23:59:59Z" | ||
| }, | ||
| "discovery_items": [ | ||
| { | ||
| "discovery": "s3", | ||
| "prefix": "Tornadoes2011/COG", | ||
| "bucket": "veda-data-store-staging", | ||
| "filename_regex": "(.*)Tornado_Tracks_COG_(.*).tif$", | ||
| "use_multithreading": false | ||
| } | ||
| ], | ||
| "sample_files": [ | ||
| "s3://veda-data-store-staging/Tornadoes2011/COG/Tornado_Tracks_COG_2011-04-27.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": [ | ||
| 1 | ||
| ], | ||
| "colormap_name": "tornado_ef_scale", | ||
| "nodata": "0", | ||
| "assets": [ | ||
| "cog_default" | ||
| ] | ||
| } | ||
| }, | ||
| "providers": [ | ||
| { | ||
| "name": "NASA VEDA", | ||
| "roles": [ | ||
| "host" | ||
| ], | ||
| "url": "https://www.earthdata.nasa.gov/dashboard/" | ||
| } | ||
| ], | ||
| "assets": { | ||
| "thumbnail": { | ||
| "title": "Thumbnail", | ||
| "description": "Aerial View of Scope of 2011 Tuscaloosa Tornado Damage Path from the National Weather Service Damage Assessment Team in Birmingham", | ||
| "href": "https://thumbnails.openveda.cloud/tornado_2011_Background.jpg", | ||
| "type": "image/jpg", | ||
| "roles": [ | ||
| "thumbnail" | ||
| ] | ||
| } | ||
| } | ||
| } | ||
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.