v0.54.0 #655
peterstace
announced in
Announcements
v0.54.0
#655
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
2025-06-16
Special thanks to @gamzeozgul for contributing to this release.
Adds a new package
github.com/peterstace/simplefeatures/proj
that wraps the PROJ library. This package provides functionality for transforming geometries between a vast array of different coordinate reference systems.Adds new
ToleranceZ
andToleranceM
options for use with theExactEquals
function. These options allow geometries to compare as equal, even when their Z and M values differ slightly.Adds UTM projection support to the
carto
package. This allows projecting geometries between angular (lon/lat) coordinates and UTM (x/y) coordinates.Adds new
FlipCoordinates
methods to each geometry type. This method creates a new geometry with the X and Y coordinates interchanged.This discussion was created from the release v0.54.0.
Beta Was this translation helpful? Give feedback.
All reactions