WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

fhs/go-netcdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status GoDoc codecov

Overview

Package netcdf is a Go binding for the netCDF C library. This package supports netCDF version 3, and 4 if netCDF 4 support is enabled in the C library.

Documentation

Documentation can be found here: http://godoc.org/github.com/fhs/go-netcdf/netcdf

Installation

First, make sure you have the netCDF C library is installed. Most Linux distributions have a package for it: libnetcdf-dev in Ubuntu/Debian, netcdf in ArchLinux, etc. You can also download the source from Unidata, compile and install it.

Then, to install go-netcdf, run:

$ go get github.com/fhs/go-netcdf/netcdf

About

Go binding for the netCDF C library.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 9

Languages