-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Database not found #18
Comments
Hi @ptpell77 , could you provide an example code? |
times <- expand.grid(yyyy = 2015, mm = 1:12, dd = c(1, 15), tt = 12) |
hi @ptpell77 ; I've just run your code and everything was well; Sometimes the server is down and it comes back in some hours (or days). Please, run it again and let me know. Thanks
|
For whatever reason, I am not able to connect on my local wifi. I will try with a VPN or other network. Thanks! |
I'm still unable to connect and download data, even on a different wifi network. Do you have any suggestions? Thanks and sorry for the trouble. |
I have tried this on several other systems, including a computing cluster, getting the same errror: >
|
I have replicated this issue on several other servers and R platforms. |
Hi @ptpell77 , can you print your sessionInfo() ? I'm in a Linux machine using R 4.1.0, which is the the latest release (2021-05-18). Could you update your R version? |
R version 4.1.0 (2021-05-18) Matrix products: default Random number generation: locale: attached base packages: other attached packages: |
Could you please let me know the result of:
|
|
Ok, let's try the next:
Now, if you type In the next step, the function simply call to this URL and download the CSV in a right format: Please, let me know where do you get the error. Thanks for reporting. Javi |
Thanks very much for your help. I am able to download the data using the manual link generation (from paste), and from the copy- paste option. However, trying to run the line: tmp <- read.csv(url_dir, header = FALSE, skip = 2, stringsAsFactors = FALSE) generates: p.s. Your example above requires: yyyy_c<- 2015 |
Sorry about this! And yeah... definitively is not an rWind problem and I think I cannot help you... have you check the error "SSL peer certificate or SSH remote key was not OK" ? It seems you have problems with the certificates https://stackoverflow.com/questions/14192837/ssl-peer-certificate-or-ssh-remote-key-was-not-ok OR rust-lang/cargo#1420 for example... |
Hello Javi, I'm trying to download wind data from rWind using Wind.dl to run example code from https://github.com/matthewkling/windscape But I am running into the same issues as this user in 2021. Error { This makes me think that it isn't a problem with connecting to database, but am unsure how to fix. I've tried accessing with a few different wifi connections and have rebooted R a few times. I'm on version 4.2.2. on a Mac OS High sierra 10.13.4. Thank you for your time. Kayleigh. |
Hello. |
I'm having trouble pulling data using the wind.dl command. R v. 4.0.2 and rWInd
Getting the following error after it starts the process.
ERROR: database not found. Please, check server
connection, date or geographical ranges
Error in .f(yyyy = .l[[1L]][[i]], mm = .l[[2L]][[i]], dd = .l[[3L]][[i]], :
object 'tmp' not found
The text was updated successfully, but these errors were encountered: