Published August 23, 2019
| Version 2.0.1
Software
Open
PDAL/PDAL: 2.0.1
Creators
- Howard Butler1
- Andrew Bell
- Michael P. Gerlek2
- chambbj
- Pete Gadomski
- Connor Manning1
- Mateusz Łoskot3
- Paul Ramsey4
- Bas Couwenberg
- Nicolas Chaulet
- Chris Foster
- Michael Rosen
- Scott Lewis
- Even Rouault5
- Grigory6
- Kirk McKelvey
- Éric Lemoine
- Vicky Vergara
- Kristian Evers7
- Vaclav Petras
- John Wass8
- Martijn Visser9
- Raphael Kubo da Costa10
- Pravin Shinde
- Peter Limkilde Svendsen11
- Norman Barker
- Michael D. Smith12
- Jason Beverage13
- Alvaro Huarte
- Adam Steer14
- 1. Hobu, Inc.
- 2. Flaxen Consulting
- 3. Cadcorp
- 4. @CrunchyData
- 5. Spatialys
- 6. @azavea
- 7. SDFE.dk
- 8. @ctc-oss
- 9. @Deltares
- 10. Intel Corporation
- 11. Danish Agency for Data Supply and Efficiency (SDFE)
- 12. US Army Corps of Enginneers
- 13. Pelican Mapping
- 14. Spatialised
Description
Note
- Version 2.0.0 has been retracted as it was mistagged.
- Python support now requires at least version 3.5+ of Python and version 1.13 of Numpy.
filters.icpis no longer a plugin and provides options not previously available.- Linear algebra that was using single-precision math is now using double-precision math.
- Support was added for GDAL version 3+.
- PCL support has been removed. PCD read/write and
filters.icpis now natively supported. The PCL filters have been moved to the unsupported-plugins repository for those that might need functionality they provided. - PDAL now uses a JSON library that doesn't support comments. If your pipelines contain non-standard JSON, they will no longer be accepted.
- PDAL now supports GCC 9.2, clang 8.0.1 and Visual Studio 17
filters.covariancefeaturescomputes statistics about features of points in a neighborhood. (#2455 - Thanks Helix.re!)readers.e57reads the E57 format. (#2442 - Thanks Helix.re!)writers.e57writes the E57 format. (#2442 - Thanks Helix.re!)writers.gltfprovides simple glTF mesh output support. (#2643)filters.reciprocitycomputes the percentage of points that are considered uni-directional. (#2504 - @chambbj)filters.miniballcomputes a criterion for neighbors based on the miniball algorithm. (#2504 - @chambbj)filters.planefitcomputes a deviation of a point from a manifold approximating its neighbors. (#2504 - @chambbj)readers.memoryprovides an API interface for direct reading of row-oriented point data. (#2620)filters.projpipelineprocesses point through a PROJ pipeline. (#2626 - Thanks @vilaa!)
- readers.sqlite (will be moved to unsupported-plugins in a future release)
- writers.sqlite (will be moved to unsupported-plugins in a future release)
- readers.geowave (will be moved to unsupported-plugins in a future release)
- writers.geowave (will be moved to unsupported-plugins in a future release)
filters.mongusfilters.kdistancereaders.greyhound
readers.mrsidnow supports more recent versions of the Mr. Sid SDK. (#2460)readers.tiledbandwriters.tiledbnow support stream mode processing. It also supports anappendoption.readers.eptnow accepts an optional\<spatial reference>after the bounds specification in theboundsoption to indicate the SRS of the provided boundary. (#2295)filters.hagnow supports interpolation from a TIN (triangulated network) of points. (#2520 - Thanks James McClain!)filters.poissonnow properly applies an inverse transform to points it creates. (#1840)pdal --driversnow shows the file extensions associated with each driver. It also shows when stages are streamable. (#2571, #2528)- Some threaded execution has been added to
readers.ept. - Alternate dimension names have been added for "Red", "Green" and "Blue" to better support PLY input. (#2570)
- Fixed a problem where data in a forwarded LAS VLR would be lost. (#2542)
- Clear dimension list in
filters.colorizationto eliminate the possibility of writing invalid data. (#2487) - Delete code that removed control characters when converting to JSON. (#2355)
- Fixed an issue where nested geometries were being written as invalid WKT in
filter.hexbin. (#2507) - Fixed a segmentation fault in
readers.bpfif the specified file didn't exist. (#2515) - Fixed an issue in
writers.gdalwhere interpolation would terminate if the process hit the raster edge. (#2545) - Fixed an issue writing JSON when characters needed to be escaped. (#2558)
- Delaunay triangulation no longer segfaults with fewer than three points. (#2513)
- Issues with reading binary data with
filters.epthave been fixed. (#2585) pdalnow errors if an option is provided that wasn't expected. (#2574)- Forwarding for scale with multiple LAS inputs was fixed. (#2663)
Files
PDAL/PDAL-2.0.1.zip
Files
(103.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:ae0121ae898046797e944ee29f6696b8
|
103.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PDAL/PDAL/tree/2.0.1 (URL)