0

Does anyone know why rnoaa is giving me a bad gateway error? I get this error: Error: Bad Gateway (HTTP 502). I believe the API is up from this link: https://api.weather.gov/

library(rnoaa)
library(tidyr)
library(dplyr)
library(doBy)

options(noaakey = "*****")
with_units <- ncdc(datasetid='GHCND', stationid='GHCND:USW00014895', datatypeid = c("TMAX","TMIN","PRCP"), startdate = '2019-12-01', enddate = '2019-12-31', limit=500, add_units = TRUE)
steppermotor
  • 701
  • 6
  • 22

0 Answers0