Laserfarm (Laserchicken Framework for Applications in Research in Macro-ecology) provides a FOSS wrapper to Laserchicken supporting the use of massive LiDAR point cloud data sets for macro-ecology, from data preparation to scheduling and execution of distributed processing across a cluster of compute nodes.
Laserfarm requires the PDAL and GDAL libraries and the PDAL Python
bindings. These packages are most easily installed through conda
from the conda-forge
channel:
conda install pdal python-pdal gdal -c conda-forge
Laserfarm can then be downloaded and installed using pip
:
pip install laserfarm
or using git
+ pip
:
git clone git@github.com:eEcoLiDAR/Laserfarm.git
cd Laserfarm
pip install .
In order to setup a new conda environment with Laserfarm and all its dependencies, the YAML file provided can be employed:
conda env create -f environment.yml
The project's full documentation can be found here.
This package has been tested on data provided in a metric-based 2D-projected Cartesian coordinate system, i.e. the Actueel Hoogtebestand Nederland. While some of the tools of Laserfarm could be applied to data in an ellipsoidal latitude/longitude coordinate system as well, this has not been tested and it is generally expected to fail.
If you want to contribute to the development of Laserfarm, have a look at the contribution guidelines.
Copyright (c) 2022, Netherlands eScience Center
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.