https://github.com/arcticsnow/climatepy
Collection of tools to perform timeseries analysis on climate data (Observation and Downscaled)
https://github.com/arcticsnow/climatepy
climate data era5 meteorological-data noaa-data pandas timeseries weather wmo xarray
Last synced: 5 months ago
JSON representation
Collection of tools to perform timeseries analysis on climate data (Observation and Downscaled)
- Host: GitHub
- URL: https://github.com/arcticsnow/climatepy
- Owner: ArcticSnow
- License: mit
- Created: 2023-05-31T12:23:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T16:37:54.000Z (over 1 year ago)
- Last Synced: 2026-01-30T07:25:14.615Z (5 months ago)
- Topics: climate, data, era5, meteorological-data, noaa-data, pandas, timeseries, weather, wmo, xarray
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# climatepy
Collection of tools to perform timeseries analysis, synoptic analysis, and plots on climate data (Observation and Downscaled). This builds partly
upon TopoPyScale outputs as well as a number of official data format from NOAA, WMO, MetNo, et al. or land surface model outputs (*e.g.* FSM)
S. Filhol, May 2023
**This toolbox is under construction and currently designed for specific projects**
## Installation
```bash
git clone https://github.com/ArcticSnow/climatepy.git
# install in development mode
pip install -e climatepy
```
## TODO
- [ ] write function to compute FDD and TDD
- [ ] write function to compute snow free season (sd_thresh_free (e.g. 10cm), sd_thresh_snow_onset (e.g. 80cm)).
- [ ] write function to infer synoptic patterns using unsupervised techniques
[ ] write function to infer synoptic patterns from known patterns (dates with known of similar recognizable patterns)
## Long term ideas and Resources:
integrate possibility to download forecast model (i.e. GFS):
- NAM regional model (e.g. Alaska) by NOAA: https://www.nco.ncep.noaa.gov/pmb/products/nam/
- GFS model (NOAA) see the Python library: https://github.com/jagoosw/getgfs