NetcdfReader
Reads a NetCDF v3.x file https://www.unidata.ucar.edu/software/netcdf/docs/file_format_specifications.html
Constructor Summary
Public Constructor | ||
public |
constructor(data: ArrayBuffer) |
Member Summary
Public Members | ||
public |
|
|
public get |
|
|
public get |
|
|
public |
|
|
public get |
|
|
public get |
|
|
public get |
|
Method Summary
Public Methods | ||
public |
getDataVariable(variableName: string | object): Array Retrieves the data for a given variable |
|
public |
hasDataVariable(variableName: string | object): Boolean Checks if a variable is available |
Public Constructors
public constructor(data: ArrayBuffer) source
Params:
Name | Type | Attribute | Description |
data | ArrayBuffer | ArrayBuffer or any Typed Array with the data |
Public Members
public buffer source
public header source
public get recordDimension: object source
Return:
object | Metadata for the record dimension
|
public get variables: Array<object> source
Return:
Array<object> | List of variables with:
|