plots.sources.gridspec ====================== .. py:module:: plots.sources.gridspec Classes ------- .. autoapisummary:: plots.sources.gridspec.GridSpec plots.sources.gridspec.HEALPix plots.sources.gridspec.ReducedGG Module Contents --------------- .. py:class:: GridSpec(data) A specification of a grid used in a Source. :param data: The data object containing the grid metadata. :type data: earthkit.plots.sources.Source .. py:attribute:: data .. py:method:: from_data(data) :classmethod: Identify and create a GridSpec object from the given data. :param data: The data object containing the grid metadata. :type data: earthkit.plots.sources.Source .. py:method:: to_dict() .. py:class:: HEALPix(data) Bases: :py:obj:`GridSpec` A HEALPix grid specification. .. py:attribute:: CRITERIA .. py:attribute:: data .. py:method:: from_data(data) :classmethod: Identify and create a GridSpec object from the given data. :param data: The data object containing the grid metadata. :type data: earthkit.plots.sources.Source .. py:method:: to_dict() .. py:class:: ReducedGG(data) Bases: :py:obj:`GridSpec` A reduced Gaussian grid specification. .. py:attribute:: CRITERIA .. py:attribute:: data .. py:method:: from_data(data) :classmethod: Identify and create a GridSpec object from the given data. :param data: The data object containing the grid metadata. :type data: earthkit.plots.sources.Source .. py:method:: to_dict()