Skip to content

Releases: PDAL/CAPI

Package Release 2.2.3

Choose a tag to compare

@runette runette released this 21 Jun 13:20

Version for PDAL 2.9

Version 2.2.2

Choose a tag to compare

@runette runette released this 06 Apr 14:02
eee154e

Release for PDAL 2.7.x

Includes #21 The Ability to Build Static Libraries

2.2.1

Choose a tag to compare

@runette runette released this 06 Nov 14:21

Version for PDAL 2.6.x

Version 2.2.0

Choose a tag to compare

@runette runette released this 06 Feb 10:26
39b8e90

Version 2.2.0

This is a major change to the underlying code to remove the deprecated pdal::PipelineExecutor and replace it with pdal::PipelineManager.

This version also introduces the following non-breaking changes to the ABI:

  • Addition of the following method to allow the consuming app to tell if a pipeline is streamable:
bool PDALPipelineIsStreamable(PDALPipelinePtr pipeline)
  • Addition of the following method to allow the consuming application to run a pipeline in streaming mode. If the pipeline is non-streamable it will be silently run in standard mode:
bool PDALExecutePipelineAsStream(PDALPipelinePtr pipeline)

NOTE: The methods that return strings have beeen slightly modified to guarantee a null terminated string return and that the length returned is that which would be returned by strlen. This may mean that there are small changes in the return value between version 2.2.0 and previous versions.

Version 2.1.1

Choose a tag to compare

@runette runette released this 02 May 11:10
737c6f6

Description

Changes to allow compilation with PDAL v2.4.0

see change logfor details

Version 2.1.0

Choose a tag to compare

@runette runette released this 02 May 21:40
81126b1

Description

Adds face data form PDAL to the C API

see change logfor details

Installation

conda install -c conda-forge pdal-c

Documentation

API Documentation

Version 2.0.0

Choose a tag to compare

@runette runette released this 24 Oct 15:01
5c197a6

Description

This is the first release to be available through Conda.

Installation

TBD

Documentation

TBD