Releases: PDAL/python
3.3.0
3.2.3
- Do not include CI-built wheels as PyPI artifacts.
Full Changelog: 3.2.2...3.2.3
3.2.2
3.2.1
3.2.0
3.2.0
-
PDAL base library 2.4.0+ is required
-
CMake project name updated to pdal-python
-
srswkt2property added to allow fetching of SRS info -
pip builds require cmake >= 3.11
-
CMAKE_CXX_STANDARD set to c++17 to match PDAL 2.4.x
-
Driver and options actually uses the library instead of
shelling out topdalapplication :) -
_get_json renamed to toJSON and made public
-
Fix #119, 'json' optional kwarg put back for now
-
DEVELOPMENT_COMPONENT in CMake FindPython skipped on OSX
-
Make sure 'type' gets set when serializing to JSON
3.1.2
3.1.1
3.1.0
3.1.0
-
Breaking change – pipeline.metadata now returns a dictionary from
json.loads instead of a string. -
pipeline.quickinfo will fetch the PDAL preview() information for a data source.
You can use this to fetch header or other information without reading data.
#109 -
PDAL driver and option collection now uses the PDAL library directly rather
than shelling out to the pdal command #107 -
Pipelines now support pickling for use with things like Dask
#110