geost.base.BoreholeCollection.to_shape#

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

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

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

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