Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenzaxtazi/precip-prediction
Application of Gaussian Processes to predicting local precipitation in the Upper Indus Basin, Himalayas.
https://github.com/kenzaxtazi/precip-prediction
climate-change gaussian-processes himalayas precipitation water-security
Last synced: 1 day ago
JSON representation
Application of Gaussian Processes to predicting local precipitation in the Upper Indus Basin, Himalayas.
- Host: GitHub
- URL: https://github.com/kenzaxtazi/precip-prediction
- Owner: kenzaxtazi
- License: mit
- Created: 2020-04-06T14:08:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T13:04:48.000Z (22 days ago)
- Last Synced: 2024-10-25T14:52:46.761Z (21 days ago)
- Topics: climate-change, gaussian-processes, himalayas, precipitation, water-security
- Language: Jupyter Notebook
- Homepage:
- Size: 6.12 MB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# precip-prediction
Application of Gaussian Processes to predicting local precipitation over the Upper Indus Basin (Himalayas).
## analysis
Functions to analyse data including:
- clustering
- correlation
- principal component analysis
- probability distribution functions
- timeseries## gp
Functions to train and evaluate GPs using GPflow for precicting precipitation from other ERA5 climatic variables.
## load
Functions to load data and format data. The source of the different datasets used can be found in the submodule files. Please get in touch for gauge data, basin masks and shapefiles.
## maps
Functions to plot maps of the data and model outputs over the study areas.