Skip to contents

Pull station/grid data

Usage

get_station_info(region = NULL, sql_channel = NULL)

Arguments

region

Survey region (GOA, AI, or EBS)

sql_channel

connection created via gapindex::get_connected()

Value

a dataframe containing station information from the specified survey. If you request data for the EBS survey, the columns in the dataframe will be STATIONID, LATITUDE, LONGITUDE, and STRATUM. For AI and GOA, the columns will be AIGRID_ID, TRAWLABLE, STRATUM, STATIONID, CENTER_LAT, CENTER_LONG, SOUTH_LAT, EAST_LONG, WEST_LONG.