degauss-org / census_block_group

A docker container for assigning census block group id to geocoded addresses.
https://degauss.org/census_block_group
GNU General Public License v3.0
4 stars 2 forks source link

expand to report different years of census block groups #1

Closed cole-brokamp closed 4 years ago

cole-brokamp commented 4 years ago

include argument of "year" that can be set to 2000, 2010, etc

make sure to include a default year of 2010

cole-brokamp commented 4 years ago

also make sure to name variable with year in the name

cole-brokamp commented 4 years ago

https://github.com/degauss-org/census_block_group/blob/81a7275ecf40a7e5053401516f14696077a319ae/census_block_group.R#L34

add _2010 here

erikarasnick commented 4 years ago

done, but argument doesn't currently default to 2010

cole-brokamp commented 4 years ago

great! so since we are using docopt does this provide a useful error message if we try to run the container without specifying a year?

cole-brokamp commented 4 years ago

image

I think that's good! ^^^