GFCurls: URLs of GFC data

Description Usage Arguments Value Author(s) References Examples

Description

This function retrieves URL of Global Forest Change (GFC) data.

Usage

1
GFCurls(lyrs = c("treecover2000", "lossyear"), url)

Arguments

lyrs

character. Name(s) of the layers. Default 'treecover2000', and 'lossyear'

url

character. Path to the html file containing the files. Default NULL retrieves URLs stored in the application programming interface of GFC, see References.

Value

character vector.

Author(s)

Wilson Lara <wilarhen@temple.edu>, Victor Gutierrez-Velez <victorhugo@temple.edu>

References

https://earthenginepartners.appspot.com/science-2013-global-forest/download_v1.5.html

Examples

1
2
3
4
 
 gainLayers <- GFCurls(lyrs = 'gain')
 head(gainLayers)
 

forestChange documentation built on March 26, 2020, 7:26 p.m.