cde

所属分类:collect
开发工具:R
文件大小:0KB
下载次数:0
上传日期:2022-05-03 20:18:33
上 传 者sh-1993
说明:  Repo for R软件包,用于从EA集水区数据浏览器站点查询和下载WFD数据,
(Repo for R package to query and download WFD data from the EA Catchment Data Explorer site,)

文件列表:
.Rbuildignore (198, 2022-05-03)
.travis.yml (254, 2022-05-03)
DESCRIPTION (1259, 2022-05-03)
NAMESPACE (391, 2022-05-03)
NEWS.md (494, 2022-05-03)
R/ (0, 2022-05-03)
R/cde-class_and_methods.r (12238, 2022-05-03)
R/cde.r (924, 2022-05-03)
R/ea_wbids.r (1208, 2022-05-03)
R/get_objectives.r (6295, 2022-05-03)
R/get_pa.r (2530, 2022-05-03)
R/get_rnag.r (3949, 2022-05-03)
R/get_status.r (6276, 2022-05-03)
R/search_names.r (2286, 2022-05-03)
R/utils.r (14358, 2022-05-03)
R/zzz.r (303, 2022-05-03)
cde.Rproj (379, 2022-05-03)
cran-comments.Rmd (1258, 2022-05-03)
cran-comments.md (1133, 2022-05-03)
data-raw/ (0, 2022-05-03)
data-raw/cde_internal_data.Rmd (857, 2022-05-03)
data-raw/cde_internal_data.md (699, 2022-05-03)
data-raw/ea_wbids.csv (528640, 2022-05-03)
data/ (0, 2022-05-03)
data/ea_wbids.rda (70246, 2022-05-03)
docs/ (0, 2022-05-03)
docs/404.html (4762, 2022-05-03)
docs/CONTRIBUTING.html (8674, 2022-05-03)
docs/articles/ (0, 2022-05-03)
... ...

# cde [![R-CMD-check](https://github.com/ropensci/cde/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/cde/actions) [![codecov](https://codecov.io/gh/ropensci/cde/branch/master/graph/badge.svg?token=F4R6nEywTx)](https://codecov.io/gh/ropensci/cde) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![](https://badges.ropensci.org/284_status.svg)](https://github.com/ropensci/onboarding/issues/284) [![DOI](https://zenodo.org/badge/92712854.svg)](https://zenodo.org/badge/latestdoi/92712854) [![status](http://joss.theoj.org/papers/0d35f75e861fcf47556d70571e226589/status.svg)](http://joss.theoj.org/papers/0d35f75e861fcf47556d70571e226589) [![CRAN Version](http://www.r-pkg.org/badges/version/cde)](http://www.r-pkg.org/pkg/cde) [![](http://cranlogs.r-pkg.org/badges/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, . `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 # install.packages("remotes") remotes::install_github("ropensci/cde") ``` ## Basic usage Details of how to use the package can be found at . ## Contributing For details of how to contribute to this package, see [here](https://docs.ropensci.org/cde/CONTRIBUTING.html). [![ropensci_footer](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org)

近期下载者

相关文件


收藏者