earthο
Globe Sourceο
- class PVGeo.model_build.earth.GlobeSource(radius=6371000000.0, npar=15, nmer=36, **kwargs)[source]ο
Bases:
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:
radius (float) β the radius to use
npar (int) β the number of parallels (latitude)
nmer (int) β the number of meridians (longitude)
Outline Continentsο
- class PVGeo.model_build.earth.OutlineContinents(radius=6371000000.0)[source]ο
Bases:
AlgorithmBase
A simple data source to produce a
vtkEarthSource
outlining the Earthβs continents. This works well with ourGlobeSource
.