View source: R/get_net_forest_carbon_flux.R
get_net_forest_carbon_flux | R Documentation |
Download Net Forest Carbon Flux rasters from Global Forest Watch (GFW) for the desired grid Please register at GFW first from your PC in order to access the API to raster files
get_net_forest_carbon_flux(grid = NULL, file_path = NULL)
grid |
10*10 Latlon grid (e.g. "00N_040W") |
file_path |
path location |
carbon balance rasters
file_path <- ".." # path to the folder where you want to download the rasters # Download carbon balance rasters for the grid 00N,040W get_net_forest_carbon_flux(grid="00N_040W", file_path=file_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.