Expand description
NetCDF Reader
Structs§
- CDFDimension
- Track the dimension and its max value (can be infinity)
- CDFIterator
- The NetCDF Iterator tool
- CDFRecord
Dimension - Track information about the dimensions, which is “unlimited” dimension, and variable sizes
- CDFVariable
- A NetCDF variable
- NetCDF
Reader - NetCDF v3.x Reader
- NetCDF
Reader Options - User defined options on how to parse the NetCDF file
Enums§
- CDFData
Type - 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
- CDFVector
Feature - An NetCDF Shaped Vector Feature