stopifnot(require(knitr))
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  warning = FALSE,
  message = FALSE,
  fig.path = "vignette-fig-",
  fig.asp = 0.8,
  out.width = "60%",
  fig.align = "center",
  dpi = 120,
  eval = identical(Sys.getenv("NOT_CRAN"), "true")
)

What information and tools are there about eReefs?

As mentioned on this package's README page, eReefs is a collaborative information system created by the Great Barrier Reef Foundation, CSIRO, the Australian Institute of Marine Science, Bureau of Meteorology, and Queensland Government. As such, each collaborator has been working on different ways to visualise and explore what is currently happening on the reef, and what will likely happen in the future.

These tools and information are hosted on multiple websites. For example, while the main website combines info from all the parts:

When is this R package not as useful?

If you want to extract time-series of the most commonly needed physical and chemical variables from the main versions of the eReefs model outputs at a fixed set of geolocations at a fixed depth from mean sea level, the AIMS web-based eReefs data extraction tool is usually faster and easier to use. If you want animations of the most commonly-needed variables at the surface, and do not need them to be customised, the AIMS eReefs visualisation portal offers pre-generated animations at several scales in an easy-to-navigate format.

Other related content



BarbaraRobson/ereefs documentation built on April 23, 2023, 5:47 a.m.