survey_blocks | R Documentation |
Active survey blocks for DFO Pacific groundfish surveys.
Obtained via gfdata::get_active_survey_blocks()
with some cleaning
as documented in data-raw/survey_blocks.R
.
survey_blocks
Simple feature (sf
) collection with 66293 features and 6 fields:
Survey abbreviation.
Unique identifier for the survey series.
Unique identifier for each grid cell
Depth in metres.
Is block actively fished as of date downloaded:
e.g., attr(gfdata::survey_blocks, "date-downloaded")
)
Represents grid cell.
Overwater area in km^2.
requireNamespace("ggplot2", quietly = TRUE)
library(sf)
library(ggplot2)
gfdata::survey_blocks |>
filter(active_block) |>
ggplot(aes(colour = survey_abbrev)) +
geom_sf() +
theme_minimal() +
scale_colour_brewer(palette = "Dark2")
attr(gfdata::survey_blocks, "date-generated")
attr(gfdata::survey_blocks, "date-downloaded")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.