:py:mod:`geovista.raster`
=========================

.. py:module:: geovista.raster

.. autoapi-nested-parse::

   Minimal geolocated raster utility support.

   Notes
   -----
   .. versionadded:: 0.1.0

   ..
       !! processed by numpydoc !!


Module Contents
---------------


Functions
~~~~~~~~~

.. autoapisummary::

   geovista.raster.wrap_texture



.. py:function:: 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:

       **texture** : :obj:`Texture <pyvista.Texture>`
           The global texture to be re-centered.

       **central_meridian** : :class:`python:float`, default=0.0
           The meridian (degrees) that specifies the new center of the texture image.



   :Returns:

       :obj:`Texture <pyvista.Texture>`
           The re-centered PyVista texture.








   .. rubric:: Notes

   .. versionadded:: 0.1.0



   ..
       !! processed by numpydoc !!

