go-netcdf
go-netcdf copied to clipboard
Go binding for the netCDF C library.
I can not build it in my pc.My system is Windows10,and I download the netcdf's libary which has been built.But I can't build my things firstly because the "lib" libary...
Hi, Hw to read string variable data? This is my cdl file: `netcdf test { dimensions: station = 9 ; ... variables: string station_name(station) ; ... // global attributes: ......
Can't read variables with group variables netcdf file.
When creating a file with an unlimited dimension, data is not written properly. ``` package main import "github.com/fhs/go-netcdf/netcdf" func main() { dataset, _ := netcdf.CreateFile("test.nc", netcdf.NETCDF4 | netcdf.WRITE) dims :=...
Hello, I'm trying to build a project using these bindings, but they fail to build on alpine linux. I made sure to install `netcdf` first. When running ``go build`` or...