• Stars
    star
    131
  • Rank 275,867 (Top 6 %)
  • Language
    Go
  • License
    BSD 3-Clause "New...
  • Created almost 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

hdf5 is a wrapper for the HDF5 library

hdf5

Build status Build Status GoDoc

Naive cgo bindings for the C-API of hdf5.

WIP: No stable API for this package yet.

NOTE that starting with Go >= 1.6, one needs to run with GODEBUG=cgocheck=0 to disable the new stricter CGo rules.

Example

Note

  • Only version 1.8.x of HDF5 is supported.
  • In order to use HDF5 functions in more than one goroutine simultaneously, you must build the HDF5 library with threading support. Many binary distributions (RHEL/centos/Fedora packages, etc.) do not have this enabled. Therefore, you must build HDF5 yourself on these systems.

Known problems

  • the h5pt packet table interface is broken.
  • support for structs with slices and strings as fields is broken

License

Please see github.com/gonum/gonum for general license information, contributors, authors, etc on the Gonum suite of packages.

More Repositories

1

gonum

Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more
Go
7,465
star
2

plot

A repository for plotting and visualizing data
Go
2,700
star
3

matrix

Matrix packages for the Go language [DEPRECATED]
Go
446
star
4

graph

Graph packages for the Go language [DEPRECATED]
Go
250
star
5

stat

Statistics package for Go [DEPRECATED]
Go
195
star
6

blas

A BLAS implementation for Go [DEPRECATED]
Go
171
star
7

lapack

A LAPACK implementation for Go [DEPRECATED]
Go
69
star
8

optimize

Packages for solving minimization problems [DEPRECATED]
Go
66
star
9

floats

Operations on slices of floats [DEPRECATED]
Go
56
star
10

netlib

netlib contains C wrappers for netlib code in particular BLAS and LAPACK
C++
39
star
11

unit

Package for converting between scientific units [DEPRECATED]
Go
27
star
12

diff

Set of tools for computing derivatives of a function [DEPRECATED]
Go
23
star
13

internal

Internal routines for the gonum project [DEPRECATED]
Go
21
star
14

mathext

mathext implements basic elementary functions not included in the Go standard library [DEPRECATED]
Fortran
16
star
15

exp

Experimental packages
Go
13
star
16

talks

Talks given about Go and Gonum delivered by Gonum developers.
Go
12
star
17

integrate

integrate implements routines for numerical integration for the Go language [DEPRECATED]
Go
9
star
18

tools

Tools that are used by Gonum with general utility
Go
5
star
19

gonum.github.io

Gonum website
HTML
3
star
20

old-website

Code for the Gonum website
CSS
2
star
21

license

Master license, author, contributor etc information [DEPRECATED]
2
star
22

website

updated website for gonum.org
Go
1
star