mapreader.download.data_structures ================================== .. py:module:: mapreader.download.data_structures Classes ------- .. autoapisummary:: mapreader.download.data_structures.Coordinate mapreader.download.data_structures.GridIndex mapreader.download.data_structures.GridBoundingBox Module Contents --------------- .. py:class:: Coordinate(lat, lon) .. py:attribute:: lat .. py:attribute:: lon .. py:class:: GridIndex(x, y, z) .. py:attribute:: x .. py:attribute:: y .. py:attribute:: z .. py:class:: GridBoundingBox(cell1, cell2) .. py:attribute:: z .. py:attribute:: lower_corner .. py:attribute:: upper_corner .. py:property:: covered_cells .. py:property:: x_range .. py:property:: y_range