geost.base.Collection.to_geopackage#

Collection.to_geopackage(outfile: str | Path, **kwargs)[source]#

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.