Skip to content
/ nujan Public
forked from NCAR/nujan

Pure Java netCDF-4 and HDF-5 writer

Notifications You must be signed in to change notification settings

uhoefel/nujan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nujan

This is not the official home for the Nujan source code.
It is a fork, with a little bit of cleanup. The artifact can be found at maven central:

<dependency>
    <groupId>eu.hoefel</groupId>
    <artifactId>nujan</artifactId>
    <version>1.4.7</version>
</dependency>

Nujan was developed by the NCAR Research Applications Laboratory as a pure Java netCDF-4 and HDF-5 writer.

Nujan is 100% open source and is released under the MIT license. Nujan is intended to be useful in situations where portability and a simplified development process are more important than access to the complete HDF5 feature set. Nujan creates files compatible with:

  • HDF5 1.8.5 and later
  • NetCDF 4.1.1 and later

The primary differences between Nujan and the existing JNI-based HDF5 Java writer in the Java netCDF API are:

  • Nujan does not depend on any C code, so does not use the JNI (Java Native Interface)
  • The Nujan writer only writes new files. It does not update existing files.
  • Nujan supports most of the commonly used features of NetCDF4 and HDF5, but does not implement all features

About

Pure Java netCDF-4 and HDF-5 writer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.9%
  • Shell 3.7%
  • Python 0.4%