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

feat: enable usage of csv files with wkt geometries #237

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maxnowack
Copy link

@maxnowack maxnowack commented May 30, 2024

This PR implements the parsing of WKT strings (Point, LineString and Polygon) in CSV files (from columns named geometry or wkt).
I kept the original behaviour using latitude and longitude columns to ensure backwards compatibility.
I also added a new test case.

I'm a experienced developer, but more or less a rookie in c++. So please review my changes carefully.

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

Successfully merging this pull request may close these issues.

1 participant