Software Requirements
Java 11 or later
Operating system:
- Windows - 64 bit
- Mac OS - Intel 64 bit
- Linux - 64 bit with GTK
JEM NetCDF Grid Converter Change Log
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.4.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.4.2 - 2020-06-16
- guava;bundle-version="29.0.0",
- edu.ucar.unidata.netcdf;bundle-version="5.1.0",
- org.geotools.plugin;bundle-version="23.0.0",
- gov.usgs.jem.cerp.netcdf;bundle-version="2.0.0",
- gov.usgs.jem.cerp.netcdf.ug;bundle-version="2.0.0",
- gov.usgs.jem.spatial.model;bundle-version="1.4.0",
- gov.usgs.jem.spatial.expressions;bundle-version="1.4.0"
v1.4.1 - 2020-01-16
- Time variable name changed from "t" to "time"
v1.4.0 - 2019-09-25
- Made ShapeDataImpl public
- Output coordinates string from StructuredGridWriter now based on reference grid CRS
- Added NO_INTERPOLATION to the InterpolationOption enum
- Change the constructor for OutputParametersImpl
- Implemented no interpolation option in DataWriter
v1.3.1 - 2019-07-25
- Refactoring between app and core plug-ins to allow reuse of code
v1.3.0 - 2016-11-21
- Integrated gov.usgs.jem.spatial.model library
- Vastly improved processing time
- Updated user interface for most common workflows
- Reintegrated with RSM Converter code base
- Removed EverVIEW dependencies
- Updated progress display when processing
v1.2.0 - 2014-09-23
- Added bug reporting capability (Help > Report Bug); integrated "Report Bug..." button to
- Updated to CERP NetCDF 1.2.4
- Updated to GeoTools 10.3
- Updated to support bundled reference grid format used for Surface Generator
- Added option to choose between shapefile reference and bundled reference for orthogonal grids
- Application attempts to detect "closest" grid
- Added bundled grids for UTMZ15N and UTMZ17N in south Louisiana and south Florida
- Use output file path name as the default for the file browse dialog if already provided
Eclipse error dialog
v1.1.1 - 2013-07-19
- Update for Caloosahatchee Estuary oyster model NetCDF to CERP Unstructured Grid conversion
- Write global attributes for source, institution, author
v1.1 - 2013-06-11
- Update to Eclipse 4 framework
- Update to NetCDF-Java 4.3
- Added orthogonal-to-orthogonal grid conversions
- Added unstructured-to-unstructured grid conversions
- Added auto-detection and selection of grid type
- Allow changing of the output variable name and long name from the interface
- Added preference for inverse distance weighting power parameter
- Added experimental features for creating shapefile from NetCDF and ranges of values (see help)
- Added progress notification for retrieval of variable names and date ranges from an input file
v1.0.2 - 2012-05-22
- Check that input shapefile geometry has the same number of sides (for CERP UG)
- Bug fix for spatial constraint checking
- Verify that input shapefile geometry is polygon
- Various user interface tweaks to fix problems with fields being reset
v1.0.1 - 2012-01-25
- Added spatial constraint checks
- Fix for some errors when updating mix/max
- When writing data variable, subtask message now shows percent completion
v1.0.0 - 2011-12-29
- Initial build