aquascope-gauges
收藏资源简介:
AquaScope gauges 是一个全球水文观测站目录,由 AquaScope 项目(https://github.com/Rekin226/aquascope)定期采集并发布。数据集包含来自 6 个数据源的 45,919 个站点,覆盖法国、爱尔兰、德国、台湾、英国和美国。每个站点记录包括:数据源(source)、站点ID(station_id)、名称(name)、经纬度(latitude/longitude)、观测变量(variables,如径流、水位、地下水、降水等)、数据起止时间(period_start/period_end)、机构页面链接(url)、河流(river)、国家(country)、机构(agency)、许可协议(license)、是否可再分发(redistributable)以及额外信息(extra)。数据以 GeoParquet 1.0 格式(WGS84 点几何)和 GeoJSON 格式提供,便于直接通过 DuckDB 或 Pandas 远程查询。此外,Phase 1 提供了部分数据源的每日均值观测数据(CSV 格式),按变量、来源和站点ID组织。数据集适用于水文研究、径流/水位/地下水分析、气候变化监测等任务。所有数据源均遵守各自开放许可协议,允许再分发的源已镜像观测数据。
AquaScope gauges is a global directory of hydrological observation stations, regularly collected and published by the AquaScope project (https://github.com/Rekin226/aquascope). The dataset contains 45,919 stations from 6 data sources, covering France, Ireland, Germany, Taiwan, the United Kingdom, and the United States. Each station record includes: source, station_id, name, latitude/longitude, observed variables (such as runoff, water level, groundwater, precipitation, etc.), data period start/end, agency page URL, river, country, agency, license, redistributable flag, and extra information. The data is provided in GeoParquet 1.0 format (WGS84 point geometry) and GeoJSON format, enabling direct remote querying via DuckDB or Pandas. Additionally, Phase 1 offers daily mean observation data (CSV format) for some data sources, organized by variable, source, and station ID. The dataset is suitable for hydrological research, runoff/water level/groundwater analysis, climate change monitoring, and other tasks. All data sources comply with their respective open licenses, and redistributable sources have mirrored observation data.
AquaScope gauges 数据集概述
基本信息
- 数据集名称:AquaScope gauges (world station catalog)
- 许可协议:遵循各数据源的开放许可(per-source open licences),详见 许可说明
- 数据规模:1K-10K 站点(实际为 45,919 个站点)
- 标签:水文学、河流流量、水位、地下水、GeoParquet、开放数据
数据内容
该数据集是 AquaScope 项目可访问的所有水文观测站点的全球目录,按计划定期采集并发布为 GeoParquet 格式。最近一次运行时间为 2026-08-18,共收录来自 6 个数据源的 45,919 个站点。
主要文件
| 文件 | 说明 |
|---|---|
stations.parquet |
GeoParquet 1.0 格式(WKB 点几何,WGS84),每个站点一行,包含 source、station_id、name、latitude、longitude、variables、period_start、period_end、url、river、country、agency、license、redistributable、extra 字段 |
stations.geojson |
与 parquet 相同数据的 GeoJSON 格式 |
health.json |
最近一次运行中各数据源的状态(站点数、耗时、错误信息) |
数据源详情
| 数据源 | 国家 | 观测变量 | 许可 | 站点数 |
|---|---|---|---|---|
| HubEau hydrométrie | 法国 | 流量、水位 | etalab-2.0 | 4,150 |
| Ireland OPW | 爱尔兰 | 水位 | CC-BY-4.0 | 460 |
| PEGELONLINE | 德国 | 水位、流量 | DL-DE-BY-2.0 | 729 |
| Taiwan CWA climate stations | 台湾 | 气候、降水 | OGDL-Taiwan-1.0 | 1,265 |
| UK Environment Agency | 英国 | 流量、水位、降水、地下水位 | OGL-UK-3.0 | 9,536 |
| USGS Water Services | 美国 | 流量、水位、水质 | US-PD | 29,779 |
观测数据
数据集还包含按站点的日观测值,存储在 obs/<variable>/<source>/<station_id>.csv.gz(格式:date,value;流量单位为 m³/s,水位和地下水位单位为 m,降水单位为 mm/day),以及每个变量和数据源的 Parquet 汇总文件。obs/manifest.json 列出了所有已采集站点的周期、数量和单位。
当前已采集的观测数据包括:
- hubeau_hydrometrie 流量数据(72 站)
- taiwan_cwa 降水数据(14 站)
- uk_ea 流量数据(98 站)
- usgs 流量数据(86 站)
使用方式
可通过 DuckDB 或 Python 直接在线查询 parquet 文件,无需下载:
- DuckDB:
INSTALL httpfs; LOAD httpfs;后直接查询 URL - Python:
pandas.read_parquet("hf://datasets/Rekin226/aquascope-gauges/stations.parquet")
构建方式
数据由 GitHub Actions 每周自动运行 aquascope harvest stations --out archive --publish Rekin226/aquascope-gauges 生成,所有数据均从各机构的 API 自动采集,无人工编辑。
引用说明
使用数据时需引用 AquaScope 软件(Zenodo DOI 见仓库 README)及所用数据源的对应机构。




