geovista.qt#
Extend functionality of pyvistaqt to provide geospatial support.
ノート#
Added in version 0.1.3.
Classes#
A Qt interactive background plotter. |
|
A Qt interactive multi-plotter. |
|
Extend the Qt render window interactor. |
モジュール内容#
- class geovista.qt.GeoBackgroundPlotter(*args, crs=None, manifold=None, theme=None, **kwargs)#
Bases:
geovista.geoplotter.GeoPlotterBase,pyvistaqt.BackgroundPlotterA Qt interactive background plotter.
See
geovista.geoplotter.GeoPlotterBaseandpyvistaqt.BackgroundPlotter.ノート#
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.- manifold
BBox, optional Apply the manifold to each mesh added to the plotter so that only the region enclosed by the manifold is rendered.
- theme
Themeorstr, optional Plot specific theme.
- **kwargs
dict, optional See
pyvista.Plotterfor further details.
- *args
ノート
Added in version 0.1.0.
- class geovista.qt.GeoMultiPlotter(*args, crs=None, manifold=None, theme=None, **kwargs)#
Bases:
geovista.geoplotter.GeoPlotterBase,pyvistaqt.MultiPlotterA Qt interactive multi-plotter.
See
geovista.geoplotter.GeoPlotterBaseandpyvistaqt.MultiPlotter.ノート#
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.- manifold
BBox, optional Apply the manifold to each mesh added to the plotter so that only the region enclosed by the manifold is rendered.
- theme
Themeorstr, optional Plot specific theme.
- **kwargs
dict, optional See
pyvista.Plotterfor further details.
- *args
ノート
Added in version 0.1.0.
- class geovista.qt.GeoQtInteractor(*args, crs=None, manifold=None, theme=None, **kwargs)#
Bases:
geovista.geoplotter.GeoPlotterBase,pyvistaqt.QtInteractorExtend the Qt render window interactor.
See
geovista.geoplotter.GeoPlotterBaseandpyvistaqt.QtInteractor.ノート#
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.- manifold
BBox, optional Apply the manifold to each mesh added to the plotter so that only the region enclosed by the manifold is rendered.
- theme
Themeorstr, optional Plot specific theme.
- **kwargs
dict, optional See
pyvista.Plotterfor further details.
- *args
ノート
Added in version 0.1.0.