-
Notifications
You must be signed in to change notification settings - Fork 0
zorbage-netcdf: code for using the NetCDF data file loading library to populate data into zorbage structures for further processing
License
bdezonia/zorbage-netcdf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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.2.0</version> </dependency> How to include zorbage-netcdf in a different build system See https://search.maven.org/artifact/io.github.bdezonia/zorbage-netcdf/0.2.0/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 0
No packages published