nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.DataStorage.netCDF

Microsoft.VisualBasic.DataStorage.netCDF 1.0.9762.11310.

Namespaces 4 Types 18 Members 137

01 Namespaces

Microsoft.VisualBasic.DataStorage.netCDF

netCDF scientific array data file support: reads and writes array oriented data with dimensions, record dimensions, attributes and typed data vectors.

TypeSummary Members
CDFWriter 这个对象没有显式调用的文件写函数,必须要通过IDisposable接口来完成文件数据的写操作 15
netCDFReader The dotCDF file of a CDF contains magic numbers and numerous internal records are used to organize information about the contents Of the CDF (For both Single-file And multi-file… 15
ToStringHelper CDF file summary 1
Utils 11

Microsoft.VisualBasic.DataStorage.netCDF.Components

The netCDF file component model: the header, dimensions, dimension lists, the record dimension, variables and attributes.

TypeSummary Members
attribute 属对象性,主要是记录一些注解信息 6
Dimension [name => size] 2
dimensionality dimensionality (rank) of the variable 0 for scalar, 1 for vector, 2 for matrix 3
Header Object with the fields: + recordDimension Number with the length of record dimension + dimensions: List of dimensions + globalAttributes: List of global attributes + vari… 12
recordDimension Metadata for the record dimension 5
variable 变量对象,CDF文件之中的实验数据之类的数据都是保存于这个对象之中的 10

Microsoft.VisualBasic.DataStorage.netCDF.Data

netCDF data parsing: the data type definitions, the binary data reader, the structure parser and variable length (VLen) value handling.

TypeSummary Members
CDFDataTypes The enum values of the CDF data types. 33
DataReader Data reader methods for a given variable data value. 3
StructureParser 在这个模块之中进行CDF文件的每一个Section的解析操作 4
TypeExtensions 5
vlen_t 4
Xml 将netCDF转储为XML文件 5

Microsoft.VisualBasic.DataStorage.netCDF.DataVector

Typed netCDF data vectors for bytes, characters, shorts, integers, longs, floats and doubles.

TypeSummary Members
CDFData 存储在CDF文件之中的数据的统一接口模块 1
chars A single string value is a char vector 2