README.md

ereefs eReefs Logo

Lifecycle:
experimental pkgdown license Ask Us Anything
! Open Source
Love

Overview

What is eReefs?

eReefs is a project that combines government commitment to reef protection, world-class science innovation and contributions from leading Australian businesses. It is a collaborative information system created (the Great Barrier Reef Foundation, CSIRO, the Australian Institute of Marine Science, Bureau of Meteorology, and Queensland Government) that provides a picture of what is currently happening on the reef, and what will likely happen in the future.

Focused on the protection and preservation of the iconic Great Barrier Reef, it forms the first step in building comprehensive coastal information systems for Australia. Using the latest technologies to collate data, and new and integrated modelling, eReefs will produce powerful visualisation, communication and reporting tools. It will provide for the Reef information akin to that provided by the Bureau of Meteorology for weather. This information will benefit government agencies, Reef managers, policy makers, researchers, industry and local communities.

What does the ereefs R package do?

The ereefs R package provides easy access to eReefs and other CSIRO-EMS output files. ereefs focuses on accessing eReefs data model in its original format, including eReefs data from the National Computational Infrastructure (NCI) eReefs data services, not the gridded AIMS eReefs model data provided via the eReefs data service. It can also be used to explore and visualise other CSIRO-EMS model output data, including output from RECOM model runs. CSIRO-EMS is the hydrodynamic-biogeochemical modelling software that underpins the eReefs models for the Great Barrier Reef. RECOM is an online interface that helps registered users to set up higher-resolution instances of CSIRO-EMS for small areas such as individual reefs that are nested within the eReefs models.

ereefs is designed to assist R users who need more customised access to eReefs data. This includes things like:

How does this R package compare to the existing eReefs services?

Please see our online vignette to learn more about how this package compares to the multiple sources of eReefs exploration tools and platforms.

Installation

To install the latest release from GitHub use

if (!requireNamespace("remotes")) {
  install.packages("remotes")
}
remotes::install_github("open-aims/ereefs")

The current development version can be downloaded from GitHub via

if (!requireNamespace("remotes")) {
  install.packages("remotes")
}
remotes::install_github("open-aims/ereefs", ref = "dev")

Usage

Usage and further information about ereefs can be seen on the vignettes. Help files for the individual functions can be found on the reference page.

Further Information

ereefs is provided by the Australian Institute of Marine Science under the MIT License (MIT).



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