Skip to content

Service temporarily unavailable #54

@QuocPhamBao

Description

@QuocPhamBao

Hello,
I got the below error while trying to access the open data:
Error : Service temporarily unavailable
The server is temporarily unable to service your request, please try again later.
May I know is there any way to access or download the data in this situation ?

This is the code:

loginUDG(username = "", password = "")

data("PRUDENCEregions", package = "visualizeR")
bb <- PRUDENCEregions["FR"]@bbox
lonLim <- c(-5,9); latLim <- c(42,51)

grid.list <- lapply(var.list, function(x) {
loadGridData(dataset = "ECMWF_ERA-Interim-ESD",
var = x,
lonLim = lonLim,
latLim = latLim,
years = 1980:2008)
}
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions