https://github.com/arcticsnow/climatepy

Collection of tools to perform timeseries analysis on climate data (Observation and Downscaled)

https://github.com/arcticsnow/climatepy

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.2%) to scientific vocabulary

Keywords

climate data era5 meteorological-data noaa-data pandas timeseries weather wmo xarray
Last synced: 5 months ago · JSON representation

Repository

Collection of tools to perform timeseries analysis on climate data (Observation and Downscaled)

Basic Info
  • Host: GitHub
  • Owner: ArcticSnow
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 113 KB
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
climate data era5 meteorological-data noaa-data pandas timeseries weather wmo xarray
Created over 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

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 (sdthreshfree (e.g. 10cm), sdthreshsnow_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

Owner

  • Name: Simon Filhol
  • Login: ArcticSnow
  • Kind: user
  • Location: Norway
  • Company: University of Oslo

GitHub Events

Total
  • Watch event: 1
  • Push event: 1
Last Year
  • Watch event: 1
  • Push event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 22
  • Total Committers: 2
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.045
Past Year
  • Commits: 22
  • Committers: 2
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.045
Top Committers
Name Email Commits
arcticsnow s****l@p****m 21
Simon Filhol A****w 1

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

setup.py pypi
  • xarray *
environment.yml pypi
  • cdsapi ==0.6.1
  • munch ==2.5.0
  • numpy ==1.24.2
  • pydap ==3.4.0
  • requests ==2.30.0
  • scipy ==1.10.1
  • seaborn ==0.12.2
  • tqdm ==4.65.0