pyguymer3.geo.ll2merSrc.ll2mer_Point

pyguymer3.geo.ll2merSrc.ll2mer_Point(point1, /, *, debug=True, prefix='.')[source]

Transform a Point from Longitudes/Latitudes to Mercator fractions

This function reads in a Point whose coordinates are Longitudes/Latitudes and returns a Point whose coordinates are fractions on the Mercator projection.

Parameters:
  • point1 (shapely.geometry.point.Point) – the Point

  • debug (bool, optional) – print debug messages

  • prefix (str, optional) – change the name of the output debugging CSVs

Returns:

point2 – the transformed Point

Return type:

shapely.geometry.point.Point

Notes

Copyright 2017 Thomas Guymer [1]

References