Module netcdf

Module netcdf 

Source
Expand description

NetCDF Reader

Structs§

CDFDimension
Track the dimension and its max value (can be infinity)
CDFIterator
The NetCDF Iterator tool
CDFRecordDimension
Track information about the dimensions, which is “unlimited” dimension, and variable sizes
CDFVariable
A NetCDF variable
NetCDFReader
NetCDF v3.x Reader
NetCDFReaderOptions
User defined options on how to parse the NetCDF file

Enums§

CDFDataType
Enum of the NetCDF data types available
CDFValue
The kind of data that can be stored in a NetCDF file

Functions§

netcdf_type_to_bytes
Given a type, get the number of bytes it represents

Type Aliases§

CDFAttributes
The kind of attributes that can be stored in a NetCDF file. Similar to a GeoJSON Properties object
CDFVectorFeature
An NetCDF Shaped Vector Feature