Skip to content

Commit f969741

Browse files
authored
Update README.md
1 parent c758f2d commit f969741

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# miljotools <img src="man/figures/logo.png" align="right" height="138"/>
22

3-
This un-offocial R package aims to host a variety of functions for and from [NIBIO DMN](https://www.nibio.no/en/about-eng/our-divisions/division-of-environment-and-natural-resources?locationfilter=true), departments [Soil](https://www.nibio.no/en/about-eng/our-divisions/division-of-environment-and-natural-resources/soil-and-land-use?locationfilter=true) and [Water](https://www.nibio.no/en/about-eng/our-divisions/division-of-environment-and-natural-resources/hydrology-and-water-environment?locationfilter=true). If any bugs or problems are encountered, please open a new [issue](https://github.com/moritzshore/miljotools/issues) and we will attempt to resolve it.
3+
This R package aims to host a variety of functions useful for data collection, processing, and analysis in environmental modelling in the context of NIBIO's "[Environmental Modelling and Measures](https://www.nibio.no/en/subjects/environment/environmental-modelling-and-measures)" group. For more information, please see the "[Support Tools](https://www.nibio.no/en/subjects/environment/environmental-modelling-and-measures/support-tools)" page. If any bugs or problems are encountered, please open a new [issue](https://github.com/moritzshore/miljotools/issues) and we will attempt to resolve it.
44

5+
![GitHub R package version](https://img.shields.io/github/r-package/v/moritzshore/miljotools)
6+
[![R-CMD-check](https://github.com/moritzshore/miljotools/actions/workflows/rcmdcheck.yml/badge.svg)](https://github.com/moritzshore/miljotools/actions/workflows/rcmdcheck.yml)
7+
![GitHub repo size](https://img.shields.io/github/repo-size/moritzshore/miljotools)
8+
![GitHub License](https://img.shields.io/github/license/moritzshore/miljotools)
9+
![GitHub top language](https://img.shields.io/github/languages/top/moritzshore/miljotools)
510

611
**Table of contents**
712

@@ -11,15 +16,13 @@ This un-offocial R package aims to host a variety of functions for and from [NIB
1116

1217
3. [Tools](#start)
1318

14-
4. [Add your own](#add)
15-
16-
5. [Acknowledgements](#ack)
19+
4. [Acknowledgements](#ack)
1720

1821
## Introduction <a name="introduction"></a>
1922

20-
A large fraction of the workload for a “modeler” in environmental sciences consists of “workflows”. These workflows typically revolve around getting data, converting data, processing data before actually using the data in a model. Even once used, data needs to be post-processed before it can bring meaningful insight. As such, coding, scripting, automation “tools” are used by many employees at NIBIO. However, the use of these tools is often restricted to either the author, or the small network of close colleagues, even if they could be useful to a wide variety of researchers at NIBIO (or even the global research community). Miljotools aims to partially remedy the fragmentation useful “tools” by providing a repository of generalized and documented functions, workflows, scripts, etc. These are provided in an open-source R package “miljotools”
23+
A large fraction of the workload for a “modeler” in environmental sciences consists of “workflows”. These workflows typically revolve around getting data, converting data, processing data before actually using the data in a model. Even once used, data needs to be post-processed before it can bring meaningful insight. As such, coding, scripting, automation “tools” are used by many people. However, the use of these tools is often restricted to either the author, or the small network of close colleagues, even if they could be useful to a wide variety of researchers. Miljotools aims to partially remedy this fragmentation of useful “tools” by providing a repository of generalized and documented functions, workflows, scripts, etc. These are provided in an open-source R package “miljotools”
2124

22-
Note: This unofficial side project is still in its infancy, and currently does not encompass much functionality. If you would like to contribute, please reach out to the maintainer for developer access and/or assistance in implementation.
25+
Note: This unofficial side project is still in its infancy, and currently does not encompass much functionality. If you would like to contribute, please reach out to the maintainer for developer access.
2326

2427
## Installing `miljotools` <a name="install"></a>
2528

@@ -60,7 +63,3 @@ Finally, the logo is heavily inspired (celebrating) the old <img src="https://gi
6063

6164
![](https://github.com/user-attachments/assets/e05d7984-a936-4114-8fc9-954444589a67)
6265

63-
![](https://github.com/user-attachments/assets/01563fb1-4300-4480-bfaf-3e6bd026814a)
64-
65-
66-

0 commit comments

Comments
 (0)