Skip to content

HPC-ULL/Meteorology-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteorology Calculator

Python package providing meteorological calculation kernels, including heatwave and coldwave detection, anomaly and z score computation, plotting helpers, and correlation utilities.

Install for local development

From the repository root:

  1. Create and activate a virtual environment
    python -m venv .venv && .\\.venv\\Scripts\\activate

  2. Install the package in editable mode (plus dependencies as needed)
    pip install -e backend/meteorology_calculator

Structure

  • src/meteorology_calculator/: Library code grouped by domain (heatwaves, coldwaves, anomaly detectors, plotting, and related utilities).
  • setup.py: Editable install entry point.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages