{"id":13948785,"url":"https://github.com/metoppv/improver","last_synced_at":"2026-01-17T06:16:00.507Z","repository":{"id":37271162,"uuid":"85334761","full_name":"metoppv/improver","owner":"metoppv","description":"IMPROVER is a library of algorithms for meteorological post-processing.","archived":false,"fork":false,"pushed_at":"2025-06-27T11:02:53.000Z","size":16800,"stargazers_count":113,"open_issues_count":59,"forks_count":94,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-06-29T20:39:49.338Z","etag":null,"topics":["meteorology","python","weather"],"latest_commit_sha":null,"homepage":"http://improver.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/metoppv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-03-17T16:51:29.000Z","updated_at":"2025-06-25T06:14:19.000Z","dependencies_parsed_at":"2023-02-18T05:46:10.735Z","dependency_job_id":"6240e467-8e3c-4bff-b727-a7a48226e920","html_url":"https://github.com/metoppv/improver","commit_stats":{"total_commits":2378,"total_committers":46,"mean_commits":51.69565217391305,"dds":0.8141295206055509,"last_synced_commit":"e932895bb051f0f4123b3c0d9b4fdecfa86e3daf"},"previous_names":[],"tags_count":70,"template":false,"template_full_name":null,"purl":"pkg:github/metoppv/improver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metoppv%2Fimprover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metoppv%2Fimprover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metoppv%2Fimprover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metoppv%2Fimprover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metoppv","download_url":"https://codeload.github.com/metoppv/improver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metoppv%2Fimprover/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262850261,"owners_count":23374353,"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":["meteorology","python","weather"],"created_at":"2024-08-08T05:01:30.846Z","updated_at":"2025-10-21T19:12:03.800Z","avatar_url":"https://github.com/metoppv.png","language":"Python","readme":"# IMPROVER\n\n[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n[![Tests](https://github.com/metoppv/improver/actions/workflows/scheduled.yml/badge.svg)](https://github.com/metoppv/improver/actions/workflows/scheduled.yml)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f7dcb46e8e1b4110b3d194dba03fe526)](https://www.codacy.com/app/metoppv_tech/improver?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=metoppv/improver\u0026amp;utm_campaign=Badge_Grade)\n[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/f7dcb46e8e1b4110b3d194dba03fe526)](https://www.codacy.com/app/metoppv_tech/improver?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=metoppv/improver\u0026utm_campaign=Badge_Coverage)\n[![codecov](https://codecov.io/gh/metoppv/improver/branch/master/graph/badge.svg)](https://codecov.io/gh/metoppv/improver)\n[![Documentation Status](https://readthedocs.org/projects/improver/badge/?version=latest)](http://improver.readthedocs.io/en/latest/?badge=latest)\n[![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/release/python-3120/)\n[![DOI](https://zenodo.org/badge/85334761.svg)](https://zenodo.org/badge/latestdoi/85334761)\n\nIMPROVER is a library of algorithms for meteorological post-processing and verification.\n\n## Installing improver\n\n### Conda installation\n\nHere we demonstrate the installation of improver via conda with aid of the [mamba](https://mamba.readthedocs.io/en/latest/index.html) package manager to speedup the process.\n\ninstall a mamba environment\n```\nconda create -c conda-forge --override-channels mamba -n mamba\n```\n\nactivate this mamba environment\n```\nconda activate mamba\n```\n\ninstall the improver environment using mamba\n```\nmamba create -c conda-forge python=3 improver -n improver\n```\n\ndeactivate your mamba environment\n```\nconda deactivate\n```\n\nactivate your new improver environment\n```\nconda activate improver\n```\n\n## Pre-commit Hook\nOPTIONAL: A pre-commit hook can be added to facilitate the development of this code base.\nEnsure that you have python available on the path, then install the pre-commit hook by running `pre-commit install` from within your working copy.\npre-commit checks will run against modified files when you commit from then on.\n\nThese pre-commit hooks will run as part of continuous integration to maintain code quality standards in the project.","funding_links":[],"categories":["Atmosphere"],"sub_categories":["Meteorological Observation and Forecast"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetoppv%2Fimprover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetoppv%2Fimprover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetoppv%2Fimprover/lists"}