geovista.raster#
Minimal geolocated raster utility support.
ノート#
Added in version 0.1.0.
Functions#
|
Re-center and wrap texture about the specified central meridian. |
モジュール内容#
- geovista.raster.wrap_texture(texture, /, *, central_meridian=None)[ソース]#
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:
TextureThe re-centered PyVista texture.
ノート
Added in version 0.1.0.