fpcorcoran / PyCESat2

PyCESAT2 Python Library for reading, processing, and visualizing ATL03 data from NASA's ICESat-2 ATLAS space borne LiDAR
MIT License
10 stars 4 forks source link

RANSAC Surface Finding #12

Closed fpcorcoran closed 4 years ago

fpcorcoran commented 4 years ago

Use the RANSAC algorithm to fit a line to sea surface returns.

fpcorcoran commented 4 years ago

RANSAC algorithm added, tested. Next step is to add a "standard deviation" or "standard error" value to allow for identification of thick bands of photon returns.

fpcorcoran commented 4 years ago

Algorithm added, branch merged. Closing