An open API service indexing awesome lists of open source software.

https://github.com/douchunrong/netcdf4

fork go-netcdf
https://github.com/douchunrong/netcdf4

netcdf4

Last synced: 5 months ago
JSON representation

fork go-netcdf

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/fhs/go-netcdf.png)](https://travis-ci.org/fhs/go-netcdf)
[![GoDoc](https://godoc.org/github.com/fhs/go-netcdf/netcdf?status.svg)](https://godoc.org/github.com/fhs/go-netcdf/netcdf)

## 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

How to install:

$ go get github.com/douchunrong/netcdf4/netcdf