nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.DataStorage.netCDF

Microsoft.VisualBasic.DataStorage.netCDF 1.0.9753.4776.

Namespaces 4 Types 18 Members 168

01 Namespaces

Microsoft.VisualBasic.DataStorage.netCDF

TypeSummary Members
CDFWriter 这个对象没有显式调用的文件写函数,必须要通过IDisposable接口来完成文件数据的写操作 17
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… 19
ToStringHelper CDF file summary 1
Utils 11

Microsoft.VisualBasic.DataStorage.netCDF.Components

TypeSummary Members
attribute 属对象性,主要是记录一些注解信息 6
Dimension [name => size] 5
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… 13
recordDimension Metadata for the record dimension 5
variable 变量对象,CDF文件之中的实验数据之类的数据都是保存于这个对象之中的 10

Microsoft.VisualBasic.DataStorage.netCDF.Data

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文件 7

Microsoft.VisualBasic.DataStorage.netCDF.DataVector

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