View Source NetCDF.File (NetCDF v0.2.2)

Represents a NetCDF File

Link to this section Summary

Functions

Returns a __MODULE__ struct with all its fields

Link to this section Types

@type t() :: %NetCDF.File{
  filename: String.t(),
  resource: reference(),
  variables: [String.t()]
}

Link to this section Functions

@spec open(filename :: String.t()) :: {:ok, t()} | {:error, term()}

Returns a __MODULE__ struct with all its fields