geost.accessor.GeostFrame.to_qgis3d#
- GeostFrame.to_qgis3d(outfile: str | Path, crs: str | int | 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 | int | CRS) – EPSG of the target crs. Takes anything that can be interpreted by pyproj.crs.CRS.from_user_input().
**kwargs – geopandas.GeodataFrame.to_file kwargs. See relevant Geopandas documentation.