fimstations | R Documentation |
Spatial data object of FIM stations including Tampa Bay segments
fimstations
A simple features sf
object (POINT) with 7771 features and 2 fields, +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs
num
chr
## Not run:
# file path
csv <- '~/Desktop/fimdata.csv'
# load and assign to object
fimstations <- read_importfim(csv, download_latest = FALSE, locs = TRUE)
save(fimstations, file = 'data/fimstations.RData', compress = 'xz')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.