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

cpos

Indicator if the coordinates represent center- or corner-positions.

cpos_radius

The pixel-extent used for determining corner-positions.

crs

The projection of the data-coordinates.

data

The data assigned to this Maps-object.

delete

encoding

The encoding of the data-values.

keys

parameter

x

The x-coordinate values of the data (or the name of the column to use).

y

The y-coordinate values of the data (or the name of the column to use).