earth¶
Globe Source¶
-
class
PVGeo.model_build.earth.
GlobeSource
(radius=6371000000.0, npar=15, nmer=36, **kwargs)[source]¶ Bases:
PVGeo.base.AlgorithmBase
Creates a globe/sphere the size of the Earth with texture coordinates already mapped. The globe’s center is assumed to be (0,0,0).
- Parameters
Outline Continents¶
-
class
PVGeo.model_build.earth.
OutlineContinents
(radius=6371000000.0)[source]¶ Bases:
PVGeo.base.AlgorithmBase
A simple data source to produce a
vtkEarthSource
outlining the Earth’s continents. This works well with ourGlobeSource
.