mbgpstide
Section: MB-System 5.0 (1)
Updated: 5 June 2018
Index
NAME
mbgpstide - Generates tide model from GPS altitude data.VERSION
Version 5.0SYNOPSIS
mbgpstide
[
--verbose {-V}
--help {-H}
--tideformat=TIDEFORMAT {-A TIDEFORMAT}
--interval=INTERVAL {-D INTERVAL}
--format=FORMATID {-F FORMATID}
--input=FILENAME {-I FILENAME}
--setparameters {-M}
--output=OUTPUT {-O OUTPUT}
--offset=OFFSET {-R OFFSET}
--skipexisting {-S}
--geoid=GEOID_MODEL {-T GEOID_MODEL}
--use=SOURCE {-U SOURCE}
]DESCRIPTION
MBgpstide is a utility that generates tide files from the altitude (height above elipsoid) information derived from GPS stored in the swath files. The height may be adjusted by a fixed offset (-R) or for a geoid (-T).This allows bathymetry to be referenced to a specific ellipsoid or geoid rather than water level.
The source of the GPS information is format specific. For Simrad format data files (formats 56-59) this data is the Height telegram. For GSF files the height is taken from the ping header.
Geoid differences are calculated from a grid file containing the offset between the ellipsoid used by the GPS and desired geoid.
MB-SYSTEM AUTHORSHIP
David W. Caress
Monterey Bay Aquarium Research Institute
Dale N. Chayes
Center for Coastal and Ocean Mapping
University of New Hampshire
Christian do Santos Ferreira
MARUM - Center for Marine Environmental Sciences
University of BremenOPTIONS
For example,
http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm2008/egm08_gis.html
provides access to download of ESRI grids of difference between WGS84 and EMG2008.
The ESRI grids can be converted to GMT grids using the GMT command grdconvert:
wget http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm2008/GIS/world_geoid/s45e135.zip
unzip s45e135.zip
grdconvert s45e135/s45e135/ s45e135.grd
mbgpstide -Ts45e135.grd
Last Updated: 5 June 2018
<< Manual page for the MB-System package | MB-System website >>