.. _reprojection_icon: reprojection =============================================== .. container:: .. container:: leftside .. image:: /_static/REPROJECTION.png :width: 48px .. container:: rightside Interpolates gridded data in GRIB format into a lat-lon grid. In the past it was used to visualise data on certain geometries. At present, all these data can be directly visualised, so :func:`reprojection` is need not be used. .. note:: This function performs the same task as the **Reprojection** icon in Metview’s :ref:`user interface `. It accepts its parameters as keyword arguments, described below. .. py:function:: reprojection(**kwargs) Interpolates gridded data in GRIB format into a lat-lon grid. :param source: :type source: str, default: "off" :param data: :type data: :class:`Fieldset` :param area: :type area: list[number], default: [-90, -180, 90, 180] :param resolution: :type resolution: list[number], default: [1, 1] :param projection: :type projection: {"latlong"}, default: "latlong" :param interpolation: :type interpolation: {"nearest_neighbour"}, default: "nearest_neighbour" :rtype: :class:`Fieldset` .. mv-minigallery:: reprojection