pyguymer3.geo.en2llSrc.en2ll_LinearRing¶
- pyguymer3.geo.en2llSrc.en2ll_LinearRing(ring1, /, *, debug=True, prefix='.')[source]¶
Transform a LinearRing from Eastings/Northings to Longitudes/Latitudes
This function reads in a LinearRing whose coordinates are Eastings/Northings on the Ordnance Survey National Grid and returns a LinearRing whose coordinates are Longitudes/Latitudes.
- Parameters:
- Returns:
ring2 – the transformed LinearRing
- Return type:
shapely.geometry.polygon.LinearRing
Notes
Copyright 2017 Thomas Guymer [1]
References