Open SteadyCadence opened 7 years ago
What technique was used to measure the calculation.
How does this look:
Cadasta stores all coordinates as a geography data-type in WGS 84 Lat/Lng (EPSG 4326). Area is determined on a spheroid with units in square meters via PostGIS' ST_Area.
It's a bit more on the technical side but should be enough information so that if someone wants to go further (eg "yeah, but how does the database calculate area?"), they have the resources available to do that.
For now, we can add this material to "Downloading Data" -- as the area calculated in the export.
User Settings to change units.
What technique was used to measure the calculation.