geost.base.PointHeader.to_shape#
- PointHeader.to_shape(file: 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.