Skip to content

Commit

Permalink
Initial tranche of files from other branch
Browse files Browse the repository at this point in the history
(without binaries)
  • Loading branch information
jamiecook committed Dec 8, 2023
1 parent e0d1c5d commit c733d95
Show file tree
Hide file tree
Showing 5 changed files with 1,058 additions and 0 deletions.
78 changes: 78 additions & 0 deletions aequilibrae/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,78 @@ network:
mode_filter:
pedestrian: 'no'
unknown_tags: true
ovm:
all_link_types:
- bridleway
- cycleway
- driveway
- footway
- livingStreet
- motorway
- parkingAisle
- pedestrian
- primary
- residential
- secondary
- steps
- tertiary
- track
- trunk
- unclassified
- unknown
modes:
bicycle:
link_types:
- primary
- secondary
- tertiary
- livingStreet
- parkingAisle
- residential
- cycleway
- pedestrian
- track
- unclassified
mode_filter:
bicycle: 'no'
unknown_tags: true
car:
link_types:
- motorway
- trunk
- primary
- secondary
- tertiary
- unclassified
- residential
- livingStreet
- parkingAisle
mode_filter:
motor_vehicle: 'no'
unknown_tags: true
transit:
link_types:
- motorway
- trunk
- primary
- secondary
- tertiary
- unclassified
- residential
- livingStreet
unknown_tags: true
walk:
link_types:
- cycleway
- footway
- steps
- pedestrian
- track
- bridleway
- unclassified
mode_filter:
pedestrian: 'no'
unknown_tags: true
gmns:
critical_dist: 2
node:
Expand Down Expand Up @@ -408,6 +480,12 @@ osm:
max_query_area_size: 2500000000
sleeptime: 5

ovm:
max_attempts: 50
timeout: 540
max_query_area_size: 2500000000
sleeptime: 5

system:
cpus: 0
default_directory: C:\
Expand Down
Loading

0 comments on commit c733d95

Please sign in to comment.