| Versions | |
| Documentation and Support | |
| Open Source | |
| Coding Standards | |
| Development Status |
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.
- 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.
figanos requires GDAL, which can be a bit tricky depending on your operating system. We recommend using conda to manage your Python environment and dependencies, as it simplifies the installation process for these packages.
$ conda install -c conda-forge figanosor if you prefer using pip with a system-provided gdal, you can install figanos from PyPI:
$ python -m pip install figanosThis package was created with Cookiecutter and the Ouranosinc/cookiecutter-pypackage project template.