Mar_HH | R Documentation |
This function generates ICES DATRAS-compatible "HH" files directly from the Maritimes groundfish database. "HH" files contain Haul metadata
Mar_HH(scratch_env = NULL, survey = NULL)
scratch_env |
default is |
survey |
default is |
a df generated HH file
Mike McMahon, Mike.McMahon@dfo-mpo.gc.ca @export drop unneeded fields, and make original cols lowercase - finals will be uppercase we record the direction of the current relative to the ship (eg to bow, to starboard, etc), but ICES wants it in a compass direction. I use the tow direction (determined above) combined with the value stored in GSINF.CURNT to derive the value. For example, if the tow was found to be West to East (90deg), and the CURNT value was "to starboard", the combined angle would be 90+90 = 180 (or South) A = AT CAMERON H = Lady Hammond N = Needler S = Teleost V = Venture T = Templeman MINTRAWLDEPTH','MAXTRAWLDEPTH',
Other DATRAS:
Cen_DATRAS()
,
Gulf_DATRAS()
,
Mar_CA()
,
Mar_DATRAS()
,
Mar_HL()
,
NFLD_DATRAS()
,
Pac_DATRAS()
,
Que_DATRAS()
,
makeDATRAS()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.