Skip to content

3.1.0

Choose a tag to compare

@hobu hobu released this 29 Mar 16:18
d450b46

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