Skip to content

Instantly share code, notes, and snippets.

@hobu
Created February 28, 2023 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hobu/084b27ec090d6b2b2949b67942e3da0a to your computer and use it in GitHub Desktop.
Save hobu/084b27ec090d6b2b2949b67942e3da0a to your computer and use it in GitHub Desktop.
[
{
"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"
}
]
@hobu
Copy link
Author

hobu commented Feb 28, 2023

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment