-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathosm_query.yaml
More file actions
125 lines (125 loc) · 3.49 KB
/
osm_query.yaml
File metadata and controls
125 lines (125 loc) · 3.49 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
planet_osm_point:
types:
- points
select:
- access
- aeroway
- amenity
- beds
- building
- capacity
- denomination
- emergency
- fuel
- 'health_facility:bed'
- 'health_facility:level'
- 'health_facility:type'
- healthcare
- historic
- 'isced:level'
- landuse
- leisure
- 'medical_system:western'
- name
- opening_hours
- operator
- 'operator:type'
- public_transport
- religion
- rooms
- shop
- 'staff_count:doctors'
- 'staff_count:nurses'
- status
- 'toilets:disposal'
- 'toilets:handwashing'
- tourism
where:
- building IS NOT NULL
- 'shop IS NOT NULL OR tourism IS NOT NULL OR amenity IN (''marketplace'',''restaurant'',''fast_food'',''cafe'',''bar'',''pub'') OR office IS NOT NULL'
- 'amenity IN (''kindergarten'', ''school'', ''college'', ''university'',''language_school'') OR office=''educational_institution'''
- 'emergency IS NOT NULL OR amenity IN (''police'',''fire_station'')'
- 'healthcare IS NOT NULL OR amenity IN (''doctors'', ''dentist'', ''clinic'', ''toilets'', ''hospital'', ''pharmacy'') OR shop IN (''herbalist'',''nutrition_supplements'')'
- landuse IS NOT NULL OR leisure='park' OR amenity='grave_yard'
- amenity='fuel'
- amenity='place_of_worship'
- amenity='community_centre'
- amenity='library'
- historic IS NOT NULL
- 'sport IS NOT NULL OR leisure IN (''stadium, swimming pool, pitch, sport_centre'')'
- aeroway IS NOT NULL OR building='aerodrome'
- amenity='bus_station'
planet_osm_polygon:
types:
- polygons
select:
- access
- aeroway
- amenity
- beds
- building
- capacity
- denomination
- emergency
- fuel
- 'health_facility:bed'
- 'health_facility:level'
- 'health_facility:type'
- healthcare
- historic
- 'isced:level'
- landuse
- layer
- leisure
- 'medical_system:western'
- name
- opening_hours
- operator
- 'operator:type'
- public_transport
- railway
- religion
- rooms
- shop
- 'staff_count:doctors'
- 'staff_count:nurses'
- status
- 'toilets:disposal'
- 'toilets:handwashing'
- tourism
where:
- building IS NOT NULL
- 'shop IS NOT NULL OR tourism IS NOT NULL OR amenity IN (''marketplace'',''restaurant'',''fast_food'',''cafe'',''bar'',''pub'') OR office IS NOT NULL'
- 'amenity IN (''kindergarten'', ''school'', ''college'', ''university'',''language_school'') OR office=''educational_institution'''
- 'emergency IS NOT NULL OR amenity IN (''police'',''fire_station'')'
- 'healthcare IS NOT NULL OR amenity IN (''doctors'', ''dentist'', ''clinic'', ''toilets'', ''hospital'', ''pharmacy'') OR shop IN (''herbalist'',''nutrition_supplements'')'
- landuse IS NOT NULL OR leisure='park' OR amenity='grave_yard'
- amenity='fuel'
- amenity='place_of_worship'
- amenity='community_centre'
- amenity='library'
- historic IS NOT NULL
- 'sport IS NOT NULL OR leisure IN (''stadium, swimming pool, pitch, sport_centre'')'
- aeroway IS NOT NULL OR building='aerodrome'
- building='train_station'
- amenity='bus_station'
planet_osm_line:
types:
- lines
select:
- aeroway
- bridge
- building
- highway
- layer
- name
- oneway
- railway
- smoothness
- surface
- tunnel
- width
where:
- aeroway IS NOT NULL OR building='aerodrome'
- highway IS NOT NULL
- railway IS NOT NULL