Changes between Version 14 and Version 15 of Dev/NetcdfFormat


Ignore:
Timestamp:
Jun 9, 2016, 2:37:15 PM (8 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Dev/NetcdfFormat

    v14 v15  
    283283  "dimensions": [ "time", "lat", "lon" ], // dimension names
    284284
    285   "variables": [                          // each variable has metadata and data, except the one for the array in rasdaman which has only metadata
     285  "variables": {                          // each variable has metadata and data, except the one for the array in rasdaman which has only metadata
    286286
    287287    "time": {
     
    327327    },
    328328
    329   ],
    330 
    331   "global": {
    332     "metadata": {
    333       ...
    334     }
     329  },
     330
     331  "metadata": {
     332    ...
    335333  }
    336334}