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

Create jupyter notebook that runs ra2ce based on a extend defined by the user. #359

Closed
2 tasks done
Carsopre opened this issue Mar 19, 2024 · 1 comment · Fixed by #414
Closed
2 tasks done

Create jupyter notebook that runs ra2ce based on a extend defined by the user. #359

Carsopre opened this issue Mar 19, 2024 · 1 comment · Fixed by #414
Assignees

Comments

@Carsopre
Copy link
Collaborator

Carsopre commented Mar 19, 2024

Input

The user will specify:

  • A geographic region of interest,
    • A bounding box in coordinates,
    • Or as a .geojson.
  • a minimal number of model-specific parameters,

Goal

A jupyter notebook that is able to run ra2ce with a case study and use the extent as defined by the user.

Given the user's input, a model to quantify impacts on roads and accessibility (RA2CE) is automatically set up using globally available data.

  • It is possible to create a Network given a bounding box in coordinates.
  • It is possible to create a Network given a .geojson file.
@Carsopre Carsopre changed the title A jupyter notebook that is able to run ra2ce with a case study and use the extent as defined by the user. Create jupyter notebook that runs ra2ce based on a extend defined by the user. Mar 19, 2024
@Carsopre Carsopre added this to the Automated Model Developments milestone Mar 19, 2024
@Carsopre
Copy link
Collaborator Author

The deliverable can be found as examples/example_download_network_using_a_polygon.ipynb

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