From 2009b4c9928fe22fb3a8b0a650097cfb6abfbe89 Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 25 Aug 2016 16:37:39 -0400 Subject: [PATCH] [openaddresses] Adding Virginia (10th state in the union) --- resources/parser/data_sets/openaddresses.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/resources/parser/data_sets/openaddresses.yaml b/resources/parser/data_sets/openaddresses.yaml index 3bdd2298..dc8913c1 100644 --- a/resources/parser/data_sets/openaddresses.yaml +++ b/resources/parser/data_sets/openaddresses.yaml @@ -303,6 +303,11 @@ countries: add: state: NY files: + # Note: uses New York as the city for all 5 boroughs of NYC, which + # is correct and what the OSM data uses as well. We store boroughs + # in the neighborhoods index and label them "city_district" so boroughs + # can still show up in this data set, but if it were listing city=Brooklyn + # and so forth, we'd have to stick add_osm_boundaries on statewide.csv - filename: statewide.csv fields: *fields_no_postcode - filename: broome.csv @@ -403,6 +408,14 @@ countries: - filename: sumter.csv - filename: york.csv + va: + add: + state: VA + files: + - filename: statewide.csv + postcode_strip_non_digit_chars: true + + vt: add: state: VT