Giter VIP home page Giter VIP logo

eacatcher's Introduction

eaCatcheR

The eaCatcheR R package provides an interface to data from the environment.data.gov.uk catchment planner, which is a resource for various spatial and ecological datasets on waterbodies in England. The package contains three main functions: get_wb_rnag(), get_wb_classification(), and get_wb_sf(), each of which allows you to access data based on geography type (e.g. RBD, MC, OC) and the name of the geography you wish to search.

Installation

To install the package, you can use the install_github function from the devtools package:

devtools::install_github("natehseehan/eaCatcheR")

Example

To use the package, you can use the following code to download data:

library(eaCatcheR)

# Get water body RBD data
wb_rnag <- get_wb_rnag("RBD","<water_body_name>")

# Get water body classification data
wb_classification <- get_wb_classification("MC","<water_body_name>")

# Get water body SF data
wb_sf <- get_wb_sf("OC","<water_body_name>")

What is special about using README.Rmd instead of just README.md? You can include R chunks like so:

Documentation

For more information on the package and its functions, you can refer to the package documentation:

?eaCatcheR

Contributing

We welcome contributions to the package! If you would like to contribute, please fork the repository and create a pull request.

Data Source

The data for this package comes from the environment.data.gov.uk website, which is maintained by the UK government. The website provides access to a range of environmental data and information, including information on water bodies and water quality.

Contact

For questions or support, please open an issue on the GitHub repository or contact the package maintainer at [email protected]

eacatcher's People

Contributors

natesheehan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.