Skip to content
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

GFS service not working (no applicable method for index) #22

Closed
pherreraariza opened this issue Sep 28, 2018 · 2 comments
Closed

GFS service not working (no applicable method for index) #22

pherreraariza opened this issue Sep 28, 2018 · 2 comments

Comments

@pherreraariza
Copy link

pherreraariza commented Sep 28, 2018

Hi Oscar,

It seems there is a problem with GFS services and the retrieved indexes:

library(meteoForecast)

# Datos de temperatura de Madrid capital modelo GFS
gfs_temp_K <- getPointDays(c(-3.70325, 40.4167), start = "2018-09-23",
                        end = "2018-09-26", vars = "Temperature", service = "gfs")

The process (with several errors and tryCatch) completed at 100% progress, but then this error appears:

Error in UseMethod("index<-") :
no applicable method for 'index<-' applied to an object of class "NULL"

@oscarperpinan
Copy link
Owner

Hi,

You are right. The NOMADS THREDDS server (used by the package) is not working anymore, but the new server is not accessible now. I will check it later again, and will fix the code accordingly.

Thanks,

Oscar.

@oscarperpinan
Copy link
Owner

Fixed. Sorry for the delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants