(CC-BY-NC-SA)

This document was produced on Mo Mär 14 2016 using mapview version 1.0.9


The Conservation of Arctic Fauna and Flora (CAFF)

We are going to the North and utilize data from the The Conservation of Arctic Fauna and Flora in short CAFF. They provide a lot of interesting data for the northern hemisphere CAFF Geoserver.

We take the sea surface and the land surface temperature what may interest in correspondence to the roads of Greenland.

rm(list = ls())
library(mapview)
library(raster)

### load Greenlands roads data from geofabrik
data("roadsGRL")

 # load the list of the above example
 data("map.types")

### map the CAFF data
mapview::projView(roadsGRL, map.types = map.types$CAFF)
## No tileSize provided. use default 256.