pyguymer3.geo.mer2llSrc.mer2ll_Point¶
- pyguymer3.geo.mer2llSrc.mer2ll_Point(point1, /, *, debug=True, prefix='.')[source]¶
Transform a Point from Mercator fractions to Longitudes/Latitudes
This function reads in a Point whose coordinates are fractions on the Mercator projection and returns a Point whose coordinates are Longitudes/Latitudes.
- Parameters:
- Returns:
point2 – the transformed Point
- Return type:
shapely.geometry.point.Point
Notes
Copyright 2017 Thomas Guymer [1]
References