An open API service indexing awesome lists of open source software.

https://github.com/doi-usgs/intersectr

See official repository here: https://code.usgs.gov/water/intersectr
https://github.com/doi-usgs/intersectr

Last synced: 9 months ago
JSON representation

See official repository here: https://code.usgs.gov/water/intersectr

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/USGS-R/intersectr.svg?branch=master)](https://travis-ci.org/USGS-R/intersectr) [![Coverage Status](https://coveralls.io/repos/github/USGS-R/intersectr/badge.svg?branch=master)](https://coveralls.io/github/USGS-R/intersectr?branch=master)

# intersectr

`intersectr` is an in development package for intersecting spatial attribute data. The primary emphasis is on gridded time-series data such as meteorological forcings that need to be intersected with a spatial modeling mesh or set of spatial modeling units.

![demo image with lat lon data](https://usgs-r.github.io/intersectr/demo_images/metdata.png)

![demo image with projected data](https://usgs-r.github.io/intersectr/demo_images/daymet.png)

### Installation:

```
install.packages("devtools")
devtools::install_github("USGS-R/intersectr")
```

### Contributing:

First, thanks for considering a contribution! I hope to make this package a community created resource
for us all to gain from and won't be able to do that without your help!

1) Contributions should be thoroughly tested with [testthat](https://testthat.r-lib.org/).
2) Code style should attempt to follow the [tidyverse style guide.](http://style.tidyverse.org/)
3) Please attempt to describe what you want to do prior to contributing by submitting an issue.
4) Please follow the typical github [fork - pull-request workflow.](https://gist.github.com/Chaser324/ce0505fbed06b947d962)
5) Make sure you use roxygen and run Check before contributing. More on this front as the package matures.

Other notes:
- Please run `lintr::lint_package()` before submitting a pull request.
- consider running `goodpractice::gp()` on the package before contributing.
- consider running `devtools::spell_check()` if you wrote documentation.
- this package may end up using pkgdown running `pkgdown::build_site()` will refresh it.

## Disclaimer
This software is in the public domain because it contains materials that originally came from the U.S. Geological Survey, an agency of the United States Department of Interior. For more information, see the [official USGS copyright policy](http://www.usgs.gov/visual-id/credit_usgs.html#copyright/ "official USGS copyright policy")

Although this software program has been used by the U.S. Geological Survey (USGS), no warranty, expressed or implied, is made by the USGS or the U.S. Government as to the accuracy and functioning of the program and related program material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.

This software is provided "AS IS."