forked from graphhopper/graphhopper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-bart.yml
More file actions
65 lines (52 loc) · 1.61 KB
/
Copy pathconfig-bart.yml
File metadata and controls
65 lines (52 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# for the usage see the Readme.md
graphhopper:
datareader.file: /Users/michaelzilske/Downloads/norcal-latest.osm.pbf
gtfs.file: /Users/michaelzilske/GTFSTransitData_RG
graph.location: graph-bart
graph.dataaccess.default_type: RAM_STORE
gtfs.trip_based: true
#gtfs.schedule_day: 2023-04-05,2023-05-10
gtfs.schedule_day: 2023-07-04
gtfs.max_transfer_interpolation_walk_time_seconds: 300
#gtfs.free_walk: true
# graph.flag_encoders: car
# import.speedmodels_location: /speedmodels
prepare.min_network_size: 800
profiles:
- name: foot
vehicle: foot
weighting: fastest
- name: car
vehicle: car
weighting: fastest
import.osm.ignored_highways: ''
routing.max_visited_nodes: 15000000
server:
# for some reason dropwizard expects this to be camel-cased...
application_connectors:
- type: http
port: 8900
max_request_header_size: 40KiB
max_response_header_size: 40KiB
accept_queue_size: 256
# for security reasons bind to localhost
bind_host: localhost
admin_connectors:
- type: http
port: 9900
bind_host: localhost
# see dropwizard documentation: https://www.dropwizard.io/1.3.5/docs/manual/configuration.html#logging
logging:
level: INFO
loggers:
"com.graphhopper":
level: INFO
appenders:
- type: console
time_zone: UTC
log_format: "%d{YYYY-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n"
- type: file
time_zone: UTC
log_format: "%d{YYYY-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n"
current_log_filename: logs/matrix.log
archive: false