peterstace / simplefeatures

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

Move low level details `geos` package into `internal/rawgeos` #578

Closed peterstace closed 10 months ago

peterstace commented 10 months ago

Description

This is to pave the way to allow unification of the GEOS wrapper between the geos cmprefimpl/cmpgeos packages. The idea is that the internal/rawgeos package will (soon) be a dependency of both packages, with the extra wrapped functions that cmpgeos requires (soon) moved from cmpgeos into internal/rawageos.

Check List

Have you:

Related Issue

peterstace commented 10 months ago

Thanks for reviewing @albertteoh 😁