geanders / noaastormevents

explore noaa storm database
14 stars 1 forks source link

Trust Error #34

Open k-burley opened 1 year ago

k-burley commented 1 year ago

Hi there,

I had been working with the storm events database bulk download files and was really excited to come across this package! However, I am getting a "trust error" with all functions in the package.

I installed and loaded the package (as well as the hurricaneexposure package) like this:

library(drat)
addRepo("geanders")
install.packages("hurricaneexposuredata")
install.packages("noaastormevents")

library(noaastormevents)
library(hurricaneexposure)

Then all commands return the same error. For example:

find_events(date_range = c("2018-09-13", "2018-09-16")) Returns the error:

Error in function (type, msg, asError = TRUE) : schannel: CertGetCertificateChain trust error CERT_TRUST_IS_UNTRUSTED_ROOT

It might be an issue on my end, but I have not been able to find any documentation or posts online that resolve the issue, so I thought I would just reach out in case you know the problem!

Thanks, Katherine