View source: R/akfinConvert_ADFGStatAreas-LatLons.R
akfinConvert_ADFGStatAreasToLatLons | R Documentation |
Function to convert ADFG stat areas to lat-lon coordinates.
akfinConvert_ADFGStatAreasToLatLons(stat_areas)
stat_areas |
: character vector of ADFG stat areas |
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.
a tibble with columns "lat", "lon" representing the center of each stat area.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.