Global surface temperature layers are interpolated for two time intervals (1950-1970 & 1990-2010) based on a point measurement data set of the worldwide surface temperature that has been recorded since 1950. For the spatial interpolation, an universal Kriging approach is applied with additional layers for the continentality, the atmospheric distance, the North-South topographic gradient and the sun inclination angle of every pixel. Finally two (summer & winter) difference images are created from the interpolated temperature layers to represent the change in temperature.
- Install R & RStudio
- Get the needed libraries:
install.packages('library-name')
- Clone the repository, by creating a new git project in RStudio
- Global digital elevation model - swisstopo
- Global temperature measurements
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- Merlin Unterfinger - Development and implementation - munterfi
- Olivier Niklaus - Development and implementation
- R - The R Project for Statistical Computing
- RStudio - Open source and enterprise-ready professional software for R
This project is licensed under the MIT License - see the LICENSE file for details
Hansen, J., Ruedy, R., Sato, M., & Lo, K., 2010. Global surface temperature change. Review of Geophysics, 48, pp.1–29.
Haylock, M. R., Hofstra, N., Klein Tank, A. M. G., Klok, E. J., Jones, P. D., & New, M. (2008). A European daily high-resolution gridded data set of surface temperature and precipitation for 1950–2006. Journal of Geophysical Research, pp.1–12.
IPCC, 2013. Summary fo Policymakers. Climate Change 2013: The Physical Science Basis. Contribution of Working Group I to the Fifth Assessment Report of the Intergovernmental Panel on Climate Change, pp.1–28.
Pebesma, E. J. (2004). Multivariable geostatistics in S: The gstat package. Computers and Geosciences, 30(7), pp.683–691.