forked from openaddresses/openaddresses
-
Notifications
You must be signed in to change notification settings - Fork 2
/
statewide.json
37 lines (37 loc) · 961 Bytes
/
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
{
"data": "https://ftp.vgingis.com/Download/VA_SiteAddress.txt.zip",
"website": "http://vgin.maps.arcgis.com/home/item.html?id=100e5e12ddc14748a5ec3b8b997af13a",
"license": {
"text": "public domain",
"attribution": false,
"share-alike": false
},
"compression": "zip",
"type": "http",
"year": 2014,
"coverage": {
"US Census": {
"geoid": "51",
"state": "Virginia"
},
"country": "us",
"state": "va"
},
"conform": {
"type": "csv",
"file": "VA_SiteAddress.txt",
"lon": "LONG",
"lat": "LAT",
"number": "ADDRNUM",
"street": "FULLNAME",
"city": "PO_NAME",
"district": "MUNICIPALITY",
"region": "STATE",
"postcode": {
"function": "regexp",
"field": "ZIP_5",
"pattern": "([0-9]{2}),([0-9]{3})",
"replace": "$1$2"
}
}
}