geost.base.CptCollection.to_geoparquet#
- CptCollection.to_geoparquet(outfile: str | Path, **kwargs)#
Write header data to geoparquet. You can use the resulting file to display borehole locations in GIS for instance. Please note that Geoparquet is supported by GDAL >= 3.5. For Qgis this means QGis >= 3.26
- Parameters:
file (str | Path) – Path to shapefile to be written.
**kwargs – gpd.GeoDataFrame.to_parquet kwargs. See relevant Pandas documentation.