forked from openaddresses/openaddresses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcountrywide.json
38 lines (38 loc) · 1.25 KB
/
countrywide.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
{
"coverage": {
"ISO 3166": {
"alpha2": "NZ",
"country": "New Zealand"
},
"country": "nz"
},
"data": "https://data.linz.govt.nz/services;key=441c0097257f45ab84d5ea4d24723f23/wfs?service=WFS&request=GetFeature&outputformat=CSV&typeNames=layer-53353",
"website": "https://data.linz.govt.nz/layer/53353-nz-street-address/",
"license": {
"url": "http://creativecommons.org/licenses/by/4.0/",
"text": "CC BY 4.0",
"attribution": true,
"attribution name": "Land Information New Zealand",
"share-alike": false
},
"language": "en",
"note": "This data is curated and produced by the Land Information New Zealand (LINZ) Data Service",
"protocol": "http",
"conform": {
"format": "csv",
"srs": "EPSG:4167",
"lon": "gd2000_xcoord",
"lat": "gd2000_ycoord",
"id": "address_id",
"unit": "unit_value",
"number": {
"function": "format",
"fields": ["address_number", "address_number_suffix", "address_number_high"],
"format": "$1$2-$3"
},
"street": "full_road_name",
"city": "suburb_locality",
"district": "town_city",
"accuracy": 2
}
}