Skip to content

Instantly share code, notes, and snippets.

@hobu
Created May 27, 2020 16:54
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/758c7ebe3c20b8ab59498b16d09965a0 to your computer and use it in GitHub Desktop.
Save hobu/758c7ebe3c20b8ab59498b16d09965a0 to your computer and use it in GitHub Desktop.
howards farm in EPT
pdal pipeline howards-farm.json
[
{
"type": "readers.ept",
"filename": "https://s3-us-west-2.amazonaws.com/usgs-lidar-public/MN_FullState",
"bounds": "([-10370491.650, -10369362.990], [5431874, 5434132])"
},
{
"type": "filters.range",
"limits": "Classification![7:7],Classification![9:9]"
},
{
"type": "filters.smrf"
},
{
"type": "filters.range",
"limits": "Classification[2:2]"
},
{
"type": "writers.gdal",
"bounds": "([-10370491.650, -10369362.990], [5431874, 5434132])",
"resolution": "2.0",
"filename": "howards-farm.tif"
}
]
@hobu
Copy link
Author

hobu commented May 27, 2020

gdaldem howards-farm.tif howards-farm-hillshade.png
howards-farm-hillshade

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