| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Work in progress to build conda packages for pdal and dependencies
conda install -c mathieu pdal
or using an environemnt specification by creating an environment.yml file as follows:
# environment.yml
name: pdal-env
channels:
- mathieu
- conda-forge
dependencies:
- python=3.6
- pdaland run conda env create -f environment.yml
| Back | FazBrowse Home | New Git URL |