Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect extraction of relative height metrics in GEDI_L2A_V2_Tutorial.ipynb #23

Open
maawoo opened this issue Nov 8, 2024 · 0 comments · May be fixed by #24
Open

Incorrect extraction of relative height metrics in GEDI_L2A_V2_Tutorial.ipynb #23

maawoo opened this issue Nov 8, 2024 · 0 comments · May be fixed by #24

Comments

@maawoo
Copy link

maawoo commented Nov 8, 2024

In section "4.2 Plot Relative Height Metrics" of the notebook some relative height metrics are extracted like this:

rh25 = rhShot[24]                           # 25% 
rh50 = rhShot[49]                           # 50%  
rh75 = rhShot[74]                           # 75% 

To my understanding this should be wrong, as the index of each array starts at 0 and "each shot contains 101 values representing rh at 0-100%". Later on in the notebook the metrics are extracted in the correct way.

maawoo added a commit to maawoo/GEDI-Data-Resources that referenced this issue Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant