Python: GEDI deconvolution tree high feature extraction

Author: CSDN @ _Yakult_

This article will introduce how to use the deconvolution algorithm to extract tree height features from the waveform data of laser altimetry data points identified in GEDI (Global Ecosystem Dynamics Investigation) lidar data.

insert image description here



1. Waveform data extraction

Waveform data extraction reference blog: "python: GEDI a data point waveform data extraction and save to csv file"

Two, the code explained in detail

import numpy as np
from scipy

Guess you like

Origin blog.csdn.net/qq_35591253/article/details/131868710