Skip to main content

I'm working with relatively large LAS files and only needing small portions at a time. Is it possible to use a Shapefile to "trim" the excess points before transformation?

Yes, that should be possible. Either through a Clipper or by using a feature from the Shapefile as the initiator for a FeatureReader.


Yeah, using a the shapefile as the filter in a FeatureReader is a good option here.


Reply