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