Skip to content

Commit 12dda5a

Browse files
committed
add cousub as geography parameter
1 parent 4f49a10 commit 12dda5a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

data/dvc.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

data/params.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ input:
9494
- tract
9595
- block_group
9696
- county
97+
- cousub
9798

9899
output:
99100
# Compression type and level to use for final output Parquet files

0 commit comments

Comments
 (0)