File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ stages:
2323 fetch_cb :
2424 matrix :
2525 year : ['2020']
26- geography : ['tract', 'block_group', 'county']
26+ geography : ['tract', 'block_group', 'county', 'cousub' ]
2727 cmd : " python ./src/fetch_cb.py --year ${item.year} --geography ${item.geography}"
2828 outs :
2929 - ./input/cb/year=${item.year}/geography=${item.geography}/${item.geography}.geojson :
@@ -59,3 +59,7 @@ stages:
5959 persist : true
6060 - ./intermediate/od_lodes/year=${item.year}/geography=block_group/origin=h_geo/state=${item.state}/${item.state}.parquet :
6161 persist : true
62+ - ./intermediate/od_lodes/year=${item.year}/geography=cousub/origin=w_geo/state=${item.state}/${item.state}.parquet :
63+ persist : true
64+ - ./intermediate/od_lodes/year=${item.year}/geography=cousub/origin=h_geo/state=${item.state}/${item.state}.parquet :
65+ persist : true
Original file line number Diff line number Diff line change 9494 - tract
9595 - block_group
9696 - county
97+ - cousub
9798
9899output :
99100 # Compression type and level to use for final output Parquet files
You can’t perform that action at this time.
0 commit comments