Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barneydobson/uk_climate_downloaders
A repository to download historic, gridded, UK climate data from Metoffice's Had-UK website
https://github.com/barneydobson/uk_climate_downloaders
Last synced: 18 days ago
JSON representation
A repository to download historic, gridded, UK climate data from Metoffice's Had-UK website
- Host: GitHub
- URL: https://github.com/barneydobson/uk_climate_downloaders
- Owner: barneydobson
- License: gpl-3.0
- Created: 2019-12-17T10:02:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T15:48:47.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T01:58:34.305Z (2 months ago)
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uk_climate_downloaders
This repository provides a python script that can automatically download and manipulate datasets from Metoffice's Had-UK website (https://catalogue.ceda.ac.uk/uuid/4dc8450d889a491ebb20e724debe2dfb). This dataset contains gridded estimates of historic climate data that covers the entire UK.It also contains downloaders for various other UK climate data: weather@home climate projections, CHESS historic potential evapotranspiration
Users can specify time-series type, grid scale and time-step and automatically download this data (scripts/download_haduk_data.py)
Users can also aggregate the downloaded data over a specified shapefile (scripts/load_and_aggregate_data.py)
Required modules:
-To download: requests, pandas, os, certifi
-To aggregate: geopandas, shapely, xarray, netcdf4, pandas, numpy
-Also used (but you can change the code so these aren't required): tqdm, os
## Citation
[![DOI](https://zenodo.org/badge/228587225.svg)](https://zenodo.org/badge/latestdoi/228587225)Barnaby Dobson, 2020, UK Climate Downloaders, v1.0
## Previous Citations
Barnaby Dobson, 2020, HadUK Downloader, v1.0