Skip to contents

function to download the GBR shape files (14.1mb in size, shp file format) via eReefs

Notes: There are several versions of the GBR reefs shape file. This version is downloaded via the eAtlas Website and includes reefs from the Torres Strait. Default CRS is GDA94 (EPSG:4283)

Usage

download_gbr_spatial(crs = "EPSG:4283", return = "base")

Arguments

crs

change the CRS if needed (EPSG:4283 as default)

return

One of "combined", "hull", or "base"

Value

Simple feature collection with 9612 features and 35 fields

Examples

if (FALSE) { # \dontrun{
eAtlas <- download_gbr_spatial(crs=4326)
} # }