0.0.1Reads a NetCDF v3.x file +https://www.unidata.ucar.edu/software/netcdf/docs/file_format_specifications.html
+ + +(ArrayBuffer) ArrayBuffer or any Typed Array (including Node.js' Buffer from v4) with the data
+
+ string:
+ Version for the NetCDF format
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+number:
+ Length of record dimension
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Array<object>:
+ List of global attributes with:
+name: String with the name of the attributetype: String with the type of the attributevalue: A number or string with the value of the attributeArray<object>:
+ List of variables with:
+name: String with the name of the variabledimensions: Array with the dimension IDs of the variableattributes: Array with the attributes of the variabletype: String with the type of the variablesize: Number with the size of the variableoffset: Number with the offset where of the variable begins