Joint Ecosystem Modeling

Software Requirements

Java 11 or later
Operating system:
  • Windows - 64 bit
  • Mac OS - Intel 64 bit
  • Linux - 64 bit with GTK

JEM NetCDF to CSV Converter 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.3 - 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.2 - 2020-06-16
  • Tycho 1.4.0
  • guava;bundle-version="29.0.0",
  • edu.ucar.unidata.netcdf;bundle-version="5.1.0",
  • gov.usgs.jem.cerp.netcdf;bundle-version="2.0.0",
  • org.apache.commons.csv;bundle-version="1.8.0"

v1.1.1 - 2018-06-12
  • Bug fix for "Invalid Thread Access" when browsing to NetCDF file
  • If no grid variables found in file, display an error message along with all variables in file

v1.1.0 - 2017-08-25
  • Added update checking capability & associated menu item
  • Added help plug-in
  • Added branding and icons
  • Better resource usage when opening NetCDF file (in event of error, it is properly closed)
  • Remember last-used monitor
  • Conversion is now cancellable
  • Expose errors to user when/if they occur.

v1.0.0 - 2013-03-13
  • Initial application
  • Update to Eclipse 4 framework
  • Update to NetCDF-Java 4.3