econ-dashboard / econ-dashboard.github.io

1 stars 0 forks source link

Templating test #29

Closed miguelito34 closed 3 years ago

miguelito34 commented 3 years ago

Finalized V1 of data pipeline and county page templating.

Data pipeline now pulls Census FIPS codes for all counties and uses these mappings to generate HTML pages for all possible counties. This may change if there are counties for which we don't have data. Current template used will need to be updated as development continues, but these scripts should be easy to update.

Ensured .gitignore was correctly ignoring processed data since that will be auto generated by running the data pipeline.