Skip to content
Discussion options

You must be logged in to vote

Here is an explanation of the order of dimensions in Matlab netCDF files: https://de.mathworks.com/matlabcentral/answers/64018-creating-netcdf-files-how-can-i-set-the-order-of-the-dimensions-in-a-field
It seems the behaviour you observe is related to differences between column-major and row-major storage of data arrays in Matlab and netCDF.

I would think that the correct order of dimensions could fix your display problems as Geo2D Plot in Matlab.

I think you can also have
acc: coordinates = "x y"
in case there are no "lon" and "lat" coordinates in your file (although this is probably implicitely assumed anyway in that case).

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Claudio2574
Comment options

@Armin-RS
Comment options

Answer selected by efisher008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants