Software Requirements
Java 11 or later
Operating system:
- Windows - 64 bit
- Mac OS - Intel 64 bit
- Linux - 64 bit with GTK
JEM Data Converter Changelog
v2.0.0 - 2020-10-19
- Update for Java 11
- Move Software Requirements to README.txt file
- 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.2.4 - 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.2.3, 2020-06-15
- edu.ucar.unidata.netcdf 5.1.0
- gov.usgs.jem.cerp.netcdf[.ug] 2.0.0
- gov.usgs.jem.mail 1.4.0
- guava 29.0.0
- org.apache.httpcomponents 4.5.12
- org.geotools.plugin 23.0.0
v1.2.2, 2014-01-31
- Updated to GeoTools 10.3
v1.2.1, 2013-09-19
- Include "gdal_data" folder required by some systems for *.img and *.adf support
- Include README_JEM_DataConverter.txt file describing how to set up required GDAL_DATA environment variable
v1.2.0, 2013-08-30
- Update to Eclipse 4 framework.
- Update to NetCDF-Java 4.3
- Added support for binary ESRI Grid files
- Updated to operate both as a stand-alone application and also as an EverVIEW extension
- Updated progress dialog to report progress more frequently
- UI changes to main window and batch import dialogs to include a more user-friendly table
- Allow multiple delete, renaming of variables and units, and changing of dates after import
v1.1.1, 2012-11-14
- Bug fix for improper handling of "Web Mercator Auxiliary Sphere" projection from ERDAS IMAGINE files
v1.1.0, 2012-10-11
- Added batch import features:
- Raster files to new output variables
- Raster files to time series variable
- Updated internal framework to use MVP plug-in
v1.0.2, 2012-05-22
- Include support for ERDAS IMAGINE files (Windows & Linux only)
- Fix for some CRS not being correctly identified as being projected
- Fix for some fill values not being correctly determined
- Fix for incorrect data values being read from high resolution rasters
- Fix for some errors not reported during run
v1.0.1, 2012-04-04
- No longer requires ESRI license
- Allows atemporal output
- Include "min" and "max" attributes for data variables
- Includes help and "about" dialog
- Verifies NetCDF variable names are valid before conversion
v1.0.0, 2012-03-29
- Initial release, supports GeoTiff files