You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you know what might be causing this. The code used is from another issue and is given below:
countries=spData::worldhonduras=countries %>%
filter(name_long=="India")
sample_sites= st_sample(honduras, 3) %>%
st_as_sf()
dat= get_chirps(sample_sites, dates=c("2013-01-01","2013-12-01"), server="ClimateSERV")
## Also tried using longitude and latitude obtained from https://www.geodatos.net/en/coordinates/india but same error persistslocation<-data.frame(long=78.96288, lat=20.593684)
d<- get_chirps(location, dates= c("2019-01-01", "2019-12-31"),
server="ClimateSERV")
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Hi
I was using Chirps to get precipitation data of India but I keep on running into the following error:
Do you know what might be causing this. The code used is from another issue and is given below:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: