-
Notifications
You must be signed in to change notification settings - Fork 9
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
Anyone like to define all the UTM grid zones #14
Comments
I guess a helper function to select appropriate zone from WSG84 ground position and do the translation would be nice too. If this is generally useful then I guess I just volunteered... I'm only working with UTM zones relevant to UK at moment for nautical purposes but should be reasonable to extend this across all zones. |
Thanks for looking into this. If you'd like to volunteer then that would be great, and I'd certainly accept the pull request. I'd suggest defining a type As you say, a function of type I did look at this a while ago. The hairiest part was coding up the UTM grid with all the special cases. |
I've not forgotten this -- just been busy making the application -- I've enough experience of the UTM Zones to make a job of this now -- In fact I've been prototyping based on my charting requirements. |
I'm not entirely sure what you mean by "interpolate a UTM graticule". Let me see if I understand. On your UTM map you want to draw a graticule for lat and long with subdivisions along the lines to show the degrees and minutes of latitude and longitude. You have been drawing lines between whole degrees, but this is not accurate enough because the latitude lines map to curves on the UTM grid. Hence you want to map the lines more accurately to produce accurate curves. Have I got that right? For the lines you might look at the If you want to draw tick marks along these lines then I suggest you generate their WGS84 positions separately, map them to the grid using |
I was interpolating to 1NM (1 arc minute) but the interpolation of 60 minutes per degree does not seem accurate -- I think the |
No description provided.
The text was updated successfully, but these errors were encountered: