-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmapping.yaml
251 lines (251 loc) · 10.2 KB
/
mapping.yaml
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
mappings:
- field: documentation-url
issue-type: missing value
description: Documentation URL missing
summary-singular: "1 documentation URL missing"
summary-plural: "{count} documentation URLs missing"
- field: documentation-url
issue-type: invalid URI
description: Documentation URL must be a real URL
summary-singular: "1 documentation URL must be a real URL"
summary-plural: "{count} documentation URLs must be a real URL"
- field: document-url
issue-type: missing value
description: Document URL missing
summary-singular: "1 document URL missing"
summary-plural: "{count} document URLs missing"
- field: document-url
issue-type: invalid URI
description: Document URL must be a real URL
summary-singular: "1 document URL must be a real URL"
summary-plural: "{count} document URLs must be a real URL"
- field: start-date
issue-type: missing value
description: Start date missing
summary-singular: "1 start date missing"
summary-plural: "{count} start dates missing"
- field: start-date
issue-type: invalid date
description: Start date must be a real date
summary-singular: "1 start date must be a real date"
summary-plural: "{count} start dates must be a real date"
- field: made-date
issue-type: missing value
description: Made date missing
summary-singular: "1 made date missing"
summary-plural: "{count} made dates missing"
- field: made-date
issue-type: invalid date
description: Made date must be a real date
summary-singular: "1 made date must be a real date"
summary-plural: "{count} made dates must be a real date"
- field: confirmed-date
issue-type: missing value
description: Confirmed date missing
summary-singular: "1 confirmed date missing"
summary-plural: "{count} confirmed dates missing"
- field: confirmed-date
issue-type: invalid date
description: Confirmed date must be a real date
summary-singular: "1 confirmed date must be a real date"
summary-plural: "{count} confirmed dates must be a real date"
- field: entry-date
issue-type: missing value
description: Entry date missing
summary-singular: "1 entry date missing"
summary-plural: "{count} entry dates missing"
- field: entry-date
issue-type: invalid date
description: Entry date must be a real date
summary-singular: "1 entry date must be a real date"
summary-plural: "{count} entry dates must be a real date"
- field: entry-date
issue-type: future entry-date
description: Entry date must be today or in the past
summary-singular: "1 entry date must be today or in the past"
summary-plural: "{count} entry dates must be today or in the past"
- field: end-date
issue-type: missing value
description: End date missing
summary-singular: "1 end date missing"
summary-plural: "{count} end dates missing"
- field: end-date
issue-type: invalid date
description: End date must be a real date
summary-singular: "1 end date must be a real date"
summary-plural: "{count} end dates must be a real date"
- field: geometry
issue-type: missing value
description: Geometry missing
summary-singular: "1 geometry missing"
summary-plural: "{count} geometries missing"
- field: point
issue-type: missing value
description: Geometry missing
summary-singular: "1 point missing"
summary-plural: "{count} points missing"
- field: geometry
issue-type: OSGB out of bounds of England
description: Geometry must be in England
summary-singular: "1 geometry must be in England"
summary-plural: "{count} geometries must be in England"
- field: geometry
issue-type: Unexpected geom type
description: Geometry must be a polygon
summary-singular: "1 geometry must be a polygon"
summary-plural: "{count} geometries must be a polygon"
- field: point
issue-type: Unexpected geom type
description: Geometry must be a point
summary-singular: "1 geometry must be a point"
summary-plural: "{count} geometries must be a point"
- field: geometry
issue-type: Unexpected geom type within GeometryCollection
description: Geometry must be a polygon
summary-singular: "1 geometry must be a polygon"
summary-plural: "{count} geometries must be a polygon"
- field: geometry
issue-type: WGS84 out of bounds
description: Geometry must be in England
summary-singular: "1 geometry must be in England"
summary-plural: "{count} geometries must be in England"
- field: geometry
issue-type: WGS84 out of bounds of England
description: Geometry must be in England
summary-singular: "1 geometry must be in England"
summary-plural: "{count} geometries must be in England"
- field: geometry
issue-type: invalid WKT
description: Geometry must be in Well-Known Text (WKT) format
summary-singular: "1 geometry must be in Well-Known Text (WKT) format"
summary-plural: "{count} geometries must be in Well-Known Text (WKT) format"
- field: point
issue-type: invalid WKT
description: Point must be in Well-Known Text (WKT) format
summary-singular: "1 point must be in Well-Known Text (WKT) format"
summary-plural: "{count} points must be in Well-Known Text (WKT) format"
- field: geometry
issue-type: invalid coordinates
description: Geometry must use WGS84, OSGB or Mercator coordinates
summary-singular: "1 geometry must use WGS84, OSGB or Mercator coordinates"
summary-plural: "{count} geometries must use WGS84, OSGB or Mercator coordinates"
- field: point
issue-type: invalid coordinates
description: Point must use WGS84, OSGB or Mercator coordinates
summary-singular: "1 point must use WGS84, OSGB or Mercator coordinates"
summary-plural: "{count} points must use WGS84, OSGB or Mercator coordinates"
- field: GeoX,GeoY
issue-type: invalid coordinates
description: Geometry must use WGS84, OSGB or Mercator coordinates
summary-singular: "1 geometry must use WGS84, OSGB or Mercator coordinates"
summary-plural: "{count} geometries must use WGS84, OSGB or Mercator coordinates"
- field: geometry
issue-type: invalid geometry - not fixable
description: Geometry must be correctly formatted
summary-singular: "1 geometry must be correctly formatted"
summary-plural: "{count} geometries must be correctly formatted"
- field: point
issue-type: invalid geometry - not fixable
description: Geometry must be correctly formatted
summary-singular: "1 geometry must be correctly formatted"
summary-plural: "{count} geometries must be correctly formatted"
- field: reference
issue-type: missing value
description: Reference missing
summary-singular: "1 reference missing"
summary-plural: "{count} references missing"
- field: name
issue-type: missing value
description: Name missing
summary-singular: "1 name missing"
summary-plural: "{count} names missing"
- field: description
issue-type: missing value
description: Description missing
summary-singular: "1 description missing"
summary-plural: "{count} descriptions missing"
- field: permitted-development-rights
issue-type: missing value
description: Permitted development rights missing
summary-singular: "1 permitted development rights missing"
summary-plural: "{count} permitted development rights missing"
- field: document-type
issue-type: missing value
description: Document type missing
summary-singular: "1 document type missing"
summary-plural: "{count} document types missing"
- field: listed-building
issue-type: missing value
description: Listed building missing
summary-singular: "1 listed building missing"
summary-plural: "{count} listed buildings missing"
- field: reference
issue-type: reference values are not unique
description: "Reference must be unique"
summary-singular: "1 reference must be unique"
summary-plural: "{count} references must be unique"
- field: conservation-area
issue-type: missing value
description: "Conservation area missing"
summary-singular: "1 conservation area missing"
summary-plural: "{count} conservation areas missing"
- issue-type: invalid URI
field: SiteplanURL
description: "Siteplan URL must be a real URL"
summary-singular: "1 siteplan URL must be a real URL"
summary-plural: "{count} siteplan URLs must be a real URL"
- issue-type: invalid URI
field: PlanningHistory
description: "Planning history URL must be a real URL"
summary-singular: "1 planning history URL must be a real URL"
summary-plural: "{count} planning history URLs must be a real URL"
- issue-type: invalid flag
field: deliverable
description: Deliverable must be a valid flag
summary-singular: "1 deliverable must be a valid flag"
summary-plural: "{count} deliverables must be a valid flag"
- issue-type: invalid date
field: EndDate
description: "EndDate must be a real date"
summary-singular: "1 end date must be a real date"
summary-plural: "{count} end dates must be a real date"
- issue-type: invalid date
field: PermissionDate
description: "Permission date must be a real date"
summary-singular: "1 permission date must be a real date"
summary-plural: "{count} permission dates must be a real date"
- issue-type: future entry-date
field: LastUpdatedDate
description: "Last updated date must be today or in the past"
summary-singular: "1 last updated date must be today or in the past"
summary-plural: "{count} last updated dates must be today or in the past"
- issue-type: invalid date
field: LastUpdatedDate
description: "Last updated date must be a real date"
summary-singular: "1 last updated date must be a real date"
summary-plural: "{count} last updated dates must be a real date"
- field: OrganisationURI
issue-type: missing value
description: OrganisationURI missing
summary-singular: "1 OrganisationURI missing"
summary-plural: "{count} OrganisationURIs missing"
- field: SiteReference
issue-type: missing value
description: SiteReference missing
summary-singular: "1 SiteReference missing"
summary-plural: "{count} SiteReferences missing"
- field: SiteNameAddress
issue-type: missing value
description: SiteNameAddress missing
summary-singular: "1 SiteNameAddress missing"
summary-plural: "{count} SiteNameAddresses missing"
- field: GeoX
issue-type: missing value
description: GeoX missing
summary-singular: "1 GeoX missing"
summary-plural: "{count} GeoX co-ordinates missing"
- field: GeoY
issue-type: missing value
description: GeoY missing
summary-singular: "1 GeoY missing"
summary-plural: "{count} GeoY co-ordinates missing"