All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ucar.nc2.ft.package.html Maven / Gradle / Ivy

Go to download

The NetCDF-Java Library is a Java interface to NetCDF files, as well as to many other types of scientific data formats.

The newest version!



   
   
   package ucar.nc2.ft : Scientific Feature Types


Scientific feature types package

These are interfaces that define access to specialized "scientific feature" datasets. There are three types of interfaces:

  1. FeatureType: atomic type usually defined by its dimensionality and topology.
  2. Collection: a homogenous collection of atomic types, specifying the nature of the collection.
  3. Dataset: one or more Collections of a particular FeatureType, with dataset metadata.

A FeatureDataset and VariableSimpleIF are lightweight abstractions of NetcdfDataset and Variable, which allows implementations that are not necessarily based on NetcdfDataset objects.

See:

  • FeatureDatasets Overview




  • © 2015 - 2024 Weber Informatics LLC | Privacy Policy