Page NetCDF

How can we make use of the properties of NetCDF in our project?

How to define a new trajectory class

i. The steps to using your TrajectoryBuilderIF class (=Factory class) in the NetCDF-Java library:

ii. Adding attributes to a dataset:

How to define a new data type with a certain precision

Avaiable data types:

How to access a NetCDF file via Java

i.a) The preferred way to open a NetcdfFile is through the NetcdfDataset.openFile factory method:

i.b) Example: Accessing a file of type TrajectoryObsDataset via public methods

ii. Writing in a NetCDF file via NetcdfFileWriteable

How to access a NetCDF file via network

i. NetcdfDataset.openFile does the following:


Comments