Skip to content

mathieu1/pcl-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Point cloud related conda recipes

Work in progress to build conda packages for pdal and dependencies

Trying it out

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
  - pdal

and run conda env create -f environment.yml

About

Point cloud related conda recipes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published