R/get_expert_distribution_shp_CAAB_qc.R
get_expert_distribution_shp_CAAB.Rd
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)
shp is a multipolygon sf data.frame object of the species' distribution
For a few species acoustically tagged no shapefile exists.
# 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])