A forestry LiDAR processing package
Project description
SilviMetric
SilviMetric is an open source library and set of command line utilities for extracting point cloud metrics into a TileDB database. See https://silvimetric.com for documentation and tutorials.
Development
GitHub hosts the project at https://github.com/hobuinc/silvimetric
Installation
These scripts will install Silvimetric
dependencies as python libraries to the conda environment silvimetric.
Silvimetric
requires that we install some packages from conda
(TileDB
, and PDAL
) so it's usually easier to use only conda
to handle your environment. If this is unavailable to you, you will need to install TileDB
and PDAL
from source before installing the python packages that are dependent on those (python-pdal
and tiledb-py
).
Pip and Conda
conda env create -f https://raw.githubusercontent.com/hobuinc/silvimetric/main/environment.yml
conda activate silvimetric
pip install silvimetric
Source
git clone https://github.com/hobuinc/silvimetric.git && cd silvimetric
conda env create -f environment.yml && conda activate silvimetric
pip install .
# To install for development:
# pip install -e .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for silvimetric-1.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbb3d4ba4f75ee27e2f13443b35b959405bf6a68178b32c505277586c39961e9 |
|
MD5 | 5565a16b258c8c31b24afa2e7753a454 |
|
BLAKE2b-256 | 42323eef577cb6e1d9d131db1d4b6e7210f44b16469ae05e8c0fc3ce14ba20c0 |