hydromodpy.data.common.clients.sim2_meteofrance#

Canonical SIM2 (Meteo-France SAFRAN-ISBA surface reanalysis) EDR client.

The SIM2 reanalysis is produced by Meteo-France. It is exposed as a CF-compliant EDR endpoint:

This hosting has no rate limit, no API key requirement, and exposes NetCDF4 directly. It is the canonical source for HydroModPy.

Sim2EDRClient performs raw HTTP queries; Sim2MeteoFranceClient adds the user-friendly variable naming used by the rest of the codebase.

Functions

fetch_sim2_cube(*, bbox, date_range, variables)

Fetch a SIM2 (Meteo-France) data cube.

sim2_to_user_names(names)

Inverse of user_names_to_sim2().

user_names_to_sim2(names)

Convert user-friendly variable names to SIM2 API variable names.

Classes

Sim2MeteoFranceClient(*, bbox[, crs, ...])

Canonical SIM2 (Meteo-France) client accepting user-friendly variable names.