Hi All,
I have been reading this test -
http://svn.unidata.ucar.edu/repos/thredds/trunk/cdm/src/test/java/ucar/nc2/
jni/netcdf/TestJni.java and attempting to use the NetCDF-Java native
bindings to test performance of JNI vs Pure Java for these set of
benchmarks - http://forum.worldwindcentral.com/showthread.php?t=31704 I am
running for the iGlobe project with NASA, ORNL, NOAA and us (CSIRO). How
would I go about activating the native IOSP (as done here: private JniIosp
iosp = new JniIosp() ) . I.e. Dependent libraries in Java (JNA ?) and
Native libraries (/opt/local/lib/libnetcdf.6.dylib on Mac ?)
Cheers,
Tisham.