Hello all dear, I have the satellite image of Canton dam reservoir and I want to get its volume and area.
The actual specifications of the dam reservoir: volume=0.472km^3 & Surface area=32.01km^2
I did the following command to estimate the area, but the result was not acceptable and the unit is not clear. Please guide me to estimate the area and volume. Thank you

First, I manually obtained the shape below from the Mask Tool command.

imge =(image);
img = Binarize@imge~Erosion~1;
(m = MorphologicalComponents[img]) // Colorize

linecount =
3 /. (Binarize@imge // ColorNegate // Thinning //
ComponentMeasurements[#, "PerimeterCount"] &);
areacount =
2 /. ComponentMeasurements[MorphologicalComponents[img], "Count"];
areacount/linecount^2 // N
out put is : 0.111111