Metadata-Version: 2.4
Name: figanos
Version: 0.5.0
Summary: Outils pour produire des graphiques informatifs sur les impacts des changements climatiques.
Keywords: figanos
Author-email: Sarah-Claude Bourdeau-Goulet <bourdeau-goulet.sarah-claude@ouranos.ca>, Juliette Lavoie <lavoie.juliette@ouranos.ca>, Alexis Beaupré-Laperrière <Beaupre-Laperriere.Alexis@ouranos.ca>
Maintainer-email: Sarah-Claude Bourdeau-Goulet <bourdeau-goulet.sarah-claude@ouranos.ca>, Juliette Lavoie <lavoie.juliette@ouranos.ca>, Trevor James Smith <smith.trevorj@ouranos.ca>
Requires-Python: >=3.10.0
Description-Content-Type: text/x-rst
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
License-File: LICENSE
Requires-Dist: cartopy >=0.23.0
Requires-Dist: cairosvg >=2.6.0
Requires-Dist: geopandas >=1.0
Requires-Dist: matplotlib >=3.6.0
Requires-Dist: numpy >=1.25.0
Requires-Dist: pandas >=2.2.0
Requires-Dist: pint >=0.18
Requires-Dist: platformdirs >=4.0
Requires-Dist: pyyaml >=6.0.1
Requires-Dist: seaborn >=0.13.0
Requires-Dist: scikit-image >=0.21.0
Requires-Dist: xarray >=2023.11.0
Requires-Dist: xclim >=0.52.2
Requires-Dist: figanos[dev] ; extra == "all"
Requires-Dist: figanos[docs] ; extra == "all"
Requires-Dist: black ==25.1.0 ; extra == "dev"
Requires-Dist: blackdoc ==0.3.9 ; extra == "dev"
Requires-Dist: bump-my-version >=1.0.0 ; extra == "dev"
Requires-Dist: coverage >=7.5.0 ; extra == "dev"
Requires-Dist: flake8 >=7.1.1 ; extra == "dev"
Requires-Dist: flake8-rst-docstrings >=0.3.0 ; extra == "dev"
Requires-Dist: flit >=3.10.1,<4.0 ; extra == "dev"
Requires-Dist: isort ==6.0.1 ; extra == "dev"
Requires-Dist: mypy >=1.14.1 ; extra == "dev"
Requires-Dist: numpydoc >=1.8.0 ; extra == "dev"
Requires-Dist: pip >=25.1 ; extra == "dev"
Requires-Dist: pre-commit >=3.5.0 ; extra == "dev"
Requires-Dist: pytest >=8.3.2 ; extra == "dev"
Requires-Dist: pytest-cov >=5.0.0 ; extra == "dev"
Requires-Dist: ruff >=0.9.0 ; extra == "dev"
Requires-Dist: tox >=4.24.1 ; extra == "dev"
Requires-Dist: watchdog >=4.0.0 ; extra == "dev"
Requires-Dist: dask ; extra == "docs"
Requires-Dist: geoviews ; extra == "docs"
Requires-Dist: h5py ; extra == "docs"
Requires-Dist: holoviews ; extra == "docs"
Requires-Dist: netcdf4 ; extra == "docs"
Requires-Dist: pooch >=1.8.0 ; extra == "docs"
Requires-Dist: zarr >=2.13.0 ; extra == "docs"
Requires-Dist: ipykernel ; extra == "docs"
Requires-Dist: ipython >=8.5.0,!=9.0.0 ; extra == "docs"
Requires-Dist: jupyter_client ; extra == "docs"
Requires-Dist: nbsphinx >=0.9.5 ; extra == "docs"
Requires-Dist: notebook ; extra == "docs"
Requires-Dist: sphinx >=7.0.0,<8.2.0 ; extra == "docs"
Requires-Dist: sphinx-book-theme >=1.0 ; extra == "docs"
Requires-Dist: sphinx-codeautolink ; extra == "docs"
Requires-Dist: sphinx-copybutton ; extra == "docs"
Requires-Dist: sphinx-intl ; extra == "docs"
Project-URL: About Ouranos, https://ouranos.ca/en/
Project-URL: Changelog, https://figanos.readthedocs.io/en/stable/changelog.html
Project-URL: Homepage, https://figanos.readthedocs.io/
Project-URL: Issue tracker, https://github.com/Ouranosinc/figanos/issues
Project-URL: Source, https://github.com/Ouranosinc/figanos
Provides-Extra: all
Provides-Extra: dev
Provides-Extra: docs

=======
figanos
=======

+----------------------------+-----------------------------------------------------+
| Versions                   | |pypi| |versions|                                   |
+----------------------------+-----------------------------------------------------+
| Documentation and Support  | |docs|                                              |
+----------------------------+-----------------------------------------------------+
| Open Source                | |license| |ossf-score|                              |
+----------------------------+-----------------------------------------------------+
| Coding Standards           | |black| |isort| |ruff| |ossf-bp| |pre-commit|       |
+----------------------------+-----------------------------------------------------+
| Development Status         | |status| |build| |coveralls|                        |
+----------------------------+-----------------------------------------------------+

Figanos: Tool to create FIGures in the OurANOS style

Pour nous partager vos codes à ajouter dans figanos, s.v.p créer un issue sur le repo github avec une description de la fonction et le code de celle-ci.

* Free software: Apache Software License 2.0
* Documentation: https://figanos.readthedocs.io.

Features
--------

* timeseries(): Creates time series as line plots.
* gridmap(): Plots gridded georeferenced data on a map.
* scattermap(): Make a scatter plot of georeferenced data on a map.
* gdfmap(): Plots geometries (through a GeoDataFrame) on a map.
* stripes(): Create climate stripe diagrams.
* violin(): Create seaborn violin plots with extra options.
* heatmap(): Create seaborn heatmaps with extra options.
* taylordiagram(): Create Taylor diagram.

Credits
-------

This package was created with Cookiecutter_ and the `Ouranosinc/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/cookiecutter/cookiecutter
.. _`Ouranosinc/cookiecutter-pypackage`: https://github.com/Ouranosinc/cookiecutter-pypackage

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
        :target: https://github.com/psf/black
        :alt: Python Black

.. |build| image:: https://github.com/Ouranosinc/figanos/actions/workflows/main.yml/badge.svg
        :target: https://github.com/Ouranosinc/figanos/actions
        :alt: Build Status

.. |coveralls| image:: https://coveralls.io/repos/github/Ouranosinc/figanos/badge.svg
        :target: https://coveralls.io/github/Ouranosinc/figanos
        :alt: Coveralls

.. |docs| image:: https://readthedocs.org/projects/figanos/badge/?version=latest
        :target: https://figanos.readthedocs.io/en/latest/
        :alt: Documentation Status

.. |isort| image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
        :target: https://pycqa.github.io/isort/
        :alt: Isort

.. |license| image:: https://img.shields.io/pypi/l/figanos
        :target: https://github.com/Ouranosinc/figanos/blob/main/LICENSE
        :alt: License

.. |ossf-bp| image:: https://bestpractices.coreinfrastructure.org/projects/9945/badge
        :target: https://bestpractices.coreinfrastructure.org/projects/9945
        :alt: Open Source Security Foundation Best Practices

.. |ossf-score| image:: https://api.securityscorecards.dev/projects/github.com/Ouranosinc/figanos/badge
        :target: https://securityscorecards.dev/viewer/?uri=github.com/Ouranosinc/figanos
        :alt: OpenSSF Scorecard

.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/Ouranosinc/figanos/main.svg
        :target: https://results.pre-commit.ci/latest/github/Ouranosinc/figanos/main
        :alt: pre-commit.ci status

.. |pypi| image:: https://img.shields.io/pypi/v/figanos.svg
        :target: https://pypi.python.org/pypi/figanos
        :alt: PyPI

.. |ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
        :target: https://github.com/astral-sh/ruff
        :alt: Ruff

.. |status| image:: https://www.repostatus.org/badges/latest/active.svg
        :target: https://www.repostatus.org/#active
        :alt: Project Status: Active – The project has reached a stable, usable state and is being actively developed.

.. |versions| image:: https://img.shields.io/pypi/pyversions/figanos.svg
        :target: https://pypi.python.org/pypi/figanos
        :alt: Supported Python Versions

