Global mapping of lake-terminating glaciers
收藏资源简介:
This dataset is the result of a community effort to identify lake-terminating glaciers in the Randolph Glacier Inventory (RGI) version 7 (RGI 7.0 Consortium, 2023), and is fully described in the related paper, published in Earth System Science Data (Steiner et al., 2026). For a full description of the dataset, including the definition of lake-terminating categories, see either the related paper, or the README in the GitHub repository. Dataset The dataset/ folder has the following structure: dataset/ ├─ contributor_files/ └─ RGI-v7.0-G-{region}/ ├─ RGI-v7.0-G-{region}_{contributor}.csv ├─ csv/ └─ RGI-v7.0-G-{region}_lakeflag.csv ├─ lakeflags/ └─ RGI-v7.0-G-{region}_lakeflag.gpkg └─ outlines/ └─ RGI-v7.0-G-{region}_laketerminating.gpkg Where: contributor_files/ contains all of the original/individual submissions provided by different contributors csv/ contains a comma-separated variable (.csv) file for each RGI region lakeflags/ contains a geopackage (.gpkg) file for each RGI region, with the geometry set to the RGI7 centroid latitude/longitude outlines/ contains a .gpkg file for each RGI region, with the geometry set to the RGI7 outline, but only for glaciers categorized as lake-terminating category 1-3 Each of the files in the dataset folders contains the following fields: rgi_id - the RGI v7.0 ID for the glacier lake_cat - the lake-terminating category for the glacier, as defined below; image_id - the ID of the image that was used to classify each glacier; image_date - the date (or date range) of the image used to classify each glacier; inventory_doi - the DOI of the lake inventory (if used); contributor - the ID of the contributor(s) who classified the glacier notes - any additional notes from each contributor Additionally, the contributor_files/ may have an additional field, auto_term. When running scripts/finalize_csv.py, the column term_type (if included in the .csv) is renamed to auto_term to indicate that scripts/assign_lake_flag.py was run and there was an inventory lake within the buffer around the terminus (auto_term == 2) The .gpkg files contained in the lakeflags/ and outlines/ directories are generated from the .csv files and the RGI outlines using scripts/generate_geopackage.py References RGI 7.0 Consortium, 2023. Randolph Glacier Inventory - A Dataset of Global Glacier Outlines, Version 7.0. Boulder, Colorado USA. NSIDC: National Snow and Ice Data Center. doi:10.5067/f6jmovy5navz. Steiner, J. et al (2026). Global mapping of lake-terminating glaciers, Earth Syst. Sci. Data, doi: 10.5194/essd-2025-315.
本数据集为社区协作成果,旨在识别兰多夫冰川清单(Randolph Glacier Inventory, RGI)7.0版(RGI 7.0 联盟,2023)中的临湖冰川(lake-terminating glaciers),其完整细节已发表于《地球系统科学数据》期刊的Steiner等人(2026)的研究论文中。如需了解本数据集的完整说明,包括临湖冰川的类别定义,请参阅上述研究论文或GitHub仓库中的README文件。 ## 数据集结构 数据集文件夹(dataset/)的层级结构如下: dataset/ ├─ contributor_files/ └─ RGI-v7.0-G-{region}/ ├─ RGI-v7.0-G-{region}_{contributor}.csv ├─ csv/ └─ RGI-v7.0-G-{region}_lakeflag.csv ├─ lakeflags/ └─ RGI-v7.0-G-{region}_lakeflag.gpkg └─ outlines/ └─ RGI-v7.0-G-{region}_laketerminating.gpkg 各目录的说明如下: - `contributor_files/`:存储各贡献者提交的原始独立分类成果文件 - `csv/`:包含每个RGI区域对应的逗号分隔值(comma-separated variable, CSV)文件 - `lakeflags/`:包含每个RGI区域对应的地理包(geopackage, GPKG)文件,其几何属性为RGI7的质心经纬度坐标 - `outlines/`:包含每个RGI区域对应的地理包(GPKG)文件,其几何属性为RGI7的冰川轮廓,仅包含被归类为1-3类的临湖冰川 ## 数据集文件字段说明 数据集文件夹内的所有文件均包含以下字段: 1. `rgi_id`:对应冰川的RGI v7.0唯一标识符 2. `lake_cat`:该冰川的临湖冰川类别,具体定义详见相关研究论文 3. `image_id`:用于对该冰川进行分类的影像标识符 4. `image_date`:用于分类该冰川的影像拍摄日期(或日期范围) 5. `inventory_doi`:所用湖泊清单的数字对象唯一标识符(Digital Object Identifier, DOI),若未使用则可留空 6. `contributor`:完成该冰川分类的贡献者(们)的标识符 7. `notes`:各贡献者提供的额外补充说明信息 此外,`contributor_files/`目录下的文件可能包含额外字段`auto_term`。当运行`scripts/finalize_csv.py`脚本时,若原始CSV文件中包含`term_type`列,则会将其重命名为`auto_term`,用于标识已执行`scripts/assign_lake_flag.py`脚本,且在冰川末端的缓冲区范围内存在匹配的湖泊(此时`auto_term == 2`)。 `lakeflags/`与`outlines/`目录下的GPKG文件均通过`scripts/generate_geopackage.py`脚本,基于对应CSV文件与RGI冰川轮廓文件生成。 ## 参考文献 1. RGI 7.0 联盟,2023. 兰多夫冰川清单——全球冰川轮廓数据集7.0版. 美国科罗拉多州博尔德:国家冰雪数据中心(NSIDC). doi:10.5067/f6jmovy5navz. 2. Steiner, J. 等,2026. 全球临湖冰川制图,《地球系统科学数据》,doi:10.5194/essd-2025-315.



