Skip to content
/ cdfj Public

Pure-Java code for reading NASA/GSFC CDF (Common Data Format) files

Notifications You must be signed in to change notification settings

autoplot/cdfj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdfj

Pure-Java code for reading NASA/GSFC CDF (Common Data Format) files

Building cdfj

Building with Ant

To build:

unix> git clone https://github.com/autoplot/cdfj.git
unix> cd cdfj
unix> ant -Dplatforms.JDK_8.home=/usr/local/jdk1.8 jar
  • Note this requires platforms.JDK_8.home to be defined. TODO: Fix this.

and cdfj.jar will be in the "dist" folder.

Building with Maven

** Build **

Command: ./mvnw clean install

** Displaying Spotbugs UI **

Command ./mvnw spotbugs:gui

** Classpath Integrity Reporting **

Command: ./mvnw -Pclasspath-integrity

Checks Execute

About

Pure-Java code for reading NASA/GSFC CDF (Common Data Format) files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages