-
Notifications
You must be signed in to change notification settings - Fork 2
/
taginfo.json
127 lines (127 loc) · 3.48 KB
/
taginfo.json
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
126
127
{
"data_format": 1,
"project": {
"name": "OSMaPaaralan",
"description": "Mapping Philippine public schools (paaralan) in OpenStreetMap",
"project_url": "https://maproulette.org/browse/challenges/9413",
"doc_url": "https://hackmd.io/@osmph?tags=%5B%22OSMaPaaralan%22%5D",
"contact_name": "Erwin Olario for MapAmore",
"contact_email": "[email protected]"
},
"tags": [{
"key": "amenity",
"description": "The primary tag for all items mapped in the project",
"value": "school"
},
{
"key": "ref",
"description": "The official DepEd reference id for the school"
},
{
"key": "old_ref",
"description": "The historical DepEd reference id for the school. (e.g. after a school is merged or upgraded)"
},
{
"key": "name",
"description": "The official name of the school"
},
{
"key": "old_name",
"description": "The historical name of the school"
},
{
"key": "name:abbr",
"description": "The abbreviated name of the school"
},
{
"key": "alt_name",
"description": "The alternative name(s) of the school"
},
{
"key": "isced:level",
"description": "identify the level of education offered by a school based on the ISCED (International Standard Classification of Education) scale"
},
{
"key": "operator",
"description": "The local school division office of the Department of Educatoin with supervising authority over the school"
},
{
"key": "operator:type",
"description": "The type of operator=* for a feature, and set to 'public' for all project items. ",
"value": "public"
},
{
"key": "population:pupils:2012",
"description": "School population data for CY 2012"
},
{
"key": "population:pupils:2015",
"description": "School population data for CY 2015"
},
{
"key": "start_date",
"description": "The date the school started operating"
},
{
"key": "source",
"description": "The data source",
"value": "Department of Education, Philippines"
},
{
"key": "addr:place",
"description": "The name of the closest territorial zone (neighbourhood, hamlet, village, etc.) when addr:street information is unavailable."
},
{
"key": "addr:province",
"description": "The province address of the school."
},
{
"key": "addr:city",
"description": "The city address of the school."
},
{
"key": "addr:town",
"description": "The town address of the school."
},
{
"key": "addr:quarter",
"description": "The quarter address of the school."
},
{
"key": "addr:suburb",
"description": "The village address of the school."
},
{
"key": "addr:village",
"description": "The village address of the school."
},
{
"key": "addr:hamlet",
"description": "The hamlet address of the school."
},
{
"key": "addr:neighbourhood",
"description": "The neighbourhood address of the school."
},
{
"key": "addr:street",
"description": "The street name address of the school."
},
{
"key": "addr:street:corner",
"description": "The secondary street address of the school (i.e. school is located on a corner)"
},
{
"key": "addr:housenumber",
"description": "The housenumber address of the school."
},
{
"key": "education_program",
"description": "The curriculum program implemented by a school. Unused for schools implementing the general curriculum."
},
{
"key": "specialized_education",
"description": "The specific, special curriculum program implemented by a school (e.g. special needs, culture and arts, etc.)"
}
]
}