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
I have been experimenting with get_chirps today and finding really slow speeds, both locally and on servers.
lonlat<-data.frame(lon=c(-4.314916,-4.225084),lat=c(31.30144 ,31.37854)) dates<-as.character(c("1981-01-02","1981-12-31")) system.time(data<-chirps::get_chirps(lonlat, dates=dates, server = "CHC"))
this took 250sec, but is only 728 rows data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have been experimenting with get_chirps today and finding really slow speeds, both locally and on servers.
lonlat<-data.frame(lon=c(-4.314916,-4.225084),lat=c(31.30144 ,31.37854))
dates<-as.character(c("1981-01-02","1981-12-31"))
system.time(data<-chirps::get_chirps(lonlat,
dates=dates,
server = "CHC"))
this took 250sec, but is only 728 rows data
The text was updated successfully, but these errors were encountered: