I have polygons from coordinates in (python shapely) that looks like this
POLYGON ((24.8085317 46.8512821, 24.7986952 46.8574619, 24.8088238 46.8664741, 24.8155239 46.8576335, 24.8085317 46.8512821))I would like to calculate the area of this polygon in km^2. What would be the best way to do this in Python?
أكثر...
POLYGON ((24.8085317 46.8512821, 24.7986952 46.8574619, 24.8088238 46.8664741, 24.8155239 46.8576335, 24.8085317 46.8512821))I would like to calculate the area of this polygon in km^2. What would be the best way to do this in Python?
أكثر...