forked from openaddresses/openaddresses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
statewide.json
86 lines (86 loc) · 3.4 KB
/
statewide.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
{
"coverage": {
"ISO 3166": {
"alpha2": "AU-VIC",
"state": "Victoria",
"country": "Australia"
},
"country": "au",
"state": "vic"
},
"schema": 2,
"layers": {
"addresses": [
{
"name": "state",
"protocol": "http",
"data": "https://www.alantgeo.com.au/share/VICMAP_ADDRESS.zip",
"website": "https://www.data.vic.gov.au/data/dataset/address-vicmap-address",
"compression": "zip",
"note": "data URL expires; must use web interface & email workflow to download fresh data. See README.statewide.md",
"license": {
"url": "http://creativecommons.org/licenses/by/4.0/",
"text": "CC BY 4.0",
"attribution": true,
"attribution name": "Copyright © The State of Victoria, Department of Environment, Land, Water & Planning 2021",
"share-alike": false
},
"conform": {
"file": "ll_gda94/sde_shape/whole/VIC/VMADD/layer/address.shp",
"format": "shapefile",
"id": "PFI",
"number": "NUM_ADD",
"street": [
"ROAD_NAME",
"ROAD_TYPE",
"RD_SUF"
],
"city": "LOCALITY",
"postcode": "POSTCODE",
"region": "STATE"
}
}
],
"parcels": [
{
"name": "state",
"protocol": "http",
"data": "https://www.alantgeo.com.au/share/VICMAP_PROPERTY.zip",
"website": "https://www.data.vic.gov.au/data/dataset/property-view-vicmap-property",
"conform": {
"format": "shapefile",
"file": "ll_gda94/sde_shape/whole/VIC/VMPROP/layer/property_view.shp",
"pid": "PFI"
},
"compression": "zip",
"license": {
"url": "http://creativecommons.org/licenses/by/4.0/",
"text": "CC BY 4.0",
"attribution": true,
"attribution name": "Copyright © The State of Victoria, Department of Environment, Land, Water & Planning 2021",
"share-alike": false
}
}
],
"buildings": [
{
"name": "state",
"protocol": "http",
"data": "https://www.alantgeo.com.au/share/VICMAP_BUILDING_POLYGON.zip",
"website": "https://discover.data.vic.gov.au/dataset/building-polygon",
"conform": {
"format": "shapefile",
"file": "ll_gda94/sde_shape/whole/VIC/VMFEAT/layer/building_polygon.shp"
},
"compression": "zip",
"license": {
"url": "http://creativecommons.org/licenses/by/4.0/",
"text": "CC BY 4.0",
"attribution": true,
"attribution name": "Copyright © The State of Victoria, Department of Environment, Land, Water & Planning 2021",
"share-alike": false
}
}
]
}
}