Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 2.33 KB

01_NetAScore-intro.md

File metadata and controls

31 lines (19 loc) · 2.33 KB

NetAScore Logo

What is NetAScore?

NetAScore provides a toolset and automated workflow for computing bikeability, walkability and related indicators from publicly available network data sets. Currently, we provide common presets for assessing infrastructure suitability for cycling (bikeability) and walking (walkability). By editing settings files and mode profiles, additional modes or custom preferences can easily be modeled.

For global coverage, we support OpenStreetMap data as input. Additionally, Austrian authoritative data, the 'GIP', can be used if you work on an area of interest within Austria.

NetAScore ...

  • ... is a (commandline) software tool for assessing infrastructure suitability for different modes
  • ... provides default profiles for cycling and walking
  • ... can be used as foundation for advanced network analyses e.g. in urban planning
  • ... supports OpenStreetMap and GIP (for Austria) network data
  • ... is open source

Example of segment-based bikeability for Salzburg, Austria

NetAScore bikeability example for Salzburg, Austria

How to use NetAScore

If you want to run NetAScore you can choose between two modes, you can either use our ready-to-use setup that utilizes a docker image or you can run it manually using Python.

... using Docker

NetAScore comes with a docker compose configuration in docker-compose.yml and a demo configuration file, so you can simply run an example workflow by following the tutorial presented in the guide on our GitHub-page. The great advantage of running NetAScore in Docker is that you do not have to install any software or python dependencies on your machine.

You find a tutorial for how tu run NetAScore with Docker in 02_NetAScore-tutorial.md

... on your local machine using Python

If you prefer to execute NetAScore directly on your machine, virtual environments or Conda may help with managing all Python requirements. You can learn how to run NetAscore manually on your local machine by reading the guide on our GitHub-page.