pyguymer3.geo.en2llSrc.en2ll_MultiPoint

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

Transform a MultiPoint from Eastings/Northings to Longitudes/Latitudes

This function reads in a MultiPoint whose coordinates are Eastings/Northings on the Ordnance Survey National Grid 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