[pdal] PDAL on conda-forge

Bradley Chambers brad.chambers at gmail.com
Tue Apr 24 07:28:06 PDT 2018


Today we are happy to announce the initial release of a Conda package for
PDAL available in the conda-forge channel [1]. This release is Linux and
macOS only, but Windows should be close behind.

For now, the package is fairly minimal, as many of the dependencies that
enable PDAL plugins are themselves not available as conda-forge packages
and are having to be created.

Another notable omission is the Python plugin and package. The package has
recently been relocated [2] and will be submitted as a separate Conda
package in the near future.

To install PDAL to your current Conda environment, simply issue the
following command.

conda install -c conda-forge pdal

It may be better to create and activate a separate environment with PDAL
and its dependencies, which can be done with the following commands.

conda create -n pdalenv -c conda-forge pdal
conda activate pdalenv

If you run into issues specific to the Conda package, please feel free to
report them in the conda-forge/pdal-feedstock repository (as opposed to the
PDAL source repository) [3].

Brad

[1] https://anaconda.org/conda-forge/pdal
[2] https://github.com/PDAL/python
[3] https://github.com/conda-forge/pdal-feedstock/issues/new
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20180424/5b8ab623/attachment-0001.html>


More information about the pdal mailing list