netcdf

package
v0.0.0-...-378c06b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Opens NetCDF files, regardless of type (CDF or HDF5)

Index

Constants

This section is empty.

Variables

View Source
var ErrUnknown = errors.New("not a CDF or HDF5 file")

Functions

func New

func New(file api.ReadSeekerCloser) (api.Group, error)

New is like Open, but takes an opened file instead of a filename. If New returns no error, it has taken ownership of the file. Otherwise, it is up to the caller to close the file.

func Open

func Open(fname string) (api.Group, error)

Open opens a NetCDF4 file by name

Types

This section is empty.

Directories

Path Synopsis
Package api is common to different implementations of NetCDF4 (CDF or HDF5)
Package api is common to different implementations of NetCDF4 (CDF or HDF5)
Package cdf supports v1 (classic), v2 (64-bit offset) and v5 file formats.
Package cdf supports v1 (classic), v2 (64-bit offset) and v5 file formats.
Package hdf5 implements HDF5 for NetCDF
Package hdf5 implements HDF5 for NetCDF
Package util is to create AttributeMaps for the NetCDF API
Package util is to create AttributeMaps for the NetCDF API

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL