Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/munterfi/global-temperature-change-detection
Global surface temperature layers are interpolated based on a point measurement data set of the worldwide surface temperature, which 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.
https://github.com/munterfi/global-temperature-change-detection
climate-change global-temperature interpolation kriging semivariogram spatial-analysis spatial-data spatial-statistics universal-kriging
Last synced: 6 days ago
JSON representation
Global surface temperature layers are interpolated based on a point measurement data set of the worldwide surface temperature, which 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.
- Host: GitHub
- URL: https://github.com/munterfi/global-temperature-change-detection
- Owner: munterfi
- License: mit
- Created: 2017-06-29T10:45:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T10:15:35.000Z (over 3 years ago)
- Last Synced: 2024-07-30T17:38:19.841Z (6 months ago)
- Topics: climate-change, global-temperature, interpolation, kriging, semivariogram, spatial-analysis, spatial-data, spatial-statistics, universal-kriging
- Language: R
- Homepage: https://munterfi.github.io/global-temperature-change-detection/
- Size: 153 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Change detection in global temperature
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.
## Installation
1. Install R & RStudio
2. Get the needed libraries: `install.packages('library-name')`
3. Clone the repository, by creating a new git project in RStudio## Data
* Global digital elevation model - [swisstopo](https://www.swisstopo.admin.ch/en/home.html)
* Global temperature measurements## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Authors
* **Merlin Unterfinger** - *Development and implementation* - [munterfi](https://github.com/munterfi)
* **Olivier Niklaus** - *Development and implementation*## Built With
* [R](https://www.r-project.org) - The R Project for Statistical Computing
* [RStudio](https://www.rstudio.com) - Open source and enterprise-ready professional software for R## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## References
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.