-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update and improve handling of projections and area definitions #436
Conversation
c24ff10
to
3871bb3
Compare
…rea definitions; unit testing still pending
3871bb3
to
f7ffc9d
Compare
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.
Provided Unit Tests and with that tested the changes functionally and successfully 🙂
Code looks good!
uwsift/etc/SIFT/config/logging.yaml
Outdated
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.
Yes, I guess it's a good idea to set back to "INFO".
Andrea @ameraner , what do you think?
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.
tbh I'd rather leave it do DEBUG, since it's then easier, in case of errors, to request the full log from a user without having him/her to modify the user settings first.
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.
LGTM, thanks a lot for this first PR and the nice work! Just some very minor modifications I can commit myself.
uwsift/etc/SIFT/config/logging.yaml
Outdated
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.
tbh I'd rather leave it do DEBUG, since it's then easier, in case of errors, to request the full log from a user without having him/her to modify the user settings first.
…rea definitions; unit testing still pending
Added unit test for checking that the resampling is done when set up
bd6a015
to
706c871
Compare
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.
seems that one file was committed by mistake, please remove it. Otherwise LGTM!
To resolve this issue, a configuration change was required in the area_definitions.yaml file. The GUI was modified, along with the logic for applying resolution in the Open File Wizard window. Additionally, users are now able to select a custom resolution.