tbshed | R Documentation |
Spatial data object of Tampa Bay watershed, includes the bay proper
tbshed
A simple features sf
object (POLYGON) with 1 feature and 0 fields, +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs
library(sf)
## Not run:
library(dplyr)
tbshed <- st_read('T:/05_GIS/BOUNDARIES/TBEP_Watershed_Correct_Projection.shp') %>%
select(-Id, -Name, -Area_m, -Hectares) %>%
st_transform(crs = 4326)
save(tbshed, file = 'data/tbshed.RData', compress = 'xz')
## End(Not run)
plot(st_geometry(tbshed))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.