mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 02:41:18 -07:00
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:
parent
ee961b3210
commit
699d6b3641
2 changed files with 61 additions and 10 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue