gi.write.write_gi_db_to_gpkg

gi.write.write_gi_db_to_gpkg(brgi_db, gpkg_path)

Writes a database with Bedrock Ground Investigation data to a GeoPackage file.

Writes a dictionary of DataFrames containing Bedrock Ground Investigation data to a GeoPackage file. Each DataFrame will be saved in a separate table named by the keys of the dictionary.

Parameters

Name Type Description Default
brgi_db dict A dictionary where keys are brgi table names and values are DataFrames with brgi data. required
gpkg_path str The name of the output GeoPackage file. required

Returns

Name Type Description
None None