Part 2 - Preparing and Mapping Data to IPBES Regions and Sub-regions
Technical Guideline Series
library(sf)
library(dplyr)
library(magrittr)
library(FAOSTAT)
library(httr) # to download data off of Zenodo
library(rnaturalearth) # download ocean data from natural earth
library(graticule) # for mapping I. Downloading Necessary Data
A. Downloading FAO data
FAOSTAT::download_faostat_bulk("http://fenixservices.fao.org/faostat/static/bulkdownloads/Population_E_All_Data_(Normalized).zip", getwd())B. Downloading IPBES regions and subregions

II. Uploading data into R Studio
III. Cleaning the data
IV: Joining and Aggregating
V. Mapping



Last updated
Was this helpful?