Skip to content

Commit

Permalink
add year to source and output dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandersimoes committed Apr 6, 2016
1 parent 2ffa6a4 commit d702ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acs/yg_poverty_race.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
inherits: "acs/acs_template.yaml"
global:
source: "data/acs_<estimate>yr/<sumlevel>_<tbl><race>_<column>.json"
source: "data/acs_<estimate>yr/<year>_<sumlevel>_<tbl><race>_<column>.json"
source_vars:
tbl: ["B17001"]
column:
Expand All @@ -9,7 +9,7 @@ global:
zfill: 3
race: ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I']

output: "data/output/acs_<estimate>yr/<sumlevel>_<tbl><race>_<column>"
output: "data/output/acs_<estimate>yr/<year>_<sumlevel>_<tbl><race>_<column>"

web_paths: "http://api.census.gov/data/<year>/acs<estimate>?get=GEOID,<tbl><race>_<column>E,<tbl><race>_<column>M&for=<sumlevel>&key=$ACS_KEY"

Expand Down

0 comments on commit d702ab9

Please sign in to comment.