get_urban: Extract urban area data of MODIS Landcover

Description Usage Arguments Value Examples

View source: R/get_urban.R

Description

A function that extract a time series of the urban area of MODIS Landcover

Usage

1
get_urban(year, region)

Arguments

year

is date format for extract the variable

region

is a sf object

Value

a sf object with the new variables

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 

library(lis)
library(rgee)
library(sf)
ee_Initialize()
region <- import_db("Peru_shp")[1,1]
data <- get_climate(year = 2009, region = region)


## End(Not run)

botbarja/test_list documentation built on Dec. 19, 2021, 10:49 a.m.