geovista.qt#
Extend functionality of pyvistaqt to provide geospatial support.
Notes#
Added in version 0.1.3.
Module Contents#
Classes#
A Qt interactive background plotter. |
|
A Qt interactive multi-plotter. |
|
Extend the Qt render window interactor. |
- class geovista.qt.GeoBackgroundPlotter(*args, crs=None, **kwargs)#
Bases:
geovista.geoplotter.GeoPlotterBase,pyvistaqt.BackgroundPlotterA Qt interactive background plotter.
See
geovista.geoplotter.GeoPlotterBaseandpyvistaqt.BackgroundPlotter.Notes#
Added in version 0.1.0.
Create geospatial aware plotter.
- Parameters:
- *args
tuple, optional See
pyvista.Plotterfor further details.- crs
CRSLike, optional The target CRS to render geolocated meshes added to the plotter. May be anything accepted by
pyproj.crs.CRS.from_user_input(). Defaults toEPSG:4326i.e.,WGS 84.- **kwargs
dict, optional See
pyvista.Plotterfor further details.
- *args
Notes
Added in version 0.1.0.
- class geovista.qt.GeoMultiPlotter(*args, crs=None, **kwargs)#
Bases:
geovista.geoplotter.GeoPlotterBase,pyvistaqt.MultiPlotterA Qt interactive multi-plotter.
See
geovista.geoplotter.GeoPlotterBaseandpyvistaqt.MultiPlotter.Notes#
Added in version 0.1.0.
Create geospatial aware plotter.
- Parameters:
- *args
tuple, optional See
pyvista.Plotterfor further details.- crs
CRSLike, optional The target CRS to render geolocated meshes added to the plotter. May be anything accepted by
pyproj.crs.CRS.from_user_input(). Defaults toEPSG:4326i.e.,WGS 84.- **kwargs
dict, optional See
pyvista.Plotterfor further details.
- *args
Notes
Added in version 0.1.0.
- class geovista.qt.GeoQtInteractor(*args, crs=None, **kwargs)#
Bases:
geovista.geoplotter.GeoPlotterBase,pyvistaqt.QtInteractorExtend the Qt render window interactor.
See
geovista.geoplotter.GeoPlotterBaseandpyvistaqt.QtInteractor.Notes#
Added in version 0.5.0.
Create geospatial aware plotter.
- Parameters:
- *args
tuple, optional See
pyvista.Plotterfor further details.- crs
CRSLike, optional The target CRS to render geolocated meshes added to the plotter. May be anything accepted by
pyproj.crs.CRS.from_user_input(). Defaults toEPSG:4326i.e.,WGS 84.- **kwargs
dict, optional See
pyvista.Plotterfor further details.
- *args
Notes
Added in version 0.1.0.