gi.write.write_gi_db_to_excel
gi.write.write_gi_db_to_excel(gi_db, excel_path)
Writes a database with Ground Investigation data to an Excel file.
Each DataFrame in the database dictionary will be saved in a separate Excel sheet named after the dictionary keys. This function can be used on any GI database, whether in AGS, Bedrock, or another format.
Parameters
Name | Type | Description | Default |
---|---|---|---|
gi_dfs | dict | A dictionary where keys are GI table names and values are DataFrames with GI data. | required |
excel_path | str | The name of the output Excel file. | required |
Returns
Name | Type | Description |
---|---|---|
None | None |