Lithuania Fetcher
Fetcher for Lithuanian river gauge data from Meteo.lt.
- class rivretrieve.lithuania.LithuaniaFetcher[source]
Bases:
RiverDataFetcherFetches river gauge data from Lithuania’s meteorological service (Meteo.lt).
Data Source: Meteo.lt API https://api.meteo.lt/v1/
- Supported Variables:
‘discharge_daily_mean’ (m³/s)
‘stage_daily_mean’ (m)
- Terms of Use:
For the license of the data and the terms of use, see https://api.meteo.lt/
- get_data(gauge_id: str, variable: str, start_date: str | None = None, end_date: str | None = None) DataFrame[source]
Fetches and parses time series data for a specific gauge and variable.
- request_times: deque[float] = deque([], maxlen=180)