https://github.com/douchunrong/netcdf4
fork go-netcdf
https://github.com/douchunrong/netcdf4
netcdf4
Last synced: 5 months ago
JSON representation
fork go-netcdf
- Host: GitHub
- URL: https://github.com/douchunrong/netcdf4
- Owner: douchunrong
- Created: 2017-05-26T07:03:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T07:12:16.000Z (about 9 years ago)
- Last Synced: 2025-03-14T01:31:39.759Z (about 1 year ago)
- Topics: netcdf4
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/fhs/go-netcdf)
[](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