Chapter 1 Introduction

The book is divided into four broad chapters that contain all necessary steps to replicate the sampling for GLD’s urbanization project.
The following chapter discusses and walks through how the necessary spatial polygon files are constructed. The third chapter focus on the preparation of the sampling areas, whereas the fourth chapter describes the sampling methods. Finally, the two different sampling methods are discussed by simulating different tables for selected key variables.

library(tidyverse)
library(knitr)
library(geosampling)
library(sf)
library(rgdal)
library(sebstoolkit2)
library(rgeos)
library(rasterVis)
library(overpass)
library(raster)
library(leaflet)
library(magrittr)
library(kableExtra)
library(gridExtra)
library(bookdown)
library(webshot)
library(htmlwidgets)
library(magick)
# knitr::opts_chunk$set(fig.align="center")
options(stringsAsFactors = FALSE)