geost.base.Collection.to_shape#
- Collection.to_shape(outfile: str | Path, **kwargs)[source]#
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.