Skip to content

Commit

Permalink
add encoded values to info about custom model usage, fixes graphhoppe…
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Aug 17, 2024
1 parent da748e6 commit f474257
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// to use this custom model you need to set the following option in the config.yml
// graph.elevation.provider: srtm # enables elevation
// graph.encoded_values: bike_priority, bike_access, roundabout, bike_average_speed, average_slope
// profiles:
// - name: bike
// custom_model_files: [bike.json, bike_elevation.json]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// to use this custom model you need to set the following option in the config.yml
// graph.encoded_values: max_weight, max_width, max_height, bus_access, road_class, car_average_speed
// profiles:
// - name: bus
// custom_model_files: [bus.json]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// to use this custom model you need to set the following option in the config.yml
// graph.encoded_values: car_access, car_average_speed
// profiles:
// - name: car
// turn_costs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// to use this custom model you need to set the following option in the config.yml
// graph.encoded_values: car_access, car_average_speed, track_type
// profiles:
// - name: car4wd
// custom_model_files: [car4wd.json]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// to use this custom model you need to set the following option in the config.yml
// graph.elevation.provider: srtm # enables elevation
// graph.encoded_values: foot_access, hike_rating, foot_priority, foot_average_speed, average_slope
// profiles:
// - name: foot
// custom_model_files: [foot.json, foot_elevation.json]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// to use this custom model you set the following option in the config.yml:
// graph.elevation.provider: srtm # enables elevation
// graph.encoded_values: foot_access, hike_rating, foot_priority, foot_network, foot_average_speed, average_slope
// profiles:
// - name: hike
// custom_model_files: [hike.json, foot_elevation.json]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// to use this custom model you need to set the following option in the config.yml
// graph.urban_density.threads: 4 # expensive to calculate but very useful
// graph.encoded_values: car_access, track_type, road_access, road_class, curvature, car_average_speed, surface
// profiles:
// - name: motorcycle
// custom_model_files: [motorcycle.json,curvature.json]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// to use this custom model you need to set the following option in the config.yml
// graph.elevation.provider: srtm # enables elevation
// graph.encoded_values: mtb_priority, mtb_access, roundabout, mtb_average_speed, average_slope
// profiles:
// - name: mtb
// custom_model_files: [mtb.json, bike_elevation.json]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// to use this custom model you need to set the following option in the config.yml
// graph.elevation.provider: srtm # enables elevation
// graph.encoded_values: racingbike_priority, racingbike_access, roundabout, racingbike_average_speed, average_slope
// profiles:
// - name: racingbike
// custom_model_files: [racingbike.json, bike_elevation.json]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// to use this custom model you need to set the following option in the config.yml
// graph.encoded_values: road_access, car_access, hgv, max_width, max_height, car_average_speed
// profiles:
// - name: truck
// turn_costs:
Expand Down

0 comments on commit f474257

Please sign in to comment.