Skip to content

v1.0.0 — MeteoFrance API Client

Choose a tag to compare

@Samy-K Samy-K released this 15 Apr 09:16
· 6 commits to main since this release

MeteoFrance API Client — v1.0.0

First public release of the MeteoFrance API Client, a tool for downloading
and analysing hourly surface meteorological data.

Features

  • Two data sources: Météo-France DPClim (~4 000 French stations) and NOAA ISD-Lite (~26 000 worldwide stations)
  • Interactive station map (Leaflet.js) with search by name, coordinates, department, or ID
  • Automated reports: quality-control PDF and climatological factsheet PDF per station
  • CSV export with per-variable quality flags

Windows Standalone Executable

No Python installation required.

  1. Download MeteoFrance_Client_v1.0.0.zip and extract it
  2. Edit API_config.txt and paste your Météo-France API token (see README for instructions)
  3. Run MeteoFrance_Client.exe

NOAA ISD-Lite data requires no credentials.

Requirements (source / developer install)

  • Python ≥ 3.10
  • See requirements.txt