README.md

R CMD Check via {tic} CRAN_Status_Badge DOI Project Status: Unsupported –  The project has reached a stable, usable state but the author(s) have ceased all work on it.

GSODRdata

Climate and Ecological Data for the GSODR Package

This data-only package was created for distributing data useful with GSODR and used in examples for the GSODR package vignettes.

Due to the installed package, >9Mb, this package is only available from GitHub.

Authors: Adam Sparks, Tomislav Hengl, and Andrew Nelson Maintainer: Adam Sparks adamhsparks@gmail.com URL: https://github.com/adamhsparks/GSODRdata BugReports: https://github.com/adamhsparks/GSODRdata/issues Depends: R (>= 3.2.0) Suggests: GSODR

Six data frames of climate data are provided from various sources for GSOD station locations and can be joined with data formatted by the GSODR package using the STNID column.

Quick Start

Install

This package is only available from GitHub due to its large size. It provides optional data for use with the GSODR package, some of which are demonstrated with examples in the GSODR documentation.

#install.packages("remotes")
remotes::install_github("adamhsparks/GSODRdata", build_vignettes = TRUE)
library("GSODRdata")
````

### Using _GSODRdata_

See the _GSODR_ vignette, [Working with spatial and climate data from GSODR and GSODRdata](https://ropensci.github.io/GSODR/articles/Working_with_spatial_and_climate_data.html), for use and examples.

### Keeping _GSODRdata_ updated

With each new release of _GSODR_, the _GSODRdata_ package is also updated. To
keep your local installation up-to-date, please use:

```r
devtools::update_packages("GSODRdata")

Meta

If you find bugs or have an idea to make this package better, please file a report with us.

License: MIT

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

References

Karger, D. N., Conrad, O., Bohner, J., Kawohl, T., Kreft, H., Soria-Auza, R. W., et al. (2016) Climatologies at high resolution for the Earth land surface areas. arXiv preprint arXiv:1607.00217.

New, M., Lister, D., Hulme, M., Makin, I. (2002) A high-resolution data set of surface climate over global land areas. Climate Research 21:1-25 (abstract, paper)

Wilson, A. M., Jetz, W. (2016) Remotely Sensed High-Resolution Global Cloud Dynamics for Predicting Ecosystem and Biodiversity Distributions. PLoS Biol 14(3): e1002415. doi:10.1371/journal. pbio.1002415

Hijmans, R.J., S.E. Cameron, J.L. Parra, P.G. Jones and A. Jarvis, 2005. Very high resolution interpolated climate surfaces for global land areas. International Journal of Climatology 25:1965-1978.



adamhsparks/GSODRdata documentation built on Sept. 25, 2020, 8 p.m.