Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
11 of 47 committers (23.4%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.2%) to scientific vocabulary
Keywords
climate
noaa
noaa-data
r
r-package
rstats
Keywords from Contributors
genome
ecology
taxonomy
data-access
weather-data
darwincore
nomenclature
taxize
biology
vertnet
Last synced: 6 months ago
·
JSON representation
Repository
R interface to many NOAA data APIs
Basic Info
- Host: GitHub
- Owner: ropensci
- License: other
- Language: R
- Default Branch: master
- Homepage: https://docs.ropensci.org/rnoaa
- Size: 104 MB
Statistics
- Stars: 338
- Watchers: 24
- Forks: 82
- Open Issues: 27
- Releases: 27
Topics
climate
noaa
noaa-data
r
r-package
rstats
Created over 12 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
Contributing
License
Codemeta
README.Rmd
rnoaa
=====
```{r echo=FALSE}
library("knitr")
hook_output <- knitr::knit_hooks$get("output")
knitr::knit_hooks$set(output = function(x, options) {
lines <- options$output.lines
if (is.null(lines)) {
return(hook_output(x, options)) # pass to default hook
}
x <- unlist(strsplit(x, "\n"))
more <- "..."
if (length(lines)==1) { # first n lines
if (length(x) > lines) {
# truncate the output, but add ....
x <- c(head(x, lines), more)
}
} else {
x <- c(if (abs(lines[1])>1) more else NULL,
x[lines],
if (length(x)>lines[abs(length(lines))]) more else NULL
)
}
# paste these lines together
x <- paste(c(x, ""), collapse = "\n")
hook_output(x, options)
})
knitr::opts_chunk$set(
comment = "#>",
collapse = TRUE,
warning = FALSE,
message = FALSE,
fig.width = 10,
fig.path = "man/figures/",
cache.path = "inst/cache/"
)
```
[](https://www.repostatus.org/#unsupported)
[](https://cranchecks.info/pkgs/rnoaa)
[](https://github.com/ropensci/rnoaa/actions)
[](https://codecov.io/github/ropensci/rnoaa?branch=master)
[](https://github.com/r-hub/cranlogs.app)
[](https://cran.r-project.org/package=rnoaa)
`rnoaa` is an R interface to many NOAA data sources. We don't cover all of them, but we include many commonly used sources, and add we are always adding new sources. We focus on easy to use interfaces for getting NOAA data, and giving back data in easy to use formats downstream. We currently don't do much in the way of plots or analysis. To get started see: https://docs.ropensci.org/rnoaa/articles/rnoaa.html
## NOTICE: PACKAGE TO BE ARCHIVED
NOAA has changed not only the base URL of the API but reorganized the structure and endpoints of the data and API. The current `rnoaa` package is still functional with the NOAA API v2 but the data available in the API end at approximately 2022-09-15. A new NOAA weather package is planned to replace rnoaa functionality where possible. At that point the rnoaa package will be archived.
## Data sources in rnoaa
* NOAA NCDC climate data:
* We are using the NOAA API version 2
* Docs for the NCDC API are at https://www.ncdc.noaa.gov/cdo-web/webservices/v2
* GHCN Daily data is available at http://www.ncdc.noaa.gov/ghcn-daily-description via FTP and HTTP
* Severe weather data docs are at https://www.ncdc.noaa.gov/swdiws/
* Sea ice data (ftp://sidads.colorado.edu/DATASETS/NOAA/G02135/shapefiles)
* NOAA buoy data (https://www.ndbc.noaa.gov/)
* ERDDAP data (https://upwell.pfeg.noaa.gov/erddap/index.html)
* Now in package rerddap (https://github.com/ropensci/rerddap)
* Tornadoes! Data from the NOAA Storm Prediction Center (https://www.spc.noaa.gov/gis/svrgis/)
* HOMR - Historical Observing Metadata Repository (http://www.ncdc.noaa.gov/homr/api)
* GHCND FTP data (ftp://ftp.ncdc.noaa.gov/pub/data/noaa) - NOAA NCDC API has some/all (not sure really) of this data, but FTP allows to get more data more quickly
* Extended Reconstructed Sea Surface Temperature (ERSST) data (https://www.ncdc.noaa.gov/data-access/marineocean-data/extended-reconstructed-sea-surface-temperature-ersst-v4)
* NOAA CO-OPS - tides and currents data (https://tidesandcurrents.noaa.gov/)
* NOAA Climate Prediction Center (CPC) (http://www.cpc.ncep.noaa.gov/)
* Africa Rainfall Climatology version 2 (ftp://ftp.cpc.ncep.noaa.gov/fews/fewsdata/africa/arc2/ARC2_readme.txt)
* Blended Sea Winds (https://www.ncdc.noaa.gov/data-access/marineocean-data/blended-global/blended-sea-winds)
* Local Climatological Data (https://www.ncdc.noaa.gov/cdo-web/datatools/lcd)
* Storm Events Database (https://www.ncdc.noaa.gov/stormevents/)
## Help/Getting Started
Documentation is at https://docs.ropensci.org/rnoaa/, and there are many vignettes in the package itself, available in your R session, or on CRAN (https://cran.r-project.org/package=rnoaa). The tutorials:
* **Getting started - start here**
* NOAA Buoy vignette
* NOAA National Climatic Data Center (NCDC) vignette (examples)
* NOAA NCDC attributes vignette
* NOAA NCDC workflow vignette
* Sea ice vignette
* Severe Weather Data Inventory (SWDI) vignette
* Historical Observing Metadata Repository (HOMR) vignette
## netcdf data
Some functions use netcdf files, including:
* `ersst`
* `buoy`
* `bsw`
* `argo`
You'll need the `ncdf4` package for those functions, and those only. `ncdf4` is in Suggests in this package, meaning you only need `ncdf4` if you are using any of the functions listed above. You'll get an informative error telling you to install `ncdf4` if you don't have it and you try to use the those functions. Installation of `ncdf4` should be straightforward on any system. See https://cran.r-project.org/package=ncdf4
## NOAA NCDC Datasets
There are many NOAA NCDC datasets. All data sources work, except `NEXRAD2` and `NEXRAD3`, for an unknown reason. This relates to `ncdc_*()` functions only.
```{r echo=FALSE}
library('rnoaa')
dat <- ncdc_datasets()$data
dat <- dat[, !names(dat) %in% 'uid']
dat <- dat[, c('id', 'name', 'mindate', 'maxdate', 'datacoverage')]
names(dat) <- c('Dataset', 'Description', 'Start Date', 'End Date', 'Data Coverage')
knitr::kable(dat)
```
```{r echo=FALSE}
cat(paste0("table updated on ", Sys.Date()))
```
**NOAA NCDC Attributes**
Each NOAA dataset has a different set of attributes that you can potentially get back in your search. See https://www.ncei.noaa.gov/access for detailed info on each dataset. We provide some information on the attributes in this package; see the vignette for attributes (https://docs.ropensci.org/rnoaa/articles/ncdc_attributes.html) to find out more
## Contributors
* Scott Chamberlain (https://github.com/sckott)
* Daniel Hocking (https://github.com/djhocking)
* Brooke Anderson (https://github.com/geanders)
* Maëlle Salmon (https://github.com/maelle)
* Adam Erickson (https://github.com/adam-erickson)
* Nicholas Potter (https://github.com/potterzot)
* Joseph Stachelek (https://github.com/jsta)
* Daniel Hocking (https://github.com/djhocking)
## Meta
* Please report any issues or bugs: https://github.com/ropensci/rnoaa/issues
* License: MIT
* Get citation information for `rnoaa` in R doing `citation(package = 'rnoaa')`
* Please note that this package is released with a Contributor Code of Conduct (https://ropensci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms.
Owner
- Name: rOpenSci
- Login: ropensci
- Kind: organization
- Email: info@ropensci.org
- Location: Berkeley, CA
- Website: https://ropensci.org/
- Twitter: rOpenSci
- Repositories: 307
- Profile: https://github.com/ropensci
CodeMeta (codemeta.json)
{
"@context": [
"http://purl.org/codemeta/2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "rnoaa",
"description": "Client for many 'NOAA' data sources including the 'NCDC' climate 'API' at <https://www.ncdc.noaa.gov/cdo-web/webservices/v2>, with functions for each of the 'API' 'endpoints': data, data categories, data sets, data types, locations, location categories, and stations. In addition, we have an interface for 'NOAA' sea ice data, the 'NOAA' severe weather inventory, 'NOAA' Historical Observing 'Metadata' Repository ('HOMR') data, 'NOAA' storm data via 'IBTrACS', tornado data via the 'NOAA' storm prediction center, and more.",
"name": "rnoaa: 'NOAA' Weather Data from R",
"codeRepository": "https://github.com/ropensci/rnoaa",
"issueTracker": "https://github.com/ropensci/rnoaa/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.3.8",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.1.2 (2021-11-01)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Scott",
"familyName": "Chamberlain",
"email": "myrmecocystus@gmail.com",
"@id": "https://orcid.org/0000-0003-1444-9135"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Daniel",
"familyName": "Hocking",
"email": "djhocking@gmail.com",
"@id": "https://orcid.org/0000-0003-1889-9184"
},
{
"@type": "Person",
"givenName": "Brooke",
"familyName": "Anderson"
},
{
"@type": "Person",
"givenName": "Malle",
"familyName": "Salmon"
},
{
"@type": "Person",
"givenName": "Adam",
"familyName": "Erickson"
},
{
"@type": "Person",
"givenName": "Nicholas",
"familyName": "Potter"
},
{
"@type": "Person",
"givenName": "Joseph",
"familyName": "Stachelek"
},
{
"@type": "Person",
"givenName": "Alex",
"familyName": "Simmons"
},
{
"@type": "Person",
"givenName": "Karthik",
"familyName": "Ram"
},
{
"@type": "Person",
"givenName": "Hart",
"familyName": "Edmund"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Daniel",
"familyName": "Hocking",
"email": "djhocking@gmail.com",
"@id": "https://orcid.org/0000-0003-1889-9184"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "roxygen2",
"name": "roxygen2",
"version": ">= 7.1.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=roxygen2"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "taxize",
"name": "taxize",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=taxize"
},
{
"@type": "SoftwareApplication",
"identifier": "ncdf4",
"name": "ncdf4",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ncdf4"
},
{
"@type": "SoftwareApplication",
"identifier": "raster",
"name": "raster",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=raster"
},
{
"@type": "SoftwareApplication",
"identifier": "leaflet",
"name": "leaflet",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=leaflet"
},
{
"@type": "SoftwareApplication",
"identifier": "rgdal",
"name": "rgdal",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rgdal"
},
{
"@type": "SoftwareApplication",
"identifier": "purrr",
"name": "purrr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=purrr"
},
{
"@type": "SoftwareApplication",
"identifier": "ggmap",
"name": "ggmap",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ggmap"
},
{
"@type": "SoftwareApplication",
"identifier": "vcr",
"name": "vcr",
"version": ">= 0.5.4",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=vcr"
},
{
"@type": "SoftwareApplication",
"identifier": "webmockr",
"name": "webmockr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=webmockr"
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
{
"@type": "SoftwareApplication",
"identifier": "crul",
"name": "crul",
"version": ">= 0.7.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=crul"
},
{
"@type": "SoftwareApplication",
"identifier": "lubridate",
"name": "lubridate",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=lubridate"
},
{
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=dplyr"
},
{
"@type": "SoftwareApplication",
"identifier": "tidyr",
"name": "tidyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tidyr"
},
{
"@type": "SoftwareApplication",
"identifier": "tidyselect",
"name": "tidyselect",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tidyselect"
},
{
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
},
{
"@type": "SoftwareApplication",
"identifier": "scales",
"name": "scales",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=scales"
},
{
"@type": "SoftwareApplication",
"identifier": "XML",
"name": "XML",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=XML"
},
{
"@type": "SoftwareApplication",
"identifier": "xml2",
"name": "xml2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=xml2"
},
{
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
},
{
"@type": "SoftwareApplication",
"identifier": "gridExtra",
"name": "gridExtra",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=gridExtra"
},
{
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tibble"
},
{
"@type": "SoftwareApplication",
"identifier": "isdparser",
"name": "isdparser",
"version": ">= 0.2.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=isdparser"
},
{
"@type": "SoftwareApplication",
"identifier": "geonames",
"name": "geonames",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=geonames"
},
{
"@type": "SoftwareApplication",
"identifier": "hoardr",
"name": "hoardr",
"version": ">= 0.5.2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=hoardr"
},
{
"@type": "SoftwareApplication",
"identifier": "data.table",
"name": "data.table",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=data.table"
}
],
"contIntegration": [
"https://github.com/ropensci/rnoaa/actions",
"https://codecov.io/github/ropensci/rnoaa?branch=master"
],
"releaseNotes": "https://github.com/ropensci/rnoaa/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/rnoaa/blob/master/README.md",
"fileSize": "59421.267KB",
"applicationCategory": "Climate",
"isPartOf": "https://ropensci.org",
"keywords": [
"earth",
"science",
"climate",
"precipitation",
"temperature",
"storm",
"buoy",
"NCDC",
"NOAA",
"tornadoe",
"seaice",
"ISD",
"noaa",
"rstats",
"noaa-data",
"r",
"r-package"
],
"relatedLink": [
"https://docs.ropensci.org/rnoaa",
"https://docs.ropensci.org/rnoaa/"
],
"copyrightHolder": {},
"funder": [
{
"@type": "Organization",
"name": "rOpenSci"
}
],
"developmentStatus": "https://www.repostatus.org/#active"
}
GitHub Events
Total
- Watch event: 9
- Push event: 1
Last Year
- Watch event: 9
- Push event: 1
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Scott Chamberlain | m****s@g****m | 902 |
| Brooke Anderson | g****n@j****u | 103 |
| Nicholas Potter | p****t@g****m | 27 |
| Daniel Hocking | d****g@g****m | 25 |
| DougFirErickson | a****n@g****m | 23 |
| jsta | j****k@u****u | 14 |
| Elio Campitelli | e****i@g****m | 12 |
| masalmon | m****n@y****e | 11 |
| Ewen2015 | w****n@o****m | 9 |
| Bob Rudis | b****b@r****t | 8 |
| grandpotato | k****o@g****m | 7 |
| Tom 2 Philippi | t****i@n****v | 7 |
| Karthik Ram | k****m@g****m | 6 |
| Philip Shirk | p****k@g****m | 6 |
| mps9506 | m****m@g****m | 6 |
| Brooke Anderson | b****n@c****u | 5 |
| Ed Weber | e****r@n****v | 5 |
| Ryan Hicks | r****1@g****m | 5 |
| Steven | s****y@g****m | 5 |
| Edmund Hart | e****t@g****m | 4 |
| Jillian Dunic | j****c@g****m | 4 |
| RyanG | r****n@g****m | 4 |
| Jeroen Ooms | j****s@g****m | 3 |
| MIRANDA FIX | m****x@g****m | 3 |
| Rachel Severson | r****n@c****u | 3 |
| jferreri | j****i@g****m | 3 |
| Bryce Mecum | p****h@g****m | 2 |
| Casey Patrizio | c****8@g****m | 2 |
| Max Joseph | m****h@g****m | 2 |
| Nicholas Tierney | n****y@g****m | 2 |
| and 17 more... | ||
Committer Domains (Top 20 + Academic)
colostate.edu: 3
rams.colostate.edu: 1
ucar.edu: 1
irco.com: 1
economist.com: 1
wisc.edu: 1
berkeley.edu: 1
msu.edu: 1
noaa.gov: 1
nps.gov: 1
rudis.net: 1
utexas.edu: 1
jhsph.edu: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 362
- Total pull requests: 57
- Average time to close issues: 5 months
- Average time to close pull requests: 4 days
- Total issue authors: 104
- Total pull request authors: 27
- Average comments per issue: 3.19
- Average comments per pull request: 2.04
- Merged pull requests: 52
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- sckott (213)
- zxy1219 (5)
- kjschaudt (4)
- ghaines3 (4)
- maelle (3)
- GuodongZhu (3)
- cboettig (3)
- michaeljakob (3)
- emhart (3)
- geanders (3)
- udayguntupalli (3)
- andypicke (3)
- SaraAV (3)
- tphilippi (3)
- djhocking (2)
Pull Request Authors
- potterzot (9)
- sckott (8)
- jsta (6)
- edweber (4)
- maelle (3)
- eliocamp (3)
- kev-ho (3)
- mbjoseph (2)
- adamhsparks (1)
- amcdavid (1)
- amoeba (1)
- martgnz (1)
- mpettis (1)
- denrou (1)
- stevenysw (1)
Top Labels
Issue Labels
bug (69)
newdatasource (37)
enhancement (11)
docs (11)
from-email (10)
question (8)
ghcnd (7)
ghcnd_ftp (6)
caching (6)
govt-shutdown (5)
good-first-issue (3)
ncdc-units (3)
help-wanted (2)
performance (2)
windows (1)
cran (1)
fail-better (1)
hacktoberfest (1)
feedback-wanted (1)
Pull Request Labels
ghcnd (2)
ncdc-units (1)
bug (1)
docs (1)
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 28
proxy.golang.org: github.com/ropensci/rnoaa
- Documentation: https://pkg.go.dev/github.com/ropensci/rnoaa#section-documentation
- License: other
-
Latest release: v1.4.0
published almost 3 years ago
Rankings
Dependent packages count: 5.4%
Average: 5.6%
Dependent repos count: 5.8%
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- XML * imports
- crul >= 0.7.0 imports
- data.table * imports
- dplyr * imports
- geonames * imports
- ggplot2 * imports
- gridExtra * imports
- hoardr >= 0.5.2 imports
- isdparser >= 0.2.0 imports
- jsonlite * imports
- lubridate * imports
- scales * imports
- tibble * imports
- tidyr * imports
- tidyselect * imports
- utils * imports
- xml2 * imports
- leaflet * suggests
- ncdf4 * suggests
- purrr * suggests
- raster * suggests
- rgdal * suggests
- roxygen2 >= 7.1.0 suggests
- taxize * suggests
- testthat * suggests
- vcr >= 0.5.4 suggests
- webmockr * suggests
.github/workflows/R-check.yaml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/upload-artifact v2 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
- r-lib/actions/setup-tinytex v1 composite