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

Encoding and decoding functions for shapefiles #187

Open
gpontesss opened this issue Oct 4, 2020 · 2 comments
Open

Encoding and decoding functions for shapefiles #187

gpontesss opened this issue Oct 4, 2020 · 2 comments

Comments

@gpontesss
Copy link

gpontesss commented Oct 4, 2020

I've been doing some research to find a library for encoding/decoding shapefiles. I've found two:

  • go-shp
  • geom (Coincidentally the same name as this one)

go-shp only does the job of reading and writing files. Its objects do not provide a lot of functionality desired when dealing with geometry. So it kind of requires the work of transforming between library formats.

On the other hand, geom seems to be have a lot of the functionality desired for dealing with geometry, but it still lacks some of the functionality that go-geom has.

Are there any plans for implementing shapefile encoding/decoding? I think it would be a great additive :)

@twpayne
Copy link
Owner

twpayne commented Oct 5, 2020

I personally don't use shapefiles, but I would be very happy to accept a PR that adds this functionality to go-geom.

@gpontesss
Copy link
Author

Cool! I'll look into it.

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

No branches or pull requests

2 participants