Changes between Version 5 and Version 6 of Dev/GribFormat
- Timestamp:
- May 13, 2016, 8:32:11 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/GribFormat
v5 v6 109 109 }}} 110 110 The X/Y are required to be the last dimensions as this is efficient and simple (no need to reorder anything in rasdaman. 111 111 112 The messageDomains should be ordered to match the message order in the GRIB file. 113 114 X and Y seem to be in the reverse order (like in netcdf), and it's necessary to transpose them in rasdaman, otherwise the data is rotated. So you have to consider this in petascope, the order should be Lon/Lat, not as it is Lat/Lon in the file.