peterstace / simplefeatures

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

Unify GEOS wrappers #531

Closed peterstace closed 8 months ago

peterstace commented 11 months ago

There are currently two separate GEOS wrappers:

  1. in the github.com/peterstace/simplefeatures/geos package.
  2. in the github.com/peterstace/simplefeatures/internal/cmpgeos package.

We should be able to refactor things so there is only 1 set of wrappers.