edited examples and readme with new figures

This commit is contained in:
Ben Varick 2024-11-05 09:55:03 -06:00
parent 4330687ed2
commit 338e608d92
No known key found for this signature in database
5 changed files with 4 additions and 1 deletions

View File

@ -18,9 +18,12 @@ This script will generate a few figures:
### A map of all the walking routes within the walk boundary: ### A map of all the walking routes within the walk boundary:
![example routes figure](examples/example-routes.png) ![example routes figure](examples/example-routes.png)
### A map of those routes colored by the level of traffic stress to bike ### A map of those walking routes colored by the level of traffic stress to bike
![example routes-lts figure](examples/example-routes-lts.png) ![example routes-lts figure](examples/example-routes-lts.png)
### A map of cycling routes colored by the level of traffic stress to bike (with a 3 mile radius)
![example routes-lts figure](examples/example-routes-lts_cycling.png)
## Using make ## Using make
- `make osrm-data`: downloads the OpenStreetMap data for Wisconsin, and preproccesses it for use with OSRM. - `make osrm-data`: downloads the OpenStreetMap data for Wisconsin, and preproccesses it for use with OSRM.
- `make osrm-container`: starts the OSRM containers (backends and frontends) for walking and biking. - `make osrm-container`: starts the OSRM containers (backends and frontends) for walking and biking.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 MiB

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 MiB

After

Width:  |  Height:  |  Size: 3.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 MiB

After

Width:  |  Height:  |  Size: 3.5 MiB