MattTriano / analytics_data_where_house

An analytics engineering sandbox focusing on real estates prices in Cook County, IL
https://docs.analytics-data-where-house.dev/
GNU Affero General Public License v3.0
7 stars 0 forks source link

Add pipelines to collect TIGER geospatial features distributed in spanning different geometries #162

Closed MattTriano closed 1 year ago

MattTriano commented 1 year ago

The prototype pipeline pulled in geometries distributed in state-level archives, but there are also features distributed in US-level and county-level aggregations. Add those other sizes and adapt to handle all cases gracefully.

Also, refactor common tasks into a tasks/tiger_tasks.py file.