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

Perimeter Precision #48

Open
JakobMiksch opened this issue Aug 30, 2017 · 2 comments
Open

Perimeter Precision #48

JakobMiksch opened this issue Aug 30, 2017 · 2 comments
Assignees

Comments

@JakobMiksch
Copy link

We computed the perimeter of all lakes in Fennoscandia. However, the perimeter can vary a lot depending on how detailed the underlying polygon is. Since we have lakes from different kinds of sources, we should check if the level of detail is comparable across all of the lakes.
Otherwise there might be a danger for wrong data.

@ninsbl
Copy link
Contributor

ninsbl commented Sep 4, 2017

Good point.
When working on different countries, different data sources and different levels of detail are just a reality.
What can be done is to count the number of vertices and relate that number to the perimeter. That way we get an impression of the precision of the digitization.
If the precision effect is significant would be another question (e.g. how much does perimeter vary between really complex and simple lake geometries, and between lake geometries with different digitization scale....)

@ninsbl
Copy link
Contributor

ninsbl commented Sep 11, 2017

This has been added to a set of geometry metrics which are computed on N16 at the moment.
Should be fixed soon!

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

No branches or pull requests

3 participants