0.3.55 • Published 2 years ago

encore.hdf5.binding v0.3.55

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

module::encore.hdf5.binding status stability-experimental

This is binding for HDF5.

About the fork

This is fork, which is created to provide prebuild versions and fix issues of the original implementation.

Support

Node versions:

  • v14
  • v13
  • v12
  • v10

HDF5 versions:

  • v1.10.x
  • v1.8.x

How to add to your project

npm add encore.hdf5.binding@stable

This installation method assumes that you have HDF5 library installed at default path.

Default path to HDF5 library

The module expects that HDF5 library is installed at:

PlatformPath
Linux/usr/local
WindowsC:/Software/hdf5
Mac/usr/local

How to provide custom path to HDF5 library

If your HDF5 library installation is not located on default path you can set the path with a switch on this project as well as dependent projects:

On Linux:

npm add encore.hdf5.binding@stable --hdf5_home_linux=<your native hdf path>

On Mac:

npm add encore.hdf5.binding@stable --hdf5_home_mac=<your native hdf path>

On Windows:

npm add encore.hdf5.binding@stable --hdf5_home_win=<your native hdf path>

How to install HDF5 library

Installation instructions for HDF5 library can be found here

Prerequisites

Note: If node-gyp isn't installed

npm install -g node-gyp

Try out

var path = require( 'path' );
var hdf5 = require( 'encore.hdf5.binding' ).hdf5;
var Access = require( 'encore.hdf5.binding' ).globals.Access;

var file = new hdf5.File( path.join( __dirname, './File.h5' ), Access.ACC_RDONLY );
var members = file.getMemberNames();

console.log( members );

/*
log:
[ 'group1' ]
*/

file.close();

Source code

0.3.53

2 years ago

0.3.52

2 years ago

0.3.51

2 years ago

0.3.55

2 years ago

0.3.54

2 years ago

0.3.50

2 years ago

0.3.49

2 years ago

0.3.48

2 years ago

0.3.47

2 years ago

0.3.46

2 years ago

0.3.45

2 years ago

0.3.44

2 years ago

0.3.43

2 years ago

0.3.42

3 years ago

0.3.41

3 years ago

0.3.40

3 years ago

0.3.39

3 years ago

0.3.38

3 years ago

0.3.37

3 years ago

0.3.36

3 years ago

0.3.35

3 years ago

0.3.34

3 years ago

0.3.33

3 years ago

0.3.31

3 years ago

0.3.32

3 years ago

0.3.30

3 years ago

0.3.29

3 years ago

0.3.28

3 years ago

0.3.27

3 years ago

0.3.26

3 years ago

0.3.25

3 years ago

0.3.24

3 years ago

0.3.23

3 years ago

0.3.20

3 years ago

0.3.17

3 years ago

0.3.16

3 years ago

0.3.15

3 years ago

0.3.14

3 years ago

0.3.22

3 years ago

0.3.21

3 years ago

0.3.19

3 years ago

0.3.18

3 years ago

0.3.13

3 years ago

0.3.12

3 years ago

0.3.11

3 years ago

0.3.10

3 years ago

0.3.9

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago