peterstace / simplefeatures

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

Remove `cmpgeos` wrappers that already exist in the `rawgeos` package #579

Closed peterstace closed 7 months ago

peterstace commented 7 months ago

Description

Since Intersects, Union etc. are already wrapped in the rawgeos package, they can be used instead, and the corresponding wrappers in the cmpgeos package deleted.

The next step will be to move the remaining wrappers from the cmpgeos package to the rawgeos package.

Check List

Have you:

Related Issue

peterstace commented 7 months ago

Thanks for reviewing, I really appreciate it 🥳