Software Requirements
Java 11 or later
Operating system:
- Windows - 64 bit
- Mac OS - Intel 64 bit
- Linux - 64 bit with GTK
Wood Stork Change Log
v2.0.0 - 2020-10-19
- Update for Java 11
- Update to supporting libraries that have been migrated to Java 11
- Add javax.annotation to dependencies
- Update org.eclipse.jdt.core.prefs and org.eclipse.jdt.ui.prefs for Java 11 and warn on missing javadocs for private visibility
v1.1.2 - 2020-08-14
- Library updates (some may not apply):
- edu.ucar.unidata.netcdf;bundle-version="5.3.3",
- gov.usgs.jem.cerp.netcdf;bundle-version="3.0.0",
- gov.usgs.jem.cerp.netcdf.ug;bundle-version="3.0.0",
- gov.usgs.jem.spatial.model;bundle-version="2.0.0",
- gov.usgs.jem.spatial.expressions;bundle-version="2.0.0",
- gov.usgs.jem.hydro.processing;bundle-version="2.0.0",
- gov.usgs.jem.netcdf.depthcreator.ui;bundle-version="2.0.0",
- gov.usgs.jem.netcdf.ncmlcreator.ui;bundle-version="2.0.0",
- gov.usgs.jem.thredds.ui;bundle-version="2.0.0"
- Attempt to resolve the majority of compiler warnings through a combination of mechanisms:
- refactor deprecated to current usage where possible, suppress deprecation otherwise;
- add javadocs in some cases, but suppress where documentation was largely ignored or code is not otherwise actively maintained;
- suppress or address other compiler warnings (e.g. resource; unused)
v1.1.1 - 2020-06-16
- Update pom to build produce artifact with version in the name
- guava;bundle-version="29.0.0",
- org.geotools.plugin;bundle-version="23.0.0",
- gov.usgs.jem.cerp.netcdf;bundle-version="2.0.0",
- edu.ucar.unidata.netcdf;bundle-version="5.1.0"
v1.1.0 - 2019-10-18
- Add com.itextpdf.itextpdf to repository, used for PDF interaction
- Bring PDF creation code from E-MAPS into this codebase
- Fix for potential NPE in Colony file close
- Refactor code to be more in line with current coding conventions, clean up unused methods
- Add HsiModel, and HsiModelProcessor classes
- Bring E-MAPS version of code in line with this version, combining forks
- Add processor that E-MAPS can use
v1.0.2 - 2016-07-21
- Update for Maven & Tycho
v1.0.1.389 - 2013-05-14
- Updated to handle NaN and null values from input dataset
v1.0.0.383 - 2012-08-31
- Initial version
- Updated to Eclipse 4 platform
- Update to NetCDF-Java 4.3
- Added update functionality