Skip to content

Instantly share code, notes, and snippets.

@mbacou
mbacou / snippets.R
Last active June 12, 2017 22:16
Spatial operations: dissolve and overlay
setwd("/home/projects")
library(data.table)
library(rgdal)
library(rgeos)
library(maptools)
library(stringr)
# Load GAUL 2008 (release 2009) adm-2 from Darby
g <- readOGR("./maps/admin", "g2008_2")