{"id":13948926,"url":"https://github.com/Ouranosinc/miranda","last_synced_at":"2025-07-20T11:30:25.777Z","repository":{"id":37073466,"uuid":"203830590","full_name":"Ouranosinc/miranda","owner":"Ouranosinc","description":"A modern Python utility library for climate data collection and management","archived":false,"fork":false,"pushed_at":"2025-07-10T13:34:34.000Z","size":53384,"stargazers_count":19,"open_issues_count":19,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-07-11T05:20:41.739Z","etag":null,"topics":["archiving","climate","collection","management","netcdf"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ouranosinc.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":".zenodo.json"}},"created_at":"2019-08-22T16:12:39.000Z","updated_at":"2025-07-07T21:12:00.000Z","dependencies_parsed_at":"2023-09-21T19:45:46.620Z","dependency_job_id":"cedb8a76-a421-47cf-82b2-bb435688cf96","html_url":"https://github.com/Ouranosinc/miranda","commit_stats":{"total_commits":1165,"total_committers":9,"mean_commits":"129.44444444444446","dds":"0.23519313304721035","last_synced_commit":"8fb2ee7755bfff460c0d6bd02463ea08d27f9d44"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Ouranosinc/miranda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ouranosinc%2Fmiranda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ouranosinc%2Fmiranda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ouranosinc%2Fmiranda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ouranosinc%2Fmiranda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ouranosinc","download_url":"https://codeload.github.com/Ouranosinc/miranda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ouranosinc%2Fmiranda/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264923379,"owners_count":23683737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archiving","climate","collection","management","netcdf"],"created_at":"2024-08-08T05:01:34.549Z","updated_at":"2025-07-20T11:30:25.752Z","avatar_url":"https://github.com/Ouranosinc.png","language":"Python","funding_links":[],"categories":["Climate Change"],"sub_categories":["Climate Data Processing and Analysis"],"readme":"==============\nMiranda |logo|\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\nPython utilities for climate data collection, conversion, and management.\n\n* Free software: Apache Software License 2.0\n* Documentation: https://miranda.readthedocs.io.\n\nFeatures\n--------\n\nData collection functions for climate and forecast data hosted at:\n    * ECMWF (ERA5, ERA5-Land, TIGGE)\n    * ECCC (Canada) (Monthly Climate Summaries, ECCC GEOAPI - In development)\n    * NCAR (CORDEX-NA on AWS)\n\nData conversion for `Climate and Forecasting (CF) \u003chttps://cfconventions.org/\u003e`_ Variable and Metadata compliance:\n    * ECMWF (ERA5, ERA5-Land, TIGGE - In Development)\n    * ECCC (Canada) (Flat File Observations, Monthly Climate Summaries, Adjusted and Homogenized Climate Data, ECCC GEOAPI - In Development)\n    * MELCC (Québec)\n    * Hydro-Québec (In Development)\n\nDatabase structuring and facets validation:\n    * Simulations:\n       * WCRP (CMIP5, CMIP6, CMIP5-CORDEX, CORDEX-ADJUST, ISIMIP, etc.)\n    * Station-Observations:\n       * MELCC (Québec) (Needs `mdbtools \u003chttps://github.com/mdbtools/mdbtools\u003e`_ installed)\n       * ECCC (Canada) (In Development)\n       * Hydro-Québec (In Development)\n    * Gridded-Observations:\n       * NRCAN (Canada) (Future)\n       * MELCC (Future)\n    * Reanalyses:\n       * ECMWF (ERA5, ERA5-Land, TIGGE)\n       * NASA (DayMET, AgMerra/AgCFSR, MERRA2) - In Development\n       * NCEP (CFSR/CFSv2) - In Development\n       * WFDEI-GEM-CaPa (University of Saskatchewan) - In Development\n\nInstallation\n------------\n`miranda` can be installed from PyPI::\n\n    $ pip install miranda\n\nSome functionalities require complex-to-install dependencies.\nIn order to gain access to them, we strongly suggest using `Anaconda \u003chttps://www.anaconda.com/products/distribution\u003e`_ to manage your environment::\n\n    $ conda env create -f environment.yml\n    $ conda activate miranda\n    $ pip install miranda[full]\n\nFor more information about Anaconda/Miniconda/conda-forge:\n * Miniconda: https://docs.conda.io/en/latest/miniconda.html\n * conda-forge: https://conda-forge.org/#about\n\n`miranda` also relies on `PyESSV \u003chttps://github.com/ES-DOC/pyessv\u003e`_ for its climate data controlled vocabulary.\nThis library is optional for users who do not require validation checks,\nbut enabling this feature requires additional installation steps::\n\n    $ mkdir -p ~/.esdoc\n    $ git clone git@github.com:ES-DOC/pyessv-archive.git ~/.esdoc/pyessv-archive\n\nContributing\n------------\nSee the contributing documentation: https://miranda.readthedocs.io/en/latest/contributing.html\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\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/miranda/actions/workflows/main.yml/badge.svg\n        :target: https://github.com/Ouranosinc/miranda/actions\n        :alt: Build Status\n\n.. |coveralls| image:: https://coveralls.io/repos/github/Ouranosinc/miranda/badge.svg\n        :target: https://coveralls.io/github/Ouranosinc/miranda\n        :alt: Coveralls\n\n.. |docs| image:: https://readthedocs.org/projects/miranda/badge/?version=latest\n        :target: https://miranda.readthedocs.io/en/latest/?version=latest\n        :alt: Documentation Status\n\n.. |license| image:: https://img.shields.io/github/license/Ouranosinc/miranda.svg\n        :target: https://github.com/Ouranosinc/miranda/blob/main/LICENSE\n        :alt: License\n\n.. |ossf| image:: https://api.securityscorecards.dev/projects/github.com/Ouranosinc/miranda/badge\n        :target: https://securityscorecards.dev/viewer/?uri=github.com/Ouranosinc/miranda\n        :alt: OpenSSF Scorecard\n\n.. |logo| image:: https://raw.githubusercontent.com/Ouranosinc/miranda/main/docs/_static/images/miranda-logo-small.png\n        :target: https://github.com/Ouranosinc/miranda\n        :alt: Miranda\n\n.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/Ouranosinc/miranda/main.svg\n        :target: https://results.pre-commit.ci/latest/github/Ouranosinc/miranda/main\n        :alt: pre-commit.ci status\n\n.. |pypi| image:: https://img.shields.io/pypi/v/miranda.svg\n        :target: https://pypi.python.org/pypi/miranda\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 – The project has reached a stable, usable state and is being actively developed.\n\n.. |versions| image:: https://img.shields.io/pypi/pyversions/miranda.svg\n        :target: https://pypi.python.org/pypi/miranda\n        :alt: Supported Python Versions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOuranosinc%2Fmiranda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOuranosinc%2Fmiranda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOuranosinc%2Fmiranda/lists"}