Skip to content

zorbage-netcdf: code for using the NetCDF data file loading library to populate data into zorbage structures for further processing

License

Notifications You must be signed in to change notification settings

bdezonia/zorbage-netcdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zorbage-netcdf: code for using the NetCDF data file loading library to populate data into zorbage structures for further processing

To learn more about Zorbage please visit https://github.com/bdezonia/zorbage

To learn more about NetCDF please visit https://www.unidata.ucar.edu/software/netcdf

Code example to open all data associated with a data file:

  DataBundle results = NetCDF.open("sunset.jpg");

How to include zorbage-netcdf in your Maven project

  Add the following dependency to your project's pom.xml:
  
  <dependency>
    <groupId>io.github.bdezonia</groupId>
    <artifactId>zorbage-netcdf</artifactId>
    <version>0.1.8</version>
  </dependency>
  
How to include zorbage-netcdf in a different build system

  See https://search.maven.org/artifact/io.github.bdezonia/zorbage-netcdf/0.1.8/jar
  for instructions on how to reference zorbage-netcdf in build systems such as
  Gradle or others.

About

zorbage-netcdf: code for using the NetCDF data file loading library to populate data into zorbage structures for further processing

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published