View source: R/get_expert_distribution_shp_CAAB_qc.R
get_expert_distribution_shp_CAAB | R Documentation |
Get expert distribution shapefile, if available, from CSIRO's Geoserver. Full CAAB code list: http://www.marine.csiro.au/datacentre/caab/caab_dump_latest.xlsx
get_expert_distribution_shp_CAAB(CAAB_species_id, spe)
CAAB_species_id |
CAAB id of species for which a distribution shapefile is required |
spe |
species scientific name |
For a few species acoustically tagged no shapefile exists.
shp is a multipolygon sf data.frame object of the species' distribution
# example code
x <- TownsvilleReefQC$QC[[1]]
expert_shp <- get_expert_distribution_shp_CAAB(CAAB_species_id = x$CAAB_species_id[1],
spe = x$species_scientific_name[1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.