figanos


Namefiganos JSON
Version 0.3.0 PyPI version JSON
download
home_page
SummaryOutils pour produire des graphiques informatifs sur les impacts des changements climatiques.
upload_time2024-02-17 23:32:31
maintainer
docs_urlNone
author
requires_python>=3.8.0
license
keywords figanos
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======
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


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "figanos",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.0",
    "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>",
    "keywords": "figanos",
    "author": "",
    "author_email": "Sarah-Claude Bourdeau-Goulet <bourdeau-goulet.sarah-claude@ouranos.ca>, Juliette Lavoie <lavoie.juliette@ouranos.ca>, Alexis Beaupr\u00e9-Laperri\u00e8re <Beaupre-Laperriere.Alexis@ouranos.ca>",
    "download_url": "https://files.pythonhosted.org/packages/85/a4/6175975cc60a6cfd048ed20fbae22f9606deb8be9e0384575c828bb16f1c/figanos-0.3.0.tar.gz",
    "platform": null,
    "description": "=======\nfiganos\n=======\n\n+----------------------------+-----------------------------------------------------+\n| Versions                   | |pypi| |versions|                                   |\n+----------------------------+-----------------------------------------------------+\n| Documentation and Support  | |docs|                                              |\n+----------------------------+-----------------------------------------------------+\n| Open Source                | |license| |ossf|                                    |\n+----------------------------+-----------------------------------------------------+\n| Coding Standards           | |black| |ruff| |pre-commit|                         |\n+----------------------------+-----------------------------------------------------+\n| Development Status         | |status| |build| |coveralls|                        |\n+----------------------------+-----------------------------------------------------+\n\nFiganos: Tool to create FIGures in the OurANOS style\n\nPour nous partager vos codes \u00e0 ajouter dans figanos, s.v.p cr\u00e9er un issue sur le repo github avec une description de la fonction et le code de celle-ci.\n\n* Free software: Apache Software License 2.0\n* Documentation: https://figanos.readthedocs.io.\n\nFeatures\n--------\n\n* timeseries(): Creates time series as line plots.\n* gridmap(): Plots gridded georeferenced data on a map.\n* scattermap(): Make a scatter plot of georeferenced data on a map.\n* gdfmap(): Plots geometries (through a GeoDataFrame) on a map.\n* stripes(): Create climate stripe diagrams.\n* violin(): Create seaborn violin plots with extra options.\n* heatmap(): Create seaborn heatmaps with extra options.\n* taylordiagram(): Create Taylor diagram.\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `Ouranosinc/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/cookiecutter/cookiecutter\n.. _`Ouranosinc/cookiecutter-pypackage`: https://github.com/Ouranosinc/cookiecutter-pypackage\n\n.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n        :target: https://github.com/psf/black\n        :alt: Python Black\n\n.. |build| image:: https://github.com/Ouranosinc/figanos/actions/workflows/main.yml/badge.svg\n        :target: https://github.com/Ouranosinc/figanos/actions\n        :alt: Build Status\n\n.. |coveralls| image:: https://coveralls.io/repos/github/Ouranosinc/figanos/badge.svg\n        :target: https://coveralls.io/github/Ouranosinc/figanos\n        :alt: Coveralls\n\n.. |docs| image:: https://readthedocs.org/projects/figanos/badge/?version=latest\n        :target: https://figanos.readthedocs.io/en/latest/\n        :alt: Documentation Status\n\n.. |license| image:: https://img.shields.io/pypi/l/figanos\n        :target: https://github.com/Ouranosinc/figanos/blob/main/LICENSE\n        :alt: License\n\n.. |ossf| image:: https://api.securityscorecards.dev/projects/github.com/Ouranosinc/figanos/badge\n        :target: https://securityscorecards.dev/viewer/?uri=github.com/Ouranosinc/figanos\n        :alt: OpenSSF Scorecard\n\n.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/Ouranosinc/figanos/main.svg\n        :target: https://results.pre-commit.ci/latest/github/Ouranosinc/figanos/main\n        :alt: pre-commit.ci status\n\n.. |pypi| image:: https://img.shields.io/pypi/v/figanos.svg\n        :target: https://pypi.python.org/pypi/figanos\n        :alt: PyPI\n\n.. |ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\n        :target: https://github.com/astral-sh/ruff\n        :alt: Ruff\n\n.. |status| image:: https://www.repostatus.org/badges/latest/active.svg\n        :target: https://www.repostatus.org/#active\n        :alt: Project Status: Active \u2013 The project has reached a stable, usable state and is being actively developed.\n\n.. |versions| image:: https://img.shields.io/pypi/pyversions/figanos.svg\n        :target: https://pypi.python.org/pypi/figanos\n        :alt: Supported Python Versions\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Outils pour produire des graphiques informatifs sur les impacts des changements climatiques.",
    "version": "0.3.0",
    "project_urls": {
        "About Ouranos": "https://www.ouranos.ca/en/",
        "Changelog": "https://figanos.readthedocs.io/en/stable/changes.html",
        "Homepage": "https://figanos.readthedocs.io/",
        "Issue tracker": "https://github.com/Ouranosinc/figanos/issues",
        "Source": "https://github.com/Ouranosinc/figanos"
    },
    "split_keywords": [
        "figanos"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36be7d02abfe20d30e1e7796d845bf5a9c698f2d93f44e048e3307971f011b0b",
                "md5": "8042e5cf5f910b15c50080914983fd46",
                "sha256": "5dc825777b69e4f90d28dc8aeec92f50a3d7b3f28b5421552ac4fc45f055ceb7"
            },
            "downloads": -1,
            "filename": "figanos-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8042e5cf5f910b15c50080914983fd46",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0",
            "size": 78097,
            "upload_time": "2024-02-17T23:32:28",
            "upload_time_iso_8601": "2024-02-17T23:32:28.888401Z",
            "url": "https://files.pythonhosted.org/packages/36/be/7d02abfe20d30e1e7796d845bf5a9c698f2d93f44e048e3307971f011b0b/figanos-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85a46175975cc60a6cfd048ed20fbae22f9606deb8be9e0384575c828bb16f1c",
                "md5": "83338c3e6b30eb2bb212fdbd21a60ed2",
                "sha256": "257d4d6174b0e0fe199f170e2986a8f90fc143f86a7d7221c47e3b50354e453d"
            },
            "downloads": -1,
            "filename": "figanos-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "83338c3e6b30eb2bb212fdbd21a60ed2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0",
            "size": 244649,
            "upload_time": "2024-02-17T23:32:31",
            "upload_time_iso_8601": "2024-02-17T23:32:31.161385Z",
            "url": "https://files.pythonhosted.org/packages/85/a4/6175975cc60a6cfd048ed20fbae22f9606deb8be9e0384575c828bb16f1c/figanos-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-17 23:32:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Ouranosinc",
    "github_project": "figanos",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "figanos"
}
        
Elapsed time: 0.58056s