jonas-p / go-shp

Go library for reading and writing ESRI Shapefiles. Pure Golang implementation based on the ESRI Shapefile technical description.
MIT License
255 stars 67 forks source link

ZipReader and GeometryType #30

Open dvd0101 opened 6 years ago

dvd0101 commented 6 years ago

It's possible to know the geometry type of the shapes read from a zip file? There is a technical reason for the missing of GeomtryType attribute in the SequentialReader interface?

fawick commented 6 years ago

There is no technical reason, only to keep the interface small.