Skip to content

DOI-USGS/intersectr

Repository files navigation

Build Status Coverage Status

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

demo image with projected data

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.
  2. Code style should attempt to follow the tidyverse style guide.
  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.
  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

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."