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

v.in.csv: Add reprojection support using pure GRASS #837

Open
wenzeslaus opened this issue Nov 29, 2022 · 1 comment
Open

v.in.csv: Add reprojection support using pure GRASS #837

wenzeslaus opened this issue Nov 29, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@wenzeslaus
Copy link
Member

v.in.csv currently requires pyproj. It would be better if it is handled without additional dependency using m.proj or different GRASS location.

This was also mentioned in the original PR by @mlennert.

As I noted in that discussion, having an API for the location-reprojection exercise (such as Session in a temporary location) would be desired to avoid duplicating the v.import functionality. Alternatively, m.proj may work, but there might be a reason why I did not use it.

@wenzeslaus wenzeslaus added the enhancement New feature or request label Nov 29, 2022
@wenzeslaus
Copy link
Member Author

Notably, I'm not assigning this to myself and the issue is up for grabs. Given that the ideal solution includes better API in code, this might not be a good fit for complete beginners, but it is a good issue if you already know some GRASS or are comfortable with Python.

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

No branches or pull requests

1 participant