traitecoevo / fg_spectral_diversity

0 stars 0 forks source link

create height model for rasters using python code #20

Closed adelegem closed 2 months ago

adrian-g-fisher commented 3 months ago

You can use two scripts in https://github.com/adrian-g-fisher/point_clouds to create the canopy height models (CHM).

  1. Install Anaconda, and create a conda environment with all the required software.
    • Open an Anaconda prompt, which looks like a Windows command prompt.
    • Type the following to create the environment called pointclouds: conda config --add channels conda-forge conda config --add channels rios conda create -n pointclouds rios scipy numba rios::pynninterp laspy lazrs-python