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