You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
I've been doing some research to find a library for encoding/decoding shapefiles. I've found two:
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 thatgo-geom
has.Are there any plans for implementing shapefile encoding/decoding? I think it would be a great additive :)
The text was updated successfully, but these errors were encountered: