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

Missing value handling? #10

Closed
serbinsh opened this issue Mar 11, 2022 · 3 comments
Closed

Missing value handling? #10

serbinsh opened this issue Mar 11, 2022 · 3 comments

Comments

@serbinsh
Copy link

Apologies, I have another question. Because @Daryl-YANG and I need to use the ArcticDEM for processing, and because ArcticDEM is more coarse than AVIRIS, we are wondering how we can define missing values for Hytools so that it ignores those edge cases (see attached)?

Again this is caused by using a DEM that isnt of the same resolution of AVIRIS creating some missing data on scene edges (black area on the edge)

image (15)

@adamchlus
Copy link
Member

Hi Shawn, here are some options:

  1. Set those pixels to the value of the "data ignore value" specified in the ENVI header.
  2. Specify the 'neon_edge" mask as one of the calc_masks in the config file which will exclude a buffer around the edge of the flightline, for example:
    "neon_edge", {'radius' : 5 }

@serbinsh
Copy link
Author

Thanks @adamchlus. @Daryl-YANG is still exploring whether these solutions work, so lets let him get back to us when he has more details

@adamchlus
Copy link
Member

Fixed with: #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants