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

https://github.com/predictiveecology/climatedata

Utilities for working with North American climate data from 'ClimateNA' https://climatena.ca
https://github.com/predictiveecology/climatedata

Last synced: over 1 year ago
JSON representation

Utilities for working with North American climate data from 'ClimateNA' https://climatena.ca

Awesome Lists containing this project

README

          

# climateData

[![R-CMD-check](https://github.com/PredictiveEcology/climateData/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/PredictiveEcology/climateData/actions/workflows/R-CMD-check.yaml)

## Installation

**Install from Predictive Eceology repo:**

```r
install.packages("climateData", repos = c(PE = "https://PredictiveEcology.r-universe.dev",
getOption("repos")))
```

**Install from GitHub:**

```r
#install.packages("remotes")
library("remotes")
install_github("PredictiveEcology/climateData", dependencies = TRUE)
```