You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Authors@R:
6
6
c(person("Alexander", "Keth", email = "[email protected]", role = c("aut")),
7
7
person("Andy", "Beet", email = "[email protected]", role = c("cre")))
8
8
Description: Atlantis is an end-to-end marine ecosystem modelling framework. It was originally developed in Australia by E.A. Fulton, A.D.M. Smith and D.C. Smith (2007) and has since been adopted in many marine ecosystems around the world (<http://atlantis.cmar.csiro.au>). The output of an Atlantis simulation is stored in various file formats like .netcdf and .txt and different output structures are used for the output variables like e.g. productivity or biomass. This package is used to convert the different output types to a unified format according to the "tidy-data" approach by H. Wickham (2014) <DOI:10.18637/jss.v059.i10>. Additionally, ecological metrics like for example spatial overlap of predator and prey or consumption can be calculated and visualised with this package. Due to the unified data structure it is very easy to share model output with each other and perform model comparisons.
Since version 0.4.3 all development resides on GitHub.
26
+
Since version 0.4.3 all development resides on GitHub. To view the changes to `atlantistools` since version 0.4.3 please read the [NEWS.md](https://Atlantis-Ecosystem-Model.github.io/atlantistools/news/index.html)
Copy file name to clipboardExpand all lines: vignettes/atlantistools.Rmd
+1-2
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,8 @@ knitr::opts_chunk$set(
18
18
library(atlantistools)
19
19
```
20
20
21
-
The original `atlantistools` was created and maintained by Alexander Keth. However development was ceased on January, 2018.
21
+
`atlantistools` was created by [Alexander Keth](https://github.com/alketh). In October 2021 `altantistools`was transferred to the atlantis group at [CSIRO](https://github.com/Atlantis-Ecosystem-Model) for continued development
22
22
23
-
This repo is forked from the original. It will be further developed here
0 commit comments