0.3.0
Reads 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
object
:
Metadata for the record dimension
length
: Number of elements in the record dimensionid
: Id number in the list of dimensions for the record dimensionname
: String with the name of the record dimensionrecordStep
: Number with the record variables step sizeArray<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 beginsrecord
: True if is a record variable, false otherwise