<div dir="ltr"><div><div><div><div><div>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.<br><br></div><div>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.<br><br>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.</div><div><br></div><div>To install PDAL to your current Conda environment, simply issue the following command.<br></div><div><br></div>conda install -c conda-forge pdal<br><br></div><div>It may be better to create and activate a separate environment with PDAL and its dependencies, which can be done with the following commands.<br></div><div><br></div>conda create -n pdalenv -c conda-forge pdal<br></div>conda activate pdalenv<br></div><div><br></div>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].<br><br></div>Brad<br><div><div><div><br>[1] <a href="https://anaconda.org/conda-forge/pdal">https://anaconda.org/conda-forge/pdal</a><br></div><div>[2] <a href="https://github.com/PDAL/python">https://github.com/PDAL/python</a><br></div><div>[3] <a href="https://github.com/conda-forge/pdal-feedstock/issues/new">https://github.com/conda-forge/pdal-feedstock/issues/new</a><br><br></div></div></div></div>