The title says it, how do i change the coordinates of an shapely geom from epsg:28992 to epsg: 3857 in python.
Asked
Active
Viewed 448 times
0
-
1https://gis.stackexchange.com/questions/78838/converting-projected-coordinates-to-lat-lon-using-python – Maurice Meyer Apr 13 '21 at 15:48
-
but that is for a lat, lon, I want it for a polygon – Jake Apr 13 '21 at 15:52
-
1how is "polygon" different? polygon is just a bunch of points – Lukasz Tracewski Apr 13 '21 at 15:53
-
but isnt there a way to do the polygon at once, so i dont have to loop over all the points – Jake Apr 13 '21 at 15:58