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 coordinate transform functionality #21

Open
vanlankveldthijs opened this issue Sep 24, 2024 · 0 comments
Open

Add coordinate transform functionality #21

vanlankveldthijs opened this issue Sep 24, 2024 · 0 comments

Comments

@vanlankveldthijs
Copy link
Contributor

Currently some functions (notably the generate_arcs and sparse_selection functions) work on the data using its raw longitude and latitude.
However, the results of these functions depend on some minimum and/or maximum distance. They don't always give nice results for non-Euclidean coordinate systems (e.g. where the axes are not straight or normalized to each other).

This can be solved by adding coordinate transform functionality. This way (global) arc coordinates can be transformed into (local) Euclidean coordinates before performing functions that prefer Euclidean metrics.

A recommended approach would be to use GeoPandas coordinate transforms internally
geopandas.GeoDataFrame.to_crs — GeoPandas

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