From 37abb1d205136023f51979e273b867db9e2f3eca Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 25 Sep 2018 12:29:42 -0400 Subject: [PATCH] TEMP: only download one TIGER file --- projects/north-america/pelias.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/north-america/pelias.json b/projects/north-america/pelias.json index 8a78ccf..8b0da0f 100644 --- a/projects/north-america/pelias.json +++ b/projects/north-america/pelias.json @@ -1839,7 +1839,10 @@ "interpolation": { "download": { "tiger": { - "datapath": "/data/tiger" + "datapath": "/data/tiger", + "states": [ + { "state_code": 41, "county_code": 67, "name": "Washington County, OR" } + ] } } }