-
Notifications
You must be signed in to change notification settings - Fork 36
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
Check DEM provided when extracting layers for which necessary #427
Conversation
Additionally, this check was failing originally regardless of what metadata layer was specified as the check for `all` layers
Thanks @rzinke! I issued a patch to capture a bug with the way the Also, I made some minor tweaks to meet pep8 suggestions. @alexfore , could you please advise on the implementation on this end? Thanks Here are some simple tests to test this all out:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have some quick comments above, should be minor changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you both. I will implement the suggested changes, except that the ionosphere layer doesn't need a DEM (I checked last week when modifying the notebook).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Added function to check that a valid DEM is specified or downloaded when requesting ariaExtract.py to extract 'all' or any of 'bPerpendicular', 'bParallel', 'incidenceAngle', 'lookAngle', 'azimuthAngle', or 'solidEarthTide', for which a DEM is necessary.