Releases: zcobell/MetOceanViewer
Releases · zcobell/MetOceanViewer
v4.3.0-alpha.3
Adds a hyperlink to the weekly updated Amazon S3 CRMS data
v4.3.0-alpha.2
Bugfixes
v4.3.0-alpha.1
This release begins to add CRMS data processing
v4.2.1
v4.2.0
v4.2.0
- Updating the JSON parser for NOAA CO-OPS
- Updating to use OpenGL rendering on graphics card when using MinGW compiler
- Fixing some date/time bugs
- Better formatting of NOAA CO-OPS y-label for non-datum products
- Allowing code to build with MinGW on Windows
- Better tracking of null (dry) values in NetCDF time series files
- Timezone shift bug for user time series data fixed
- Fixed bug in auto-scaling of y-axis data where y-bounds not properly detected
- Fixed bug reading NetCDF and ASCII ADCIRC data
- Fixed bug reading certain ASCII IMEDS format files
- Disable Angle library on Windows. Noted to cause crashes in some cases
- Fixed bug where right mouse clicks not accepted
v4.2.0-beta.3
v4.2.0-beta.3
- Updating the JSON parser for NOAA CO-OPS
- Updating to use OpenGL rendering on graphics card when using MinGW compiler
- Fixing some date/time bugs
- Better formatting of NOAA CO-OPS y-label for non-datum products
- Allowing code to build with MinGW on Windows
- Better tracking of null (dry) values in NetCDF timeseries files
v4.2.0-beta.2
v4.2.0-beta.2
Enhancements
- Update code for Qt 5.12.1
- Removed netCDF-CXX library
Bug Fixes
- Timezone shift bug for user time series data fixed
- Fixed bug in auto-scaling of y-axis data where y-bounds not properly detected
- Fixed bug reading NetCDF and ASCII ADCIRC data
- Fixed bug reading certain ASCII IMEDS format files
- Disable Angle library on Windows. Noted to cause crashes in some cases
- Fixed bug where right mouse clicks not accepted
v4.2.0-beta.1
v4.2.0-beta.1
Enhancements
- Update code for Qt 5.12.1
- Removed netCDF-CXX library
Bug Fixes
- Timezone shift bug for user time series data fixed
- Fixed bug in auto-scaling of y-axis data where y-bounds not properly detected
- Fixed bug reading NetCDF and ASCII ADCIRC data
- Fixed bug reading certain ASCII IMEDS format files
- Disable Angle library on Windows. Noted to cause crashes in some cases
v4.1.1
v4.1.0
v4.1.0
MetOceanData
A new executable has been added that uses the library of functions developed for MetOceanViewer to download data from online sources (NOAA, USGS, NDBC) and to generate data internally (xTide). The code can source data based upon lists of stations, a bounding box, or the nearest point. Output can be written in either IMEDS or generic netcdf format. MetOceanData.exe
is installed in the same directory as MetOceanViewer.exe
and is a command line utility only. It is Unix compatible and can be installed on systems without a GUI front end. To avoid building the MetOceanViewer GUI, you can specify the following qmake
command:
qmake GUI_DISABLE=1
Other Enhancements
- Adding a vertical line to indicate where the mouse is hovering when the display values option is turned on
- Various bug fixes and stability improvements
- If the netcdf library is in a nonstandard location, specify the environment variable
NETCDFHOME
on the qmake command line as:qmake NETCDFHOME=$PATH_TO_NETCDF
- Remove the used of kdtree2 in favor of standard library functions