mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-28 05:31:39 -07:00
Analysis by region (#385)
* Adding regional comparisons * Small ETL fixes
This commit is contained in:
parent
81290ce672
commit
67b39475f7
7 changed files with 440 additions and 158 deletions
|
@ -133,7 +133,6 @@ def unzip_file_from_url(
|
|||
# cleanup temporary file
|
||||
os.remove(zip_file_path)
|
||||
|
||||
|
||||
def data_folder_cleanup() -> None:
|
||||
"""Remove all files and directories from the local data/dataset path"""
|
||||
|
||||
|
@ -161,7 +160,6 @@ def temp_folder_cleanup() -> None:
|
|||
logger.info(f"Initializing all temp directoriees")
|
||||
remove_all_from_dir(data_path / "tmp")
|
||||
|
||||
|
||||
def get_excel_column_name(index: int) -> str:
|
||||
"""Map a numeric index to the appropriate column in Excel. E.g., column #95 is "CR".
|
||||
Only works for the first 1000 columns.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue