The VisAD library has been updated....
You may pick up the current JAR files from the ftp site:
<ftp://ftp.ssec.wisc.edu/pub/visad>
On-line Javadoc has, as usual, also been updated:
<http://www.ssec.wisc.edu/visad-docs/javadoc/>
The VisAD homepage remains at: <http://www.ssec.wisc.edu/~billh/visad>
Below is the list of changes since the last update in August.
Note that I have moved several of the changes to the bottom of this
list (after the line "======....") -- these were done by Curtis to
address several issues preventing compilation on Mac OS X, and
potentially other platforms...
------------------------------------------------------------------------
r5865 | tomw | 2010-12-14 13:07:43 -0600 (Tue, 14 Dec 2010) | 1 line
Changed paths:
M /trunk/core/src/visad/python/JPythonMethods.java
Clean up Javadoc and code; rework 'getMinMax()' method to work with a
sequence; fix error Don found in initializing test values...
------------------------------------------------------------------------
r5864 | tomw | 2010-12-14 11:06:23 -0600 (Tue, 14 Dec 2010) | 1 line
Changed paths:
M /trunk/core/src/visad/python/JPythonMethods.java
in rescale() add test for 1 dimension; change mask() to FieldImpl as
well...on a roll...
------------------------------------------------------------------------
r5863 | tomw | 2010-12-13 14:21:15 -0600 (Mon, 13 Dec 2010) | 1 line
Changed paths:
M /trunk/core/src/visad/python/JPythonMethods.java
Changing signature on rescale() to use FieldImpl
------------------------------------------------------------------------
r5862 | curtis | 2010-12-03 12:12:29 -0600 (Fri, 03 Dec 2010) | 3 lines
Changed paths:
M /trunk/build.xml
M /trunk/core/build.xml
M /trunk/deps/build.xml
Create build directories in subproject build scripts,
rather than toplevel build script.
------------------------------------------------------------------------
r5861 | curtis | 2010-12-02 22:55:32 -0600 (Thu, 02 Dec 2010) | 1 line
Changed paths:
M /trunk/core/src/visad/ss/SpreadSheet.java
Fix SpreadSheet toolbar height.
------------------------------------------------------------------------
r5851 | rink | 2010-11-30 15:29:17 -0600 (Tue, 30 Nov 2010) | 2 lines
Changed paths:
M /trunk/core/src/visad/bom/ImageRendererJ3D.java
M /trunk/core/src/visad/bom/ShadowImageByRefFunctionTypeJ3D.java
implement isByRefUsable, if not original algorithm is used.
------------------------------------------------------------------------
r5850 | rink | 2010-11-29 15:06:45 -0600 (Mon, 29 Nov 2010) | 2 lines
Changed paths:
M /trunk/core/src/visad/bom/ShadowImageFunctionTypeJ3D.java
remove static reference to yUp in buildCurvedTexture
------------------------------------------------------------------------
r5849 | donm | 2010-11-19 14:16:39 -0600 (Fri, 19 Nov 2010) | 1 line
Changed paths:
M /trunk/core/src/visad/data/text/TextAdapter.java
if we are using blank (space) as a delimiter, it causes problems for
parsing the header since blanks separate the metadata (units, missing,
etc) elements. Fix that.
------------------------------------------------------------------------
r5848 | donm | 2010-10-27 14:59:05 -0500 (Wed, 27 Oct 2010) | 1 line
Changed paths:
M /trunk/core/src/visad/ShadowType.java
Fix a problem where speed/dir mapped to Flow*Radial and Flow*Azimuth
was being interpreted as spatial flow and producing bad plots. Make
adjustFlowToEarth a little smarter about this.
------------------------------------------------------------------------
r5844 | brucef | 2010-10-24 11:53:41 -0500 (Sun, 24 Oct 2010) | 1 line
Changed paths:
M /trunk/core/src/visad/data/mcidas/AreaAdapter.java
Fix possible NPE.
------------------------------------------------------------------------
r5842 | rink | 2010-10-21 14:15:06 -0500 (Thu, 21 Oct 2010) | 2 lines
Changed paths:
M /trunk/core/src/visad/bom/ShadowImageByRefFunctionTypeJ3D.java
reinitialze color byte arrays
------------------------------------------------------------------------
r5835 | rink | 2010-09-28 21:38:00 -0500 (Tue, 28 Sep 2010) | 5 lines
Changed paths:
M /trunk/core/src/visad/ScalarMap.java
add a method, disableAutoScale, to turn off autoscaling. Useful
in some performance enhancement, and there's a resetAutoScale
anyway.
------------------------------------------------------------------------
r5834 | rink | 2010-09-26 21:15:27 -0500 (Sun, 26 Sep 2010) | 3 lines
Changed paths:
M /trunk/core/src/visad/bom/ShadowImageByRefFunctionTypeJ3D.java
Support RGB composite: red->RGB, green->RGB, blue->RGB.
------------------------------------------------------------------------
r5833 | brucef | 2010-09-23 12:56:30 -0500 (Thu, 23 Sep 2010) | 1 line
Changed paths:
M /trunk/core/src/visad/java3d/DisplayRendererJ3D.java
Remove requirement for J3D>=1.4 setting SGO names only if setName is available.
------------------------------------------------------------------------
r5832 | tommyj | 2010-09-23 11:13:33 -0500 (Thu, 23 Sep 2010) | 1 line
Changed paths:
M /trunk/core/src/visad/data/hrit/HRITCoordinateSystem.java
Remove unnecessary conditionals.
------------------------------------------------------------------------
r5831 | donm | 2010-09-10 13:14:37 -0500 (Fri, 10 Sep 2010) | 1 line
Changed paths:
M /trunk/core/src/visad/jmet/MetUnits.java
add aliases for "degree C", "degrees C" and corresponding F's.
------------------------------------------------------------------------
r5830 | jbeavers | 2010-09-09 10:33:03 -0500 (Thu, 09 Sep 2010) | 1 line
Changed paths:
M /trunk/core/src/edu/wisc/ssec/mcidas/adde/AddeServerInfo.java
In case I have commit access already: made getDatasetList() and
getDatasetListDescriptions() aware of the "adde.auto-upcase" property.
------------------------------------------------------------------------
r5829 | rink | 2010-09-02 09:09:10 -0500 (Thu, 02 Sep 2010) | 2 lines
Changed paths:
M /trunk/core/src/visad/bom/ShadowImageByRefFunctionTypeJ3D.java
few little tweaks.
------------------------------------------------------------------------
r5828 | donm | 2010-08-30 10:17:24 -0500 (Mon, 30 Aug 2010) | 1 line
Changed paths:
M /trunk/core/src/visad/bom/ShadowImageByRefFunctionTypeJ3D.java
Comment out a debug
------------------------------------------------------------------------
r5827 | donm | 2010-08-26 09:03:58 -0500 (Thu, 26 Aug 2010) | 1 line
Changed paths:
M /trunk/core/src/visad/ShapeControl.java
use scale[0] instead of scale[2] for determining autoscaling
------------------------------------------------------------------------
r5826 | tommyj | 2010-08-16 16:51:24 -0500 (Mon, 16 Aug 2010) | 1 line
Changed paths:
M /trunk/core/src/visad/data/mcidas/AreaAdapter.java
AreaFile.close() was never getting called. Add a finally clause.
------------------------------------------------------------------------
r5825 | brucef | 2010-08-13 15:11:47 -0500 (Fri, 13 Aug 2010) | 2 lines
Changed paths:
M /trunk/core/src/visad/util/SceneGraphInspector.java
Add Views and Canvases with ability to start/stop the view and canvas renderer.
------------------------------------------------------------------------
r5824 | brucef | 2010-08-12 21:27:49 -0500 (Thu, 12 Aug 2010) | 3 lines
Changed paths:
A /trunk/core/src/visad/util/SceneGraphInspector.java
Thingy for displaying Node properties as well as detaching and
re-attaching BranchGroups and setting active Switch child on a live
scene graph. Rough, but works.
I'm not sure it's good to have J3D code in the base util package, so
it may get moved.
------------------------------------------------------------------------
r5823 | brucef | 2010-08-12 21:21:40 -0500 (Thu, 12 Aug 2010) | 1 line
Changed paths:
M /trunk/core/src/visad/java3d/DisplayRendererJ3D.java
Add names to primary nodes to make looking at the scene graph a little nicer.
------------------------------------------------------------------------
r5822 | rink | 2010-08-12 14:57:50 -0500 (Thu, 12 Aug 2010) | 2 lines
Changed paths:
M /trunk/core/src/visad/bom/ShadowImageByRefFunctionTypeJ3D.java
Use equals() on inv cs test.
------------------------------------------------------------------------
r5821 | rink | 2010-08-11 10:08:59 -0500 (Wed, 11 Aug 2010) | 2 lines
Changed paths:
M /trunk/core/src/visad/bom/ShadowImageByRefFunctionTypeJ3D.java
remove debug prints
===========================================================================
The following were made to fix several issues preventing compilation
from source on MacOS-X and potentially other platforms:
------------------------------------------------------------------------
r5860 | curtis | 2010-12-02 22:14:09 -0600 (Thu, 02 Dec 2010) | 1 line
Changed paths:
M /trunk
Ignore all JAR files in root directory.
------------------------------------------------------------------------
r5859 | curtis | 2010-12-02 21:57:59 -0600 (Thu, 02 Dec 2010) | 4 lines
Changed paths:
M /trunk/core/src/visad/java3d/DisplayRendererJ3D.java
M /trunk/core/src/visad/util/SceneGraphInspector.java
M /trunk/core/src/visad/util/Util.java
Remove hard dependency on SceneGraphObject.getName and
SceneGraphObject.setName methods, which require Java3D 1.4+.
With this change, VisAD can compile again with Java3D 1.3.
------------------------------------------------------------------------
r5858 | curtis | 2010-12-02 21:27:42 -0600 (Thu, 02 Dec 2010) | 1 line
Changed paths:
M /trunk/core/src/visad/VisAD-Style.xjs
Remove executable flag from VisAD-Style.xjs.
------------------------------------------------------------------------
r5857 | curtis | 2010-12-02 21:26:30 -0600 (Thu, 02 Dec 2010) | 1 line
Changed paths:
M /trunk/core/src/visad/util/ThreadManager.java
Remove executable flag from ThreadManager.
------------------------------------------------------------------------
r5856 | curtis | 2010-12-02 20:48:27 -0600 (Thu, 02 Dec 2010) | 1 line
Changed paths:
M /trunk/build.xml
M /trunk/core/build.xml
M /trunk/deps/build.xml
M /trunk/examples/build.xml
Create build directories on demand.
------------------------------------------------------------------------
r5855 | curtis | 2010-12-02 20:38:44 -0600 (Thu, 02 Dec 2010) | 2 lines
Changed paths:
M /trunk/deps
D /trunk/deps/build
M /trunk/examples
D /trunk/examples/build
Remove more empty build folders.
------------------------------------------------------------------------
r5854 | curtis | 2010-12-02 20:34:22 -0600 (Thu, 02 Dec 2010) | 3 lines
Changed paths:
M /trunk/core/src/visad/data/hdf5/HDF5FileAdapted.java
M /trunk/core/src/visad/data/hdf5/HDF5GroupAdapted.java
M /trunk/core/src/visad/data/hdf5/hdf5objects/HDF5Dataset.java
M /trunk/core/src/visad/data/hdf5/hdf5objects/HDF5Datatype.java
M /trunk/core/src/visad/data/hdf5/hdf5objects/HDF5File.java
Replace switch statements on HDF5Constants values with
if / else if / else blocks, to avoid compiler errors.
------------------------------------------------------------------------
r5853 | curtis | 2010-12-02 20:32:10 -0600 (Thu, 02 Dec 2010) | 2 lines
Changed paths:
M /trunk/core/src/visad/data/hdf5/hdf5objects/HDF5Dataspace.java
Catch checked HDF5Exception.
------------------------------------------------------------------------
r5852 | curtis | 2010-12-02 20:20:07 -0600 (Thu, 02 Dec 2010) | 2 lines
Changed paths:
M /trunk/core
D /trunk/core/build
Remove build folder and add to ignore list.
--
Tom Whittaker
University of Wisconsin-Madison
Space Science & Engineering Center (SSEC)
Cooperative Institute for Meteorological Satellite Studies (CIMSS)
1225 W. Dayton Street
Madison, WI 53706 USA
ph: +1 608 262 2759