jmax01 / cdfj

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%