locate.probe: Locate Probe Data

View source: R/locate.probe.R

locate.probeR Documentation

Locate Probe Data

Description

Locate data files for various types of probes.

Usage

## S3 method for class 'probe'
locate(
  x,
  probe,
  project = "scs",
  location = "headline",
  remove,
  year,
  tow.id,
  ...
)

## S3 method for class 'minilog.default'
locate(x, ...)

## S3 method for class 'minilog.scsset'
locate(x, ...)

## S3 method for class 'seabird.default'
locate(x, ...)

## S3 method for class 'star.oddi.default'
locate(x, ...)

## S3 method for class 'star.oddi.scsset'
locate(x, ...)

## S3 method for class 'scanmar.default'
locate(x, ...)

## S3 method for class 'netmind.default'
locate(x, ...)

## S3 method for class 'esonar.default'
locate(x, ...)

## S3 method for class 'esonar.scsset'
locate(x, ...)

## S3 method for class 'winch.default'
locate(x, ...)

Arguments

x

Study year, data file name or tow identification tag.

probe

Probe name. See probe for available options.

project

Project name. See project for available options.

location

Probe location. For trawl probes, options are headline and footrope.

remove

Character string specifying terms to remove from search results.

year

Study year.

tow.id

Tow identification tag for trawl studies and surveys.

Functions

  • locate(minilog.default): Default method for locating Minilog probe data files.

  • locate(minilog.scsset): Locate Minilog associated with snow crab survey tow data.

  • locate(seabird.default): Default method for locating Seabird probe data files.

  • locate(star.oddi.default): Default method for locating Star Oddi probe data files.

  • locate(star.oddi.scsset): scsset method for locating Star Oddi data files.

  • locate(scanmar.default): Default method for locating Scanmar acoustic data files.

  • locate(netmind.default): Default method for locating Netmind acoustic data files.

  • locate(esonar.default): Default method for locating eSonar data files.

  • locate(esonar.scsset): scsset method for locating eSonar data files.

  • locate(winch.default): Default method for locating trawl winch speed and warp files.

See Also

project, probe

Examples

locate.probe(2020, "esonar", project = "scs")                             # 2020 Snow crab survey eSonar data files.
locate.probe(2018, "minilog", project = "scs")                            # 2018 snow crab survey Minilog data files.
locate.probe(2018, "star.oddi", project = "scs", location = "headline")   # 2018 snow crab survey Star Oddi data files.
locate.probe(probe = "scanmar", project = "scs")                          # All snow crab survey Scanmar files.

locate.minilog()                     # Find all available Minilog data files.
locate.minilog(1997)                 # Find Minilog data files for the 1997 snow crab survey.
locate.minilog(1997:1999)            # Find Minilog data files for the 1997-1997 snow crab survey.

locate.star.oddi(2020, position = "headline") 
locate.star.oddi(2020, probe = "tilt", tow.id = "GP354F")

#' # Global searches:
locate.scanmar()     # Find all available Scanmar data files.
locate.scanmar(1990) # Find Scanmar data files for the 1990 snow crab survey.
locate.scanmar(1990:1994) # Find Scanmar data files for the 1990-1994 snow crab survey.

# Specific searches:
locate.scanmar(1990, tow.id = 100)
locate.scanmar(1990, tow.id = "100")
locate.scanmar(1990, tow.id = "S90100")
locate.scanmar(tow.id = "S90100")

locate.netmind()     # Find all available Netmind data files.
locate.netmind(1999) # Find Netmind data files for the 1990 snow crab survey.
locate.netmind(1999:2004) # Find Netmind data files for the 1990-1994 snow crab survey.

# Specific searches:
locate.netmind(1999, tow.id = 100)
locate.netmind(1999, tow.id = "100")
locate.netmind(1999, tow.id = "S90100")
locate.netmind(tow.id = "355")
 
locate.esonar(2020) # Find snow crab survey eSonar data from 2020.
locate.esonar(2020, tow.id = "GP354F")


TobieSurette/gulf.data documentation built on Jan. 19, 2025, 7:50 p.m.