You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried a tutorial on NDVI calculation , and apparently it would not run correctly due to the absence of the function named "subset_clean_refl" in the neon_aop_refl_hdf5_functions.py file.
@cklunch The link to that lesson no longer works, but if I'm recalling correctly, I think that may have been from the first RSDI where we used flightline (L2) data, and we decided just to keep the lessons that work with tiled (L3) data (since the lessons are pretty redundant and the smaller tile data is easier for teaching). I probably should go through all the RSDI python lessons though, since I don't know where they are saved in GitHub. Will add this to my tasks.
Hi @bridgethass,
I have tried a tutorial on NDVI calculation , and apparently it would not run correctly due to the absence of the function named "subset_clean_refl" in the neon_aop_refl_hdf5_functions.py file.
I believe something like that should be added:
def subset_clean_refl(reflArray,reflArray_metadata,clipIndex):
Could you please fix the above mentioned py file with the functions definitions?
The text was updated successfully, but these errors were encountered: