get_net_forest_carbon_flux: Get Net Forest Carbon Flux rasters (carbon balance)

View source: R/get_net_forest_carbon_flux.R

get_net_forest_carbon_fluxR Documentation

Get Net Forest Carbon Flux rasters (carbon balance)

Description

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

Usage

get_net_forest_carbon_flux(grid = NULL, file_path = NULL)

Arguments

grid

10*10 Latlon grid (e.g. "00N_040W")

file_path

path location

Value

carbon balance rasters

Examples



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)



Ohm-Np/openRspat documentation built on June 23, 2022, 3:03 p.m.