-
Notifications
You must be signed in to change notification settings - Fork 1
Ingest Request for delta-disasters-hd-blackmarble-nightlights #413
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 2 commits
Commits
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
92 changes: 92 additions & 0 deletions
92
ingestion-data/staging/dataset-config/delta-disasters-hd-blackmarble-nightlights.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,92 @@ | ||
| { | ||
| "collection": "delta-disasters-hd-blackmarble-nightlights", | ||
| "title": "High Definition Black Marble Nightlights (2023 Rolling Fork Tornado)", | ||
| "description": "The High Definition Nightlights dataset is a derived product for measuring light emissions for a given location. Darker colors indicate lower light emissions while lighter colors indicate high light emissions.", | ||
| "license": "MIT", | ||
| "stac_version": "1.0.0", | ||
| "dashboard:time_density": "day", | ||
| "links": [], | ||
| "spatial_extent": { | ||
| "xmin": -90.96, | ||
| "ymin": 32.83, | ||
| "xmax": -90.79, | ||
| "ymax": 32.967 | ||
| }, | ||
| "temporal_extent": { | ||
| "startdate": "2023-03-15T00:00:00Z", | ||
| "enddate": "2023-03-25T00:00:00Z" | ||
| }, | ||
| "discovery_items": [ | ||
| { | ||
| "discovery": "s3", | ||
| "prefix": "delta-disasters/", | ||
| "bucket": "veda-data-store-staging", | ||
| "filename_regex": "(.*)HD_Blackmarble_Nightlights(.*).tif$", | ||
| "use_multithreading": false, | ||
| "upload": false, | ||
| "cogify": false, | ||
| "dry_run": false | ||
| } | ||
| ], | ||
| "sample_files": [ | ||
| "s3://veda-data-store-staging/delta-disasters/HD_Blackmarble_Nightlights_2023-03-15.tif", | ||
| "s3://veda-data-store-staging/delta-disasters/HD_Blackmarble_Nightlights_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": [ | ||
| 1, | ||
| 2, | ||
| 3 | ||
| ], | ||
| "rescale": [ | ||
| [ | ||
| 0, | ||
| 255 | ||
| ] | ||
| ], | ||
| "assets": [ | ||
| "cog_default" | ||
| ], | ||
| "title": "VEDA Dashboard Render Parameters" | ||
| } | ||
| }, | ||
| "providers": [ | ||
| { | ||
| "name": "NASA VEDA", | ||
| "roles": [ | ||
| "host" | ||
| ], | ||
| "url": "https://www.earthdata.nasa.gov/dashboard/" | ||
| } | ||
| ], | ||
| "assets": { | ||
| "thumbnail": { | ||
| "title": "Thumbnail", | ||
| "description": "HD Black Marble Nightlights output in Houston, TX", | ||
| "href": "s3://veda-thumbnails/hdblackmarble.jpg", | ||
| "type": "image/jpg", | ||
| "roles": [ | ||
| "thumbnail" | ||
| ] | ||
| } | ||
| }, | ||
| "is_periodic": false, | ||
|
aliziel marked this conversation as resolved.
Outdated
|
||
| "time_density": "day" | ||
| } | ||
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.