utils0.utm2latlon(): allow coordinates outside of the normal range of a UTM zone#1107
utils0.utm2latlon(): allow coordinates outside of the normal range of a UTM zone#1107yunjunz merged 1 commit intoinsarlab:mainfrom
utils0.utm2latlon(): allow coordinates outside of the normal range of a UTM zone#1107Conversation
+ utils.utils0.utm2latlon(): set 'strict=False' while calling utm.to_latlon() to allow coordinates outside the range of a typical single UTM zone, which can be common for large area analysis
|
Since this is a simple fix, I will just merge the PR. |
|
Sorry I didn't 👍 it yesterday! Looks good, especially since it's weird to me that Perhaps at some point we could drop |
|
I agree with you: having |
Description of proposed changes
utils.utils0.utm2latlon(): setstrict=Falsewhile callingutm.to_latlon()to allow coordinates outside the range of a typical single UTM zone, which can be common for large area analysis, as suggested by @swdmike in UTM conversion raise OutOfRangeError inprep_hyp3.py#1098Reminders
prep_hyp3.py#1098