simplefeatures v0.38.0 Release Notes

  • 2022-05-27

    ๐Ÿš€ Special thanks to Sameera Perera and Albert Teoh for contributing to this release.

    • โž• Add initial linear referencing methods to LineString. The initial methods are InterpolatePoint and InterpolateEvenlySpacedPoints.

    • ๐Ÿ›  Fixes a bug in the TransformXY method where empty MultiPoint and MultiLineStrings would have their coordinates type downgraded to XY.

    • โž• Add a new DumpRings method to the Polygon type, which gives the rings of the polygon as a slice of LineStrings.

    • ๐Ÿ‘‰ Uses unsafe.Slice for internal WKB conversions. This increases the minimum Go version required to use simplefeatures from 1.14 to 1.17.