Skip to content

Releases: zcobell/MetOceanViewer

v4.3.0-alpha.3

08 Jul 14:56
971090c
Compare
Choose a tag to compare
v4.3.0-alpha.3 Pre-release
Pre-release

Adds a hyperlink to the weekly updated Amazon S3 CRMS data

v4.3.0-alpha.2

07 Jul 18:43
f551181
Compare
Choose a tag to compare
v4.3.0-alpha.2 Pre-release
Pre-release

Bugfixes

v4.3.0-alpha.1

29 Jun 23:09
e5c5387
Compare
Choose a tag to compare
v4.3.0-alpha.1 Pre-release
Pre-release

This release begins to add CRMS data processing

v4.2.1

01 Jun 00:46
ded49dd
Compare
Choose a tag to compare

v4.2.1

This release adds Mac OSX compatibility. A DMG is available for download.

v4.2.0

21 May 17:12
e41273a
Compare
Choose a tag to compare

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

02 May 20:20
28ccce2
Compare
Choose a tag to compare
v4.2.0-beta.3 Pre-release
Pre-release

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

12 Feb 04:18
Compare
Choose a tag to compare
v4.2.0-beta.2 Pre-release
Pre-release

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

07 Feb 05:39
Compare
Choose a tag to compare
v4.2.0-beta.1 Pre-release
Pre-release

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

27 Dec 18:21
Compare
Choose a tag to compare

v4.1.1

  • Incorporates the EzProj library
  • Simplified internals

v4.1.0

27 Oct 00:02
Compare
Choose a tag to compare

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

  1. Adding a vertical line to indicate where the mouse is hovering when the display values option is turned on
  2. Various bug fixes and stability improvements
  3. 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
    
  4. Remove the used of kdtree2 in favor of standard library functions