geovista.raster
#
Minimal geolocated raster utility support.
Notes#
Added in version 0.1.0.
Module Contents#
Functions#
|
Re-center and wrap texture about the specified central meridian. |
- geovista.raster.wrap_texture(texture, central_meridian=None)[source]#
Re-center and wrap texture about the specified central meridian.
Assumes that the source of the texture has global coverage, is on the Geographic projection and uses the WGS84 datum, with square pixels and no rotation.
- Parameters:
- Returns:
Texture
The re-centered PyVista texture.
Notes
Added in version 0.1.0.