peterstace / simplefeatures

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

Add `Envelope` method to `Sequence` #555

Closed peterstace closed 11 months ago

peterstace commented 11 months ago

Description

The motivation behind this change is to allow Envelopes for linear and areal types to be calculated more efficiently. Rather than expanding an envelope XY by XY, an Envelope can be calculated directly from a sequence. This change will be made in a separate PR.

Check List

Have you:

Related Issue

peterstace commented 11 months ago

Thanks for reviewing @albertteoh 😁