Type: Package Package: nasapower Title: NASA POWER API Client Version: 4.3.0.9000 Authors@R: c( person("Adam H.", "Sparks", , "adamhsparks@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0061-8359")), person("Scott", "Chamberlain", , "myrmecocystus@gmail.com", role = "rev", comment = c(ORCID = "0000-0003-1444-9135", "Scott Chamberlain reviewed nasapower for rOpenSci, see\n .")), person("Hazel", "Kavili", role = "rev", comment = "Hazel Kavili reviewed nasapower for rOpenSci, see\n ."), person("Alison", "Boyer", role = "rev", comment = "Alison Boyer reviewed nasapower for rOpenSci, see\n ."), person("Fernando", "Miguez", , "femiguez@iastate.edu", role = "ctb", comment = c(ORCID = "0000-0002-4627-8329", "Fernando Miguez provided assistance in identifying\n improper missing value handling in the POWER data, see \n .")), person("Maëlle", "Salmon", role = "ctb", comment = c(ORCID = "0000-0002-2815-0399", "Maëlle Salmon contributed a patch to fix issues with using the R\n package, 'vcr', for testing the API queries, see\n .")), person("Phillip D.", "Alderman", , "phillip.alderman@okstate.edu", role = "ctb", comment = c(ORCID = "0000-0003-1467-2337", "Phillip Alderman contributed a patch to fix an issue with, 'The\n `file` argument of `vroom()` must use `I()` for literal data as\n of vroom 1.5.0.', see\n .")), person("Aleksandar", "Blagotić", , "alex@rapporter.net", role = c("ctb", "cph"), comment = "Author of the CRAN package 'rapportools', from which\n the '.is_boolean()' was derived."), person("Gergely", "Daróczi", , "daroczig@rapporter.net", role = c("ctb", "cph"), comment = "Author of the CRAN package 'rapportools', from which\n the '.is_boolean()' was derived."), person("Curtin University", role = "cph", comment = c("http://www.curtin.edu.au/", ROR = "02n415q13")) ) Description: An API client for NASA POWER global meteorology, surface solar energy and climatology data API. POWER (Prediction Of Worldwide Energy Resources) data are freely available for download with varying spatial resolutions dependent on the original data and with several temporal resolutions depending on the POWER parameter and community. This work is funded through the NASA Earth Science Directorate Applied Science Program. For more on the data themselves, the methodologies used in creating, a web-based data viewer and web access, please see . License: MIT + file LICENSE URL: https://codeberg.org/ropensci/nasapower, https://docs.ropensci.org/nasapower/ BugReports: https://codeberg.org/ropensci/nasapower/issues Depends: R (>= 4.1.0) Imports: cli, crul, lubridate, readr, rlang, tibble (>= 3.0.2), yyjsonr Suggests: knitr, purrr, rmarkdown, spelling, testthat (>= 3.0.0), vcr (>= 0.6.0), webmockr, withr VignetteBuilder: knitr Config/Needs/build: moodymudskipper/devtag Config/Needs/documentation: roxylint Config/roxygen2/version: 8.0.0 Config/roxylint: list(linters = roxylint::tidy) Config/testthat/edition: 3 Config/testthat/parallel: true Encoding: UTF-8 Language: en-US NeedsCompilation: no Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd", "roxylint::roxylint", "devtag::dev_roclet")) X-schema.org-applicationCategory: Tools X-schema.org-isPartOf: https://ropensci.org X-schema.org-keywords: NASA, meteorological-data, weather, global, weather, weather-data, meteorology, NASA-POWER, agroclimatology, earth-science, data-access, climate-data Config/pak/sysreqs: libssl-dev libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-06-29 01:59:16 UTC RemoteUrl: https://github.com/ropensci/nasapower RemoteRef: main RemoteSha: 040e5e90bb6ea1d1f9a8df0437e4ae4b7148aaee Packaged: 2026-07-01 08:27:58 UTC; root Author: Adam H. Sparks [aut, cre] (ORCID: ), Scott Chamberlain [rev] (ORCID: , Scott Chamberlain reviewed nasapower for rOpenSci, see .), Hazel Kavili [rev] (Hazel Kavili reviewed nasapower for rOpenSci, see .), Alison Boyer [rev] (Alison Boyer reviewed nasapower for rOpenSci, see .), Fernando Miguez [ctb] (ORCID: , Fernando Miguez provided assistance in identifying improper missing value handling in the POWER data, see .), Maëlle Salmon [ctb] (ORCID: , Maëlle Salmon contributed a patch to fix issues with using the R package, 'vcr', for testing the API queries, see .), Phillip D. Alderman [ctb] (ORCID: , Phillip Alderman contributed a patch to fix an issue with, 'The `file` argument of `vroom()` must use `I()` for literal data as of vroom 1.5.0.', see .), Aleksandar Blagotić [ctb, cph] (Author of the CRAN package 'rapportools', from which the '.is_boolean()' was derived.), Gergely Daróczi [ctb, cph] (Author of the CRAN package 'rapportools', from which the '.is_boolean()' was derived.), Curtin University [cph] (http://www.curtin.edu.au/, ROR: ) Maintainer: Adam H. Sparks