if (FALSE) {
### Downloading eto based on Brazil states.
see_brazil_states()
img<-download_terraclimate(variable = "eto",
years = c(2018:2019),
region = "brazil",
sub_region = 13)
### Downloading the ppt based on Brazil biomes.
see_brazil_biomes()
img<-download_terraclimate(variable = "ppt",
years = c(2018:2019),
region = "biomes_brazil",
sub_region = 6)
}
Run the code above in your browser using DataLab