* Added Map panel.
* Assure 2-digit month and day and 4 digit year in time unit.
* Added return on numeric keyboard to key bindings.
* Changed layout so that dimensions are below variable selection spinboxes.
* Transpose array by default in Contour panel so that first dimension (time)
is on x-axis (col) because contourf/pcolormesh use (row,col).
* Common arithmetic operations on axes: mean, std, min, max, ptp, sum,
median, var.
* General get_slice function for x, y, y2, and z.
* Only activate valid dimensions for chosen variable, disable others.
* Axis labels are now the long_name attribute then the standard_name
attribute and only if both are missing the variable name.