geost.base.BoreholeCollection.to_geopackage#

BoreholeCollection.to_geopackage(outfile: str | Path, **kwargs)#

Write header data to geopackage. You can use the resulting file to display borehole locations in GIS for instance.

Parameters:
  • file (str | Path) – Path to geopackage to be written.

  • **kwargs – gpd.GeoDataFrame.to_file kwargs. See relevant GeoPandas documentation.