Skip to content
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

add UTM support for geographic coordinates #27

Open
andrejgonev opened this issue Nov 23, 2023 · 0 comments
Open

add UTM support for geographic coordinates #27

andrejgonev opened this issue Nov 23, 2023 · 0 comments

Comments

@andrejgonev
Copy link

I've been trying out this method for a few weeks now and I'm curious to see it develop further.

One slight issue I ran into was the input format for the geographic coordinates. By default, disperseNN2 only accepts coordinates expressed in decimal degrees (latitude and longitude), but some of my datasets have UTM coordinates.

In the code, disperseNN2 converts the decimal degrees into UTM anyways (with utm.from_latlong), so it would be nice to have it accept UTM coordinates as input also. It is not a major issue but would spare the user from having to do the conversion to decimal degrees every time.

Keep up the good work! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant