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