Skip to content

Instantly share code, notes, and snippets.

View Ignimbrit's full-sized avatar

Sören Wilke Ignimbrit

View GitHub Profile
@SwampThingPaul
SwampThingPaul / RasterPlotting.R
Last active April 21, 2022 19:04
generalized code for plotting rasters/interpolated maps
# GIS libraries
library(sp)
library(rgdal)
library(rgeos)
library(raster)
library(mapmisc)
## defines the coordinate reference system
utm17=CRS("+init=epsg:26917")