adfgConvert_StatAreasToLatLons: Convert ADFG stat areas to lat-lon coordinates

View source: R/adfgConvert_StatAreas-LatLons.R

adfgConvert_StatAreasToLatLonsR Documentation

Convert ADFG stat areas to lat-lon coordinates

Description

Function to convert ADFG stat areas to lat-lon coordinates.

Usage

adfgConvert_StatAreasToLatLons(stat_areas)

Arguments

stat_areas
  • character vector of ADFG stat areas

Details

ADFG stat areas are coded AABBCC, where
lon = 100+AA W longitude
and
lat = BB+CC/60 N latitude
in decimal degrees.

AABBCC represents the lower right corner of the stat area.

Value

a tibble with columns "lat", "lon" representing the center of each stat area.


wStockhausen/tcsamFisheryDataADFG documentation built on April 18, 2023, 12:56 p.m.