Metadata-Version: 2.4
Name: clmt_res
Version: 0.1.10
Summary: Python package for climate resilience analysis and data processing using european climate model data of Copernicus Climate Change Service
Home-page: https://github.com/TRACE-Structures/clmt_res/
Author: Giulia Pierotti, Costanza Guarducci, Bence Popovics
Author-email: giulia.pierotti@phd.unipi.it, costanza.guarducci@unifi.it, popbence@hun-ren.sztaki.hu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: earthkit
Requires-Dist: reverse_geocoder
Requires-Dist: folium
Requires-Dist: xarray
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# clmt_res

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.21039758.svg)](https://doi.org/10.5281/zenodo.21039758)

A Python package for climate resilience analysis based on European CORDEX/Copernicus climate model data.

- Website: [https://buildchain.ilab.sztaki.hu/](https://buildchain.ilab.sztaki.hu/)
- Source code: [https://github.com/TRACE-Structures/clmt_res](https://github.com/TRACE-Structures/clmt_res)
- Bug reports: [https://github.com/TRACE-Structures/clmt_res/issues](https://github.com/TRACE-Structures/clmt_res/issues)

## Overview

The `clmt_res` Python package supports

- downloading model outputs from CDS using `earthkit`
- computing yearly extremes and sliding-window statistics
- estimating characteristic values
- computing factors of change for climate variables
- extracting location-specific results and exporting CSV outputs

## Installation

```bash
pip install clmt-res
```

## Features

- End-to-end workflow from model download to processed indicators
- Support for temperature, precipitation, and wind variables
- Geographic helpers (reverse geocoding and map visualization)
- Utilities for temporal aggregation and return-level estimation

## Notes

- Supported domain is Europe only.
- `coordinate_check` raises a `ValueError` for coordinates outside the supported region.

## Authors and acknowledgment

The code is developed by Giulia Pierotti, Costanza Guarducci and Bence Popovics in the TRACE-Structures group.

This work has been funded by the European Commission Horizon Europe Innovation Action project 101092052 [BUILDCHAIN](https://buildchain-project.eu/)

## License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0-only). See the [LICENSE](https://github.com/TRACE-Structures/clmt_res/tree/main?tab=GPL-3.0-1-ov-file) file for details.

## Support

For issues, questions, or contributions, please refer to the project repository or contact the authors.
