-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
50 lines (34 loc) · 2.18 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-",
out.width = "100%"
)
```
# hymetDP <img src="man/figures/logo.png" align="right" alt="hymetDP logo" height="300" style="float:right; height:300px;" />
<!-- badges: start -->
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![R-CMD-check](https://github.com/EDIorg/hymetDP/workflows/R-CMD-check/badge.svg)](https://github.com/EDIorg/hymetDP/actions)
<!-- badges: end -->
## Overview
Tools to create, use, and convert ‘hymetDP’ datasets. ‘hymetDP’ is a dataset design pattern for harmonizing hydrological and meteorological data in a research question agnostic format, from source datasets published across multiple repositories, and with methods that keep the derived datasets up-to-date as the underlying sources change.
Based off of the ecocomDP R package.
## Installation
Get the latest development version:
```{r eval=FALSE}
# install.packages("remotes")
remotes::install_github("EDIorg/hymetDP")
```
## Getting help
Use [GitHub Issues](https://github.com/EDIorg/hymetDP/issues) for bug reporting, feature requests, and general questions/discussions. When filling bug reports, please include a minimal reproducible example.
## Contributing
Community contributions are welcome! Please reference our [contributing guidelines](https://github.com/EDIorg/hymetDP/blob/master/CONTRIBUTING.md) for details.
-----
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/EDIorg/hymetDP/blob/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
#### Logo
[Original photograph](https://www.flickr.com/photos/michalo/2437693238/) by [Michal Osmenda](https://www.flickr.com/people/97006177@N00). This file is licensed under the Creative Commons [Attribution-Share Alike 2.0 Generic](https://creativecommons.org/licenses/by-sa/2.0/deed.en) license.