We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
I am trying to download data from NOAA using the rnoaa package of R.
I am using ncdc_stations function to download some data:
siteNumber <- "GHCND:USC00023505" metadata_station <- ncdc_stations(datasetid='GHCND', stationid=siteNumber)
However, I am getting the following error:
Error in check_response(ncdc_GET(path, args, token, ...)) : x$response_headers$content-type == "application/json;charset=UTF-8" is not TRUE
content-type
Someone knows how to solve this issue?
Sorry, something went wrong.
thanks! having a look
747b641
@SaraAV Please try again after reinstalling like remotes::install_github("ropensci/rnoaa")
remotes::install_github("ropensci/rnoaa")
This has been driving me crazy. Thanks for the fix it worked.
Thanks sckott, it works!
No branches or pull requests
Session Info
The text was updated successfully, but these errors were encountered: