This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(dplyr) | |
library(tidyr) | |
library(ggplot2) | |
library(animation) | |
#Data from https://crudata.uea.ac.uk/cru/data/temperature/ | |
#As well as data read in script | |
source("read_cru_hemi.R") | |
temp_dat <- read_cru_hemi("./HadCRUT4-gl.dat") | |
#remove cover |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# dependencies on fedora23: | |
# gdal-devel geos-devel proj-devel proj-nad proj-epsg | |
library(htmlwidgets) | |
library(raster) | |
library(leaflet) | |
# PATHS TO INPUT / OUTPUT FILES | |
projectPath = "/home/kreis/git/geotiff/" | |
#imgPath = paste(projectPath,"data/cea.tif", sep = "") |