View source: R/max_eto_grid_download.R
max_eto_grid_download | R Documentation |
Downloads maximum reference evapotranspiration (ETo) grids for Brazil, intended for irrigation design purposes. The dataset was developed by Dias (2018).
max_eto_grid_download(dir_out, product = "max_12_months")
dir_out |
Character. Directory where the downloaded raster file will be saved. |
product |
Character. Specifies which maximum ETo product to download. Available options include:
|
A 'SpatRaster' object containing the downloaded maximum reference evapotranspiration (ETo) grid.
Roberto Filgueiras.
Dias, S. H. B. (2018). *Evapotranspiração de referência para projeto de irrigação no Brasil utilizando o produto MOD16*. Dissertação (Mestrado) – Universidade Federal de Viçosa.
## Not run:
# Visualize Brazilian states (optional)
see_brazil_states()
# Download maximum ETo grid (annual)
img_max_eto <- max_eto_grid_download(dir_out = "data/", product = "max_12_months")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.