CDE
Facilitates searching and download of the Water Framework Directive reporting data for all waterbodies from the EA website.
https://github.com/ropensci/cde
Category: Natural Resources
Sub Category: Water Supply and Quality
Keywords from Contributors
genome geocode agent-based-modeling directed-graph rmarkdown reproducibility ecology climate biology occurrences
Last synced: about 20 hours ago
JSON representation
Repository metadata
Repo for R package to query and download WFD data from the EA Catchment Data Explorer site
- Host: GitHub
- URL: https://github.com/ropensci/cde
- Owner: ropensci
- Created: 2017-05-29T06:30:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T15:55:01.000Z (28 days ago)
- Last Synced: 2025-04-22T08:45:32.842Z (6 days ago)
- Language: R
- Homepage: https://docs.ropensci.org/cde
- Size: 1.5 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 3
- Releases: 3
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
README.Rmd
--- output: github_document --- ```{r, echo = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" ) ``` # cde[](https://github.com/ropensci/cde/actions/workflows/R-CMD-check.yaml) [](https://app.codecov.io/gh/ropensci/cde) [](https://www.repostatus.org/#active) [](https://github.com/ropensci/onboarding/issues/284) [](https://zenodo.org/badge/latestdoi/92712854) [](http://joss.theoj.org/papers/0d35f75e861fcf47556d70571e226589) [](http://www.r-pkg.org/pkg/cde) [](http://cran.rstudio.com/web/packages/cde/index.html) ## Introduction Within Europe, the [Water Framework Directive](http://ec.europa.eu/environment/water/water-framework/index_en.html) (WFD) sets EU-wide standards for how the quality of surface- and ground-waters across Europe is assessed and classified. Assessment of quality using the WFD is based on a range of elements that vary depending on the type of water being assessed and are combined to give an overall classification of waterbodies into five classes (High, Good, Moderate, Poor and Bad) for surface waters and two classes (Good or Poor) for groundwaters. In the UK the Environment Agency (EA) is the competent authority responsible for monitoring and assessment of water quality within England. The EA have made the reporting data relating to the requirements of the WFD available via the Catchment Data Explorer (CDE) website, [https://environment.data.gov.uk/catchment-planning/](https://environment.data.gov.uk/catchment-planning/). `cde` is a package for R which facilitates searching and download of the WFD reporting data for all waterbodies from the EA CDE website. The ability to access these data from within the R environment allows for efficient collation and interrogation of data and reproducible analysis of trends or patterns in water quality and pressures on waterbodies across England. There are also some inconsistencies in the way in which the data are structured within the original CDE website; ``cde`` provides consistently named and structured output which facilitates further analysis. The types of data that can be downloaded are: WFD status classification data, Reasons for Not Achieving Good (RNAG) status, objectives set for waterbodies and details of associated protected areas. The CDE data are made available under the [Open Government Licence v3.0](https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/) and use of the data accessed by and contained within this package implies acceptance of these licence conditions. ## Installation You can install the current development version from github with: ```{r gh-installation, eval = FALSE} # install.packages("remotes") remotes::install_github("ropensci/cde") ``` ## Basic usage Details of how to use the package can be found at [https://docs.ropensci.org/cde](https://docs.ropensci.org/cde). ## Contributing For details of how to contribute to this package, see [here](https://docs.ropensci.org/cde/CONTRIBUTING.html). [](https://ropensci.org)
Owner metadata
- Name: rOpenSci
- Login: ropensci
- Email: [email protected]
- Kind: organization
- Description:
- Website: https://ropensci.org/
- Location: Berkeley, CA
- Twitter: rOpenSci
- Company:
- Icon url: https://avatars.githubusercontent.com/u/1200269?v=4
- Repositories: 307
- Last ynced at: 2023-03-10T20:30:59.242Z
- Profile URL: https://github.com/ropensci
GitHub Events
Total
- Push event: 2
Last Year
- Push event: 2
Committers metadata
Last synced: 7 days ago
Total Commits: 284
Total Committers: 6
Avg Commits per committer: 47.333
Development Distribution Score (DDS): 0.035
Commits in past year: 6
Committers in past year: 2
Avg Commits per committer in past year: 3.0
Development Distribution Score (DDS) in past year: 0.167
Name | Commits | |
---|---|---|
Rob Briers | r****s@n****k | 274 |
Briers | 4****5@n****k | 6 |
Maëlle Salmon | m****n@y****e | 1 |
Jeroen Ooms | j****s@g****m | 1 |
Daniel S. Katz | d****z@i****g | 1 |
ropenscibot | m****t@g****m | 1 |
Committer domains:
- napier.ac.uk: 2
- ieee.org: 1
Issue and Pull Request metadata
Last synced: 2 days ago
Total issues: 25
Total pull requests: 2
Average time to close issues: about 1 month
Average time to close pull requests: 4 days
Total issue authors: 3
Total pull request authors: 2
Average comments per issue: 1.28
Average comments per pull request: 0.0
Merged pull request: 2
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- robbriers (23)
- jhollist (1)
- natesheehan (1)
Top Pull Request Authors
- maelle (1)
- danielskatz (1)
Top Issue Labels
- enhancement (11)
- bug (9)
- question (1)
Top Pull Request Labels
Dependencies
- actions/checkout v2 composite
- actions/upload-artifact main composite
- r-lib/actions/check-r-package v1 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
- r-lib/actions/setup-r-dependencies v1 composite
- actions/checkout v2 composite
- r-lib/actions/setup-r v1 composite
- r-lib/actions/setup-r-dependencies v1 composite
- R >= 3.0.0 depends
- data.table * imports
- graphics * imports
- utils * imports
- viridisLite * imports
- covr * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests
Score: 3.8712010109078907