-
Notifications
You must be signed in to change notification settings - Fork 17
problem in EBS UTM conversion? #18
Comments
I don't know anything about But yes, |
Ah, so this is a hack to deal with the dateline in other spots in the code? i.e. if other functions see |
correct. |
got it, thanks! I may submit some changes to track the "true" lat-long of the knots as well just for clarity if you want |
sure thing, I'm getting better at pull-request management if you want to do
it that way. but please use a clean branch, I don't know how to sort
through different potential sections of a pull-request.
…On Tue, Aug 1, 2017 at 2:07 PM, Dan Ovando ***@***.***> wrote:
Closed #18
<#18>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHnqTZa7TeEPy3ZFj2MpIo-9MHyLUXQBks5sT5N5gaJpZM4OqSIi>
.
|
Attempting to merge location of estimated knots with other databases, and noticed that the locations produced by
Convert_LL_to_UTM_Fn
for some regions appear to be off. Specifically, running theVAST--single-species-example.Rmd
for the EBSBTS data, callingConvert_LL_to_UTM_Fn
and by extensionPBSmapping::convUL
results inconvUL
guessing that the data are in UTM zone 32, which runs over central Africa.Setting
flip_around_dateline
toFALSE
inPrepare_EBS_Extrapolation_Data_Fn.r
seems to solve the problem, asconvUL
now assigns a mean UTM zone of 2, and the eastings and northings now look more or less right, though they still don't perfectly match values produced by conversion from lat/lons byrgdal::project
. Any thoughts? Bug inflip_around_dateline
conversion? Or am I just missing something?The text was updated successfully, but these errors were encountered: