Geometry area calculation (gdal GetArea ())
I'm trying to calculate the area of a polygon (given in lat / long coordinates) in Python using a package gdal
, but I'm wondering what the standard output units are?
+3
ABC
source
to share
1 answer
http://www.gdal.org/classOGRSurface.html#a3b2c3125ec8c0b3a986e43cd1056f9e4
is talking:
Returns: the area of the object in square units of the spatial reference system used.
+3
mcuelenaere
source
to share