-
Notifications
You must be signed in to change notification settings - Fork 1
Ingest Request for usda_cattle_AFOs_2017-v1 #399
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
Show all changes
3 commits
Select commit
Hold shift + click to select a range
887ef14
Create ingestion-data/staging/dataset-config/usda_cattle_AFOs_2017-v1…
veda-github-actor[bot] 354ead6
Update ingestion-data/staging/dataset-config/usda_cattle_AFOs_2017-v1…
anayeaye b6f7ed2
Update ingestion-data/staging/dataset-config/usda_cattle_AFOs_2017-v1…
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
221 changes: 221 additions & 0 deletions
221
ingestion-data/staging/dataset-config/usda_cattle_AFOs_2017-v1.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,221 @@ | ||
| { | ||
| "collection": "usda_cattle_AFOs_2017-v1", | ||
| "title": "USDA Cattle AFOs and Total Heads 2017", | ||
| "description": "USDA cattle animal feeding operations (AFOs) data by size category and total head count for 2017", | ||
| "license": "CC0-1.0", | ||
| "stac_version": "1.0.0", | ||
| "dashboard:is_periodic": false, | ||
| "dashboard:time_density": "year", | ||
| "links": [], | ||
| "spatial_extent": { | ||
| "xmin": -179.15, | ||
| "ymin": 18.92, | ||
| "xmax": -66.95, | ||
| "ymax": 71.35 | ||
| }, | ||
| "temporal_extent": { | ||
| "startdate": "2017-01-01T00:00:00Z", | ||
| "enddate": "2017-12-31T23:59:59Z" | ||
| }, | ||
| "discovery_items": [ | ||
| { | ||
| "discovery": "s3", | ||
| "prefix": "cattle-heat-story/pasture-grassland-CONUS/", | ||
| "bucket": "veda-data-store-staging", | ||
| "filename_regex": "(.*)usda_cattle_(.*)\\.tif$", | ||
| "id_regex": ".*_(.*).tif$", | ||
| "id_template": "usda_cattle_AFOs_2017-v1-{}", | ||
| "use_multithreading": false, | ||
| "cogify": false, | ||
| "dry_run": false, | ||
| "upload": false, | ||
| "assets": { | ||
| "large_AFOs": { | ||
| "description": "Large cattle animal feeding operations", | ||
| "regex": ".*usda_cattle_large_AFOs_.*.tif$", | ||
| "title": "Large Cattle AFOs" | ||
| }, | ||
| "medium_AFOs": { | ||
| "description": "Medium cattle animal feeding operations", | ||
| "regex": ".*usda_cattle_medium_AFOs_.*.tif$", | ||
| "title": "Medium Cattle AFOs" | ||
| }, | ||
| "small_AFOs": { | ||
| "description": "Small cattle animal feeding operations", | ||
| "regex": ".*usda_cattle_small_AFOs_.*.tif$", | ||
| "title": "Small Cattle AFOs" | ||
| }, | ||
| "total_heads": { | ||
| "description": "Total cattle head count", | ||
| "regex": ".*usda_cattle_total_heads_.*.tif$", | ||
| "title": "Total Cattle Heads" | ||
| } | ||
| } | ||
| } | ||
| ], | ||
| "sample_files": [ | ||
| "s3://veda-data-store-staging/cattle-heat-story/pasture-grassland-CONUS/usda_cattle_large_AFOs_2017_cog.tif", | ||
| "s3://veda-data-store-staging/cattle-heat-story/pasture-grassland-CONUS/usda_cattle_medium_AFOs_2017_cog.tif", | ||
| "s3://veda-data-store-staging/cattle-heat-story/pasture-grassland-CONUS/usda_cattle_small_AFOs_2017_cog.tif", | ||
| "s3://veda-data-store-staging/cattle-heat-story/pasture-grassland-CONUS/usda_cattle_total_heads_2017_cog.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" | ||
| }, | ||
| "large_AFOs": { | ||
| "type": "image/tiff; application=geotiff; profile=cloud-optimized", | ||
| "roles": [ | ||
| "data", | ||
| "layer" | ||
| ], | ||
| "title": "Large Cattle AFOs", | ||
| "description": "Large cattle animal feeding operations" | ||
| }, | ||
| "medium_AFOs": { | ||
| "type": "image/tiff; application=geotiff; profile=cloud-optimized", | ||
| "roles": [ | ||
| "data", | ||
| "layer" | ||
| ], | ||
| "title": "Medium Cattle AFOs", | ||
| "description": "Medium cattle animal feeding operations" | ||
| }, | ||
| "small_AFOs": { | ||
| "type": "image/tiff; application=geotiff; profile=cloud-optimized", | ||
| "roles": [ | ||
| "data", | ||
| "layer" | ||
| ], | ||
| "title": "Small Cattle AFOs", | ||
| "description": "Small cattle animal feeding operations" | ||
| }, | ||
| "total_heads": { | ||
| "type": "image/tiff; application=geotiff; profile=cloud-optimized", | ||
| "roles": [ | ||
| "data", | ||
| "layer" | ||
| ], | ||
| "title": "Total Cattle Heads", | ||
| "description": "Total cattle head count" | ||
| } | ||
| }, | ||
| "renders": { | ||
| "dashboard": { | ||
| "assets": [ | ||
| "total_heads" | ||
| ], | ||
| "bidx": [ | ||
| 1 | ||
| ], | ||
| "colormap_name": "viridis", | ||
| "resampling": "nearest", | ||
| "rescale": [ | ||
| [ | ||
| 0, | ||
| 1057272 | ||
| ] | ||
| ], | ||
| "title": "VEDA Dashboard Render Parameters" | ||
| }, | ||
| "large_AFOs": { | ||
| "assets": [ | ||
| "large_AFOs" | ||
| ], | ||
| "bidx": [ | ||
| 1 | ||
| ], | ||
| "colormap_name": "viridis", | ||
| "resampling": "nearest", | ||
| "rescale": [ | ||
| [ | ||
| 0, | ||
| 304 | ||
| ] | ||
| ], | ||
| "title": "Large AFOs Render Parameters" | ||
| }, | ||
| "medium_AFOs": { | ||
| "assets": [ | ||
| "medium_AFOs" | ||
| ], | ||
| "bidx": [ | ||
| 1 | ||
| ], | ||
| "colormap_name": "viridis", | ||
| "resampling": "nearest", | ||
| "rescale": [ | ||
| [ | ||
| 0, | ||
| 1508 | ||
| ] | ||
| ], | ||
| "title": "Medium AFOs Render Parameters" | ||
| }, | ||
| "small_AFOs": { | ||
| "assets": [ | ||
| "small_AFOs" | ||
| ], | ||
| "bidx": [ | ||
| 1 | ||
| ], | ||
| "colormap_name": "viridis", | ||
| "resampling": "nearest", | ||
| "rescale": [ | ||
| [ | ||
| 0, | ||
| 2312 | ||
| ] | ||
| ], | ||
| "title": "Small AFOs Render Parameters" | ||
| }, | ||
| "total_heads": { | ||
| "assets": [ | ||
| "total_heads" | ||
| ], | ||
| "bidx": [ | ||
| 1 | ||
| ], | ||
| "colormap_name": "viridis", | ||
| "resampling": "nearest", | ||
| "rescale": [ | ||
| [ | ||
| 0, | ||
| 1057272 | ||
| ] | ||
| ], | ||
| "title": "Total Heads Render Parameters" | ||
| } | ||
| }, | ||
| "providers": [ | ||
| { | ||
| "name": "NASA VEDA", | ||
| "roles": [ | ||
| "host" | ||
| ], | ||
| "url": "https://www.earthdata.nasa.gov/dashboard/" | ||
| } | ||
| ], | ||
| "assets": { | ||
| "thumbnail": { | ||
| "title": "Thumbnail", | ||
| "description": "Cattle grazing in an open field.", | ||
| "href": "https://thumbnails.openveda.cloud/cattle_cover_2000x1000.png", | ||
| "type": "image/jpeg", | ||
| "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.