You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a timing parameter to enable logtiming option (#201)
* add a an timing parameter to enable logtiming option in Pipeline invocations
* add note to readme
* bump to 3.5.5
Update filename handling in InferableTypeStage for filespec (#198)
* Update filename handling in InferableTypeStage for filespec
* Validate 'path' in filename for InferableTypeStage
Raise ValueError if 'path' is missing in filename dict
* Enhance tests for pdal.Reader and pdal.Writer types
Added assertions to validate reader and writer types for filespec format.
* support and test full filespec definitions
* conditionalize FileSpec support to PDAL 2.9+
* check headers for FileSpec
---------
Co-authored-by: Howard Butler <hobu.inc@gmail.com>