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

Stats to save #49

Open
10 tasks done
Athelena opened this issue Oct 22, 2020 · 3 comments
Open
10 tasks done

Stats to save #49

Athelena opened this issue Oct 22, 2020 · 3 comments

Comments

@Athelena
Copy link
Member

Athelena commented Oct 22, 2020

Already calculated in script:

  • Number of road edges in filtered network and final network
  • Number of connected components (and the count per component) in filtered network and final network
  • Number of road edges in the filtered network that are classified as dual carriageway

Potentially easy to calculate:

  • Average length and SD of road edge in filtered network and final network
  • Number of nodes in filtered network and final network
  • Number of polygons in aerial representation (to use in ratio later)
  • Average area of polygons
  • Average width and SD

Indicators:

  • Number of polygons / number of edges
  • Average area of polygons / average length of edges
@liberostelios
Copy link
Collaborator

We could easily compute some insightful graphs about those things as well.

@Athelena
Copy link
Member Author

Sure, I was just going to do those manually in my experiments later but I guess it would take 2 seconds to add here

@liberostelios
Copy link
Collaborator

But in your experiments you can't use the original data (e.g. all values of area, perimeter etc.) to compute the graphs unless you load the gpkg tables.

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