pyguymer3.geo.mer2llSrc.mer2ll_MultiPoint

pyguymer3.geo.mer2llSrc.mer2ll_MultiPoint(multipoint1, /, *, debug=True, prefix='.')[source]

Transform a MultiPoint from Mercator fractions to Longitudes/Latitudes

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

Parameters:
  • multipoint1 (shapely.geometry.multipoint.MultiPoint) – the MultiPoint

  • debug (bool, optional) – print debug messages

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

Returns:

multipoint2 – the transformed MultiPoint

Return type:

shapely.geometry.multipoint.MultiPoint

Notes

Copyright 2017 Thomas Guymer [1]

References