Metadata-Version: 2.1
Name: figanos
Version: 0.3.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.8.0
Description-Content-Type: text/x-rst
Classifier: Development Status :: 2 - Pre-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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: cartopy
Requires-Dist: cairosvg
Requires-Dist: geopandas
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: platformdirs
Requires-Dist: pyyaml
Requires-Dist: seaborn
Requires-Dist: scikit-image
Requires-Dist: xarray
Requires-Dist: xclim>=0.38
Requires-Dist: pip>=23.3 ; extra == "dev"
Requires-Dist: bump-my-version>=0.17.1 ; extra == "dev"
Requires-Dist: watchdog>=3.0.0 ; extra == "dev"
Requires-Dist: flake8>=6.1.0 ; extra == "dev"
Requires-Dist: flake8-alphabetize>=0.0.21 ; extra == "dev"
Requires-Dist: flake8-rst-docstrings>=0.3.0 ; extra == "dev"
Requires-Dist: flit>=3.9.0 ; extra == "dev"
Requires-Dist: tox>=4.5.1 ; extra == "dev"
Requires-Dist: coverage>=6.2.2,<8.0.0 ; extra == "dev"
Requires-Dist: coveralls>=3.3.1 ; extra == "dev"
Requires-Dist: pytest>=7.3.1 ; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0 ; extra == "dev"
Requires-Dist: black==24.2.0 ; extra == "dev"
Requires-Dist: blackdoc==0.3.9 ; extra == "dev"
Requires-Dist: isort==5.13.2 ; extra == "dev"
Requires-Dist: pre-commit>=3.3.2 ; extra == "dev"
Requires-Dist: dask ; extra == "docs"
Requires-Dist: h5py ; extra == "docs"
Requires-Dist: netcdf4 ; extra == "docs"
Requires-Dist: zarr ; extra == "docs"
Requires-Dist: geoviews ; extra == "docs"
Requires-Dist: holoviews ; extra == "docs"
Requires-Dist: ipykernel ; extra == "docs"
Requires-Dist: ipython ; extra == "docs"
Requires-Dist: jupyter_client ; extra == "docs"
Requires-Dist: nbsphinx ; 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"
Requires-Dist: sphinx>=6.2.0 ; extra == "docs"
Requires-Dist: sphinxcontrib-napoleon ; extra == "docs"
Project-URL: About Ouranos, https://www.ouranos.ca/en/
Project-URL: Changelog, https://figanos.readthedocs.io/en/stable/changes.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: dev
Provides-Extra: docs

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

+----------------------------+-----------------------------------------------------+
| Versions                   | |pypi| |versions|                                   |
+----------------------------+-----------------------------------------------------+
| Documentation and Support  | |docs|                                              |
+----------------------------+-----------------------------------------------------+
| Open Source                | |license| |ossf|                                    |
+----------------------------+-----------------------------------------------------+
| Coding Standards           | |black| |ruff| |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

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

.. |ossf| 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

