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

get_chirps is extremely slow #51

Open
peetmate opened this issue Jun 18, 2024 · 0 comments
Open

get_chirps is extremely slow #51

peetmate opened this issue Jun 18, 2024 · 0 comments

Comments

@peetmate
Copy link

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

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

1 participant