{"id":34062996,"url":"https://github.com/cyriljl/meteofetch","last_synced_at":"2026-04-04T13:02:35.899Z","repository":{"id":274200413,"uuid":"922134636","full_name":"CyrilJl/MeteoFetch","owner":"CyrilJl","description":"Récupérez facilement les dernières prévisions Arome et Arpege de MétéoFrance et IFS de l'ECMWF","archived":false,"fork":false,"pushed_at":"2026-02-28T17:37:01.000Z","size":2356,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-15T22:47:14.825Z","etag":null,"topics":["arome","arpege","ecmwf","forecast","france","open-data","weather-forecast","xarray"],"latest_commit_sha":null,"homepage":"https://meteofetch.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CyrilJl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-25T12:11:11.000Z","updated_at":"2026-03-12T15:05:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"c7706a6e-02ea-42c1-85f3-0b3e96288078","html_url":"https://github.com/CyrilJl/MeteoFetch","commit_stats":null,"previous_names":["cyriljl/meteofetch"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/CyrilJl/MeteoFetch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyrilJl%2FMeteoFetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyrilJl%2FMeteoFetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyrilJl%2FMeteoFetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyrilJl%2FMeteoFetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CyrilJl","download_url":"https://codeload.github.com/CyrilJl/MeteoFetch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyrilJl%2FMeteoFetch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31400460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["arome","arpege","ecmwf","forecast","france","open-data","weather-forecast","xarray"],"created_at":"2025-12-14T05:03:01.610Z","updated_at":"2026-04-04T13:02:35.894Z","avatar_url":"https://github.com/CyrilJl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n[![PyPI - Version](https://img.shields.io/pypi/v/meteofetch)](https://pypi.org/project/meteofetch/)\n[![conda-forge](https://anaconda.org/conda-forge/meteofetch/badges/version.svg)](https://anaconda.org/conda-forge/meteofetch)\n[![Documentation Status](https://img.shields.io/readthedocs/meteofetch?logo=read-the-docs)](https://meteofetch.readthedocs.io)\n[![Unit tests](https://github.com/CyrilJl/meteofetch/actions/workflows/pytest.yml/badge.svg)](https://github.com/CyrilJl/meteofetch/actions/workflows/pytest.yml)\n\n  \u003ca href=\"https://github.com/CyrilJl/meteofetch\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/CyrilJl/MeteoFetch/main/_static/logo.svg\" alt=\"Logo\" width=\"250\"/\u003e\n  \u003c/a\u003e\n\n\u003c/div\u003e\n\nMeteoFetch est un client Python pour récupérer, sans clé API, des prévisions Météo-France (Arome, Arpege, MFWAM) et ECMWF (IFS open data).\n\nForces\n- Sans clé API, accès direct aux jeux de données ouverts.\n- Choix du modèle, du paquet et des variables pour limiter la mémoire.\n- Retour en `xarray` (DataArray) prêt pour analyse/plot.\n\nInstallation\n```console\npip install meteofetch\n```\n```console\nconda install -c conda-forge meteofetch\n```\n```console\nmamba install meteofetch\n```\n\nUn modèle représente une source et une résolution (ex: Arome0025, Arpege01, Ifs). Un paquet regroupe des variables prédéfinies téléchargeables en une fois (ex: SP1, SP2, SP3). Vous pouvez aussi demander des variables précises pour un paquet.\n\nVidéo de carte avec mapflow\n```python\nfrom mapflow import animate\nfrom meteofetch import Arome0025\n\ndatasets = Arome0025.get_latest_forecast(paquet=\"SP1\")\nanimate(da=datasets[\"t2m\"], path=\"run_t2m.mp4\")\n```\n\nhttps://github.com/user-attachments/assets/05dec9f8-de94-4f22-bb25-2e55da4fb768\n\nDocumentation: https://meteofetch.readthedocs.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyriljl%2Fmeteofetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyriljl%2Fmeteofetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyriljl%2Fmeteofetch/lists"}