-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaltmo-config.yml
68 lines (67 loc) · 2.02 KB
/
altmo-config.yml
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
66
67
68
# Service configurations
PG_DSN: 'dbname=sweeden_osm_2021_12_11 user=thath host=localhost port=5432 password=thath'
VALHALLA_SERVER: 'http://localhost:8003'
TBL_PREFIX: 'altmo_'
SRS_ID: 3857
# Amenity configuration
AMENITIES:
categories:
school:
kindergarten: { weight: 0.15 }
childcare: { weight: 0.2 }
university: { weight: 0.175 }
music_school: { weight: 0.075 }
driving_school: { weight: 0.075 }
college: { weight: 0.0125 }
research_institute: { weight: 0.075 }
school: { weight: 0.2}
shopping:
marketplace: { weight: 0.111 }
hairdresser: { weight: 0.111 }
clothes: { weight: 0.111 }
books: { weight: 0.111 }
florist: { weight: 0.111 }
optician: { weight: 0.111 }
furniture: { weight: 0.111 }
sports: { weight: 0.111 }
second_hand: { weight: 0.112 }
groceries:
supermarket: { weight: 0.75 }
bakery: { weight: 0.25 }
butcher: { weight: 0 }
administrative:
townhall: { weight: 0.25 }
police: { weight: 0.2 }
bank: { weight: 0.25 }
post_office: { weight: 0.2 }
post_box: { weight: 0.1 }
health:
doctors: { weight: 0.2 }
hospital: { weight: 0.15 }
nursing_home: { weight: 0.1 }
veterinary: { weight: 0.1 }
pharmacy: { weight: 0.2 }
dentist: { weight: 0.15 }
clinic: { weight: 0.1 }
community:
community_centre: { weight: 0.25 }
social_facility: { weight: 0.25 }
library: { weight: 0.25 }
place_of_worship: { weight: 0.25 }
outing_destination:
pub: { weight: 0.1 }
cafe: { weight: 0.1 }
theatre: { weight: 0.1 }
nightclub: { weight: 0.1 }
bar: { weight: 0.1 }
ice_cream: { weight: 0.1 }
events_venue: { weight: 0.1 }
cinema: { weight: 0.1 }
restaurant: { weight: 0.1 }
fast_food: { weight: 0.1 }
nature:
allotment: { weight: 0.1 }
cemetery: { weight: 0.1 }
park: { weight: 0.3 }
forest: { weight: 0.2 }
sports: { weight: 0.3 }