Created
February 28, 2023 15:12
-
-
Save hobu/084b27ec090d6b2b2949b67942e3da0a to your computer and use it in GitHub Desktop.
This file contains 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
[ | |
{ | |
"type": "readers.stac", | |
"filename": "https://usgs-lidar-stac.s3-us-west-2.amazonaws.com/ept/item_collection.json", | |
"reader_args": [ | |
{ | |
"type": "readers.ept", | |
"bounds": "([-10804403, -9954962], [4893163, 5454947])", | |
"threads": "3", | |
"resolution":200 | |
} | |
], | |
"item_ids": [ | |
"IA_(Eastern|Western|NorthCentral|SouthCentral|Western)_\\w*" | |
], | |
"properties": { | |
"pc:type": [ | |
"lidar", | |
"sonar" | |
], | |
"pc:encoding": "ept" | |
}, | |
"asset_names": ["ept.json"] | |
}, | |
{ | |
"type":"filters.range", | |
"limits":"Classification[0:2]" | |
}, | |
{ | |
"type":"writers.gdal", | |
"bounds": "([-10804403, -9954962], [4893163, 5454947])", | |
"resolution":400, | |
"filename":"filtered.tif" | |
} | |
] |
Author
hobu
commented
Feb 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment