GCE Data Toolbox Downloads
Latest Stable Release: Version 3.9.10 (May 2022)
Documentation: gce_toolbox_documentation.pdf
License: GNU General Public License version 3
Distributions:
- Public Distribution (source code, generic import filters and templates)
- download complate package (source code + support files; 21MB Zip archive)
- download update package (source code only; 2MB Zip archive)
- GCE Member Distribution (source code, GCE-specific import filters and templates)
- download complete package (source code + support files; 21MB Zip archive)
- download update package (source code only; 2MB Zip archive)
SVN checkout: https://gce-svn.marsci.uga.edu/svn/GCE_Toolbox/tags/version-3.9.10/ (username: guest, password: none)
Release Notes
Both complete packages and update packages include all m-file source code and documentation files, but update packages do not include any metadata templates, reference data files, maps, or settings files required to use the toolbox.
Requirements
The GCE Data Toolbox requires MATLAB 7.7 (R2008b) or higher running on Windows, Linux or Macintosh OS/X (R2018b or higher recommended). No optional toolboxes are required, although Database Toolbox functionality is supported by some auxiliary functions. Note that toolbox functions will run on earlier versions of MATLAB starting with version 6.5 (release 13), but the code is not regularly tested and minor syntax errors may be encountered.
Please see the Software Installation page for instructions on installing or upgrading an instance of the GCE Data Toolbox software.
Change Log
3.9.9b to 3.9.10: Major enhancements and minor bugfixes, including:
- Updated core/append_data.m to support updating metadata and Q/C rules in existing data with content from the latest data to streamline slip-streaming changes from metadata templates in previously harvested data
- Updated all plotting and GUI dialog functions to use explicit figure and axis object addressing to prevent figure focus and corruption issues with MATLAB 2021a and later
- Added core/update_meta.m for selectively updating documentation and attribute metadata based on content in another data structure
- Added core/run_harvesters.m for running harvest scripts defined in gce_harvesters.mat directly
- Added gui/ui_append_eml.m for adding tables to an existing EML file
- Added workflows/harvest_plot_info.m as an example plot configuration for data_harvester.m
- Added a 'Run Harvesters' command to the Data Set Editor (gui/ui_editor.m)
- Added parsers/fetch_noaa_tide_predictions.m and fetch_noaa_predicitons_multiyear.m for retrieving predictions instead of legacy water level data
- Added core/clearflags_index.m and core/clearflags_daterange.m for selectively clearing flags based on rows or dates
- Added parsers/imp_neon_data.m for parsing NEON time series data files
- Added parsers/parse_noaa_tide_table.m and fetch_noaa_tide_table.m for generating tide prediction data sets
- Added core/clearflags_null.m to remove flags assigned to null/NaN values
- Added xml/parse_stmml_ids.m for parsing variable IDs from STMML sections in a EML document
- Added xml/gceds2eml_table_append.m (BETA) for appending dataTable and STMML to existing EML data sets
- Added core/import_flags.m to support importing assigned flags from one data structure to another
- Added parsers/fetch_noaa_tides.m for retrieving water level data from NOAA Tides and Currents
- Numerous minor bugfixes, syntax updates and documentation clarifications for improved compatibility with recent MATLAB versions