[pdal] pipeline with EPT

Kirk Waters - NOAA Federal kirk.waters at noaa.gov
Wed Mar 13 08:13:53 PDT 2024


I'm trying to run a pipeline with EPT as the input and I'm seeing it use a
lot of memory. Am I doing something wrong here?
pipeline:
[
{
"type": "readers.ept",
"filename": "
https://s3-us-west-2.amazonaws.com/usgs-lidar-public/SC_SavannahPeeDee_7_2019/ept.json
",
"tag": "input_SC_SavannahPeeDee_7_2019",
"bounds": "([2300253.0, 2316273.0], [366099.0, 382119.0])/EPSG:2273"
},
{
"filename": "point_peedee7.las",
"type": "writers.las",
"forward": "all",
"minor_version":4
}
]

It pulls about 400 million points and uses over 20G of RAM while doing it
(based on watching top). That's in the ballpark of reading all the points
into memory. Is there something different I should be doing? Did I miss an
option? Running PDAL version 2.6.3.

Thanks,
Kirk Waters, PhD
NOAA Office for Coastal Management
Applied Sciences Program
coast.noaa.gov/digitalcoast
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20240313/66f0ee0c/attachment.htm>


More information about the pdal mailing list