Installation
Let's see how to install the package on any Linux/macOS/Windows machine.
Dependencies
First, we clone the repository to our local machine.
Second, to proceed with the installation, the usage of the uv package manager is highly recommended. Indeed, it can be installed as follows if absent, otherwise just skip the step below.
Let us install the dependencies for the project.
# install dependencies within a virtual environment
uv sync
# add current package to the environment for scripting purposes
uv pip install --editable .
Refinements
Lastly, we need the utility command pdal for dealing with point clouds.