Python: scipy.spatial: draw convex polygon and calculate area
I am using python. Now I have some coordinates (earth plane coordinates) and I want to draw a convex polygon based on those coordinates. Also, I need to save the polygon in GeoJSON format and calculate the area of ββthe polygon.
I heard scipy.spatial can do this, but I have no idea how to do it, other than how to extract the coordinates of the polygon and calculate the area on the ground?
thank
+3
source to share