Duaer

入门

在 Duaer 里查河流流量

在 Duaer 里:某点附近河流的逐日流量(m³/s),可预报最长约三个月并回看近期,数据来自 Open-Meteo 转发的 GloFAS 洪水模型。一次成功查询用 1 额度。

能拿到什么

Duaer 数据市场里的「河流流量」:某点附近河流的逐日流量(m³/s),可预报最长约三个月并回看近期,数据来自 Open-Meteo 转发的 GloFAS 洪水模型。查到结果时用 1 额度,结果交给数字组织的下一个节点。

从节点创建器选 Duaer 数据 → 河流流量,或打开 数据市场。相关:历史天气、自然灾害事件。

适合做什么

  • 监测沿河工厂、仓库、农田或运输线路的洪涝与干旱风险。
  • 对比本周与近期,判断河流是否在上涨。

在画布里检索

  1. 打开节点创建器,选 Duaer 数据 → River flow。
  2. 填 Place(或河上的 Latitude + Longitude);Days 可选 1–92,默认 14;Past Days 可选 0–92。
  3. Limit 默认 10,最大 20。执行。

查到结果才扣 1 额度;没有结果、输入有误或上游失败都不扣。

用 API 调用

  • GET https://api.duaer.com/v1/data/river-flow?place=Wuhan&days=14
  • Authorization: Bearer <Duaer key>

下方是与数据市场「复制技能」相同的英文技能,含参数、示例与返回字段。

调用技能(英文)

与数据市场「复制技能」一致。

---
name: duaer-river-flow
description: >-
  Duaer River flow. Daily river discharge in m³/s near a point, forecast up to three months plus recent past, from the GloFAS flood model via Open-Meteo.
  One successful search uses 1 Duaer credit.
---

# Duaer River flow

Duaer River flow returns daily discharge of the river nearest to a point from the Global Flood Awareness System (GloFAS), served by Open-Meteo. Rising values over a few days signal flood risk.

## When to use

- Watch flood or drought risk for a plant, a warehouse, a farm, or a supply route on a river.
- Compare this week with the recent past to see if a river is rising.

## When not to use

- Small streams: the model grid is about 5 km, so it follows large rivers.
- Rain totals. Use https://skills.duaer.com/weather.md or https://skills.duaer.com/weather-history.md.

## Call

`GET https://api.duaer.com/v1/data/river-flow?place=Wuhan&days=14`

Header: `Authorization: Bearer <Duaer key>`

Use an account key or a model API key.

Get a Duaer key: https://skills.duaer.com/keys.md

## Parameters

Provide `place`, or `latitude` and `longitude`, on or near a river.

- `place` — City or place name. Leave empty when you enter latitude and longitude.
- `latitude` — Optional. Decimal degrees from -90 to 90. Use with longitude instead of a place.
- `longitude` — Optional. Decimal degrees from -180 to 180.
- `days` — Optional. Forecast days from 1 to 92. Default 14.
- `pastDays` — Optional. Also return up to 92 past days. Default 0.
- `limit` — Optional. Rows to return, from 1 to 20. Default 10.

## Examples

- `GET https://api.duaer.com/v1/data/river-flow?place=Wuhan&days=14` — the Yangtze at Wuhan for two weeks.
- `GET https://api.duaer.com/v1/data/river-flow?latitude=47.5&longitude=19.05&days=7&pastDays=14` — the Danube at Budapest, two weeks back and one ahead.

## Result

The response is `{ "items": [...] }`. Each item has `source`, `title`, `url`, and `summary`, plus:

- `place`, `latitude`, `longitude` — where the rows are for.
- `date` — day.
- `dischargeM3s` — river discharge in cubic meters per second.

Fields without a value are left out.

## Credits

A search that returns at least one row uses 1 credit.
An empty search, a search that finds nothing, or a failed search uses 0.
Wrong input returns 400 with a message and uses 0.
No remaining credits returns 402 and does not search.
A missing key returns 401.

## Related

- https://skills.duaer.com/weather-history.md — Duaer Weather history
- https://skills.duaer.com/natural-events.md — Duaer Natural events

常见问题

Duaer 的河流流量检索扣多少额度?

查到结果时扣 1 额度;没有结果或出错不扣。

Duaer 河流流量读的是哪条河?

Duaer 河流流量读取离该点最近的 GloFAS 模型格点,对应当地最大的那条河。

同组