Consolidate columns.csv data into codebook (#2197)

* Consolidate esri codebook data into main codebook, and write that instead of the esri codebook with the shapefile

* Format and fix any issues from linter

* Remove final reference to columns.csv

* Add more info to logging for geo-score
This commit is contained in:
Travis Newby 2023-03-13 08:33:30 -05:00 committed by GitHub
commit 699d6b3641
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 61 additions and 10 deletions

View file

@ -268,7 +268,10 @@ def geo_score(data_source: str):
Returns:
None
"""
log_title("Generate GeoJSON", "Combine Score and GeoJSON")
log_title(
"Generate GeoJSON",
"Combine Score and GeoJSON, Add Shapefile Data to Codebook",
)
log_info("Cleaning up geo score folder")
geo_score_folder_cleanup()