Fetch zonal statistics from a product for given municipality code and dates.
Arguments
- code_muni
numeric. IBGE municipality code number with 7 digits.
- product
string. Zonal indicator product. Options are:
brdwgd
,terraclimate
.- indicator
string. Indicator name from the product. Check the available indicators with the product_info function.
- statistics
string. Statistics name from the indicator. Check the available statistics with the product_info function.
- date_start
date, included in the selection.
- date_end
date, included in the selection, must be equal or greater than
date_start
.