Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Always use the coordinate system WGS84 (EPSG:4326)
    • Coordinate conversion can be carried out with convertCoordinates
  • The x and y axis both need to be monotonic increasing and in rows (i.e. no meshgrid)
  • You define that the dimensions in the order longitude, latitude and time (no other order)
    • Therefore, the z axis or c values (colors) need to be same re-arranged so they match (function: permute)

An example for Matlab can be found here.