GEDI-Data-Resources
GEDI-Data-Resources copied to clipboard
This repository provides guides, short how-tos, and tutorials to help users access and work with data from the Global Ecosystem Dynamics Investigation (GEDI) mission.
Hello! I am trying to follow the tutorial called GEDI_L1B_V2_Tutorial for managing L1B product in python. Doing the code inside it, I tried to run the line of code where...
There were a couple issues with these notebooks when I tested the new python environment. These changes should fix.
fixes #23 I'm not sure about all of those deletions, which seem to be mostly file metadata? I opened the notebook in the github.dev editor and just changed the extraction...
In section "4.2 Plot Relative Height Metrics" of the notebook some relative height metrics are extracted like this: ```python rh25 = rhShot[24] # 25% rh50 = rhShot[49] # 50% rh75...