peterstace / simplefeatures

Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification
MIT License
127 stars 19 forks source link

Separate TWKB Unmarshallers #534

Closed peterstace closed 2 months ago

peterstace commented 11 months ago

TWKB currently has several functions that unmarshal some aspects of TWKB:

We don't need this many (we should be able to get away with just 2):

We should also consider returning the header as a struct containing all of the header fields rather than as individual parts.