geost.base.Collection.to_qgis3d#

Collection.to_qgis3d(outfile: str | Path, crs: str | CRS = None, **kwargs)[source]#

Write data to geopackage file that can be directly loaded in the Qgis2threejs plugin. Works only for layered (borehole) data.

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

  • crs (str | CRS, optional) – Coordinate reference system to use for the geometries in the output file. If None, the horizontal reference of the Collection is used. The default is None.

  • **kwargs – geopandas.GeodataFrame.to_file kwargs. See relevant Geopandas documentation.