Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain area calculations on Cadasta #65

Open
SteadyCadence opened this issue Aug 9, 2017 · 2 comments
Open

Explain area calculations on Cadasta #65

SteadyCadence opened this issue Aug 9, 2017 · 2 comments

Comments

@SteadyCadence
Copy link
Contributor

User Settings to change units.

What technique was used to measure the calculation.

@alukach
Copy link

alukach commented Aug 9, 2017

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.

@SteadyCadence
Copy link
Contributor Author

For now, we can add this material to "Downloading Data" -- as the area calculated in the export.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants