j40-cejst-2/data/data-pipeline/data_pipeline/etl/sources/census_decennial
Travis Newby 03a6d3c660
User Story 2152 – Clean up logging (#2155)
Update logging messages and message consistency

This update includes changes to the level of many log messages. Rather than everything being logged at the info level, it differentiates between debug, info, warning, and error messages. It also changes the default log level to info to avoid much of the noise previously in the logs.

It also removes many extra log messages, and adds additional decorators at the beginning of each pipeline run.
2023-02-08 13:08:55 -06:00
..
__init__.py [ISS-723] Load Census Data for 4 Territories (#816) 2021-11-09 16:32:46 -05:00
etl.py User Story 2152 – Clean up logging (#2155) 2023-02-08 13:08:55 -06:00
README.md [ISS-723] Load Census Data for 4 Territories (#816) 2021-11-09 16:32:46 -05:00

Decennial Census of Island Areas

Adding a new ETL folder for Decennial Census of Island Areas since the Island areas aren't included in ACS.

There's the American Samoa Summary File, the Guam Summary File, the Commonwealth of the Northern Mariana Islands Summary File, and the US Virgin Islands Summary File:

  1. https://api.census.gov/data/2010/dec/as.html
  2. https://api.census.gov/data/2010/dec/gu.html
  3. https://api.census.gov/data/2010/dec/mp.html
  4. https://api.census.gov/data/2010/dec/vi.html