Maps.data_specs#
- class eomaps.eomaps.Maps.data_specs(m, data=None, x=None, y=None, crs=4326, parameter=None, encoding=None, cpos='c', cpos_radius=None)#
Container for accessing the data-properties.
Members
Indicator if the coordinates represent center- or corner-positions. |
|
The pixel-extent used for determining corner-positions. |
|
The projection of the data-coordinates. |
|
The data assigned to this Maps-object. |
|
The encoding of the data-values. |
|
The x-coordinate values of the data (or the name of the column to use). |
|
The y-coordinate values of the data (or the name of the column to use). |