LBA-ECO CD-06 亚马逊河流域河水碳组分同位素组成

简介: 该数据集(LBA-ECO CD-06)研究了1991年至2003年间亚马逊河流域60个地点的河水样品,包含溶解二氧化碳、无机碳(DIC)、有机碳(DOC)、细颗粒有机碳(FPOC)和粗颗粒有机碳(CPOC)等地球化学变量。数据涵盖DIC的14C与13C同位素组成及部分有机碳组分的14C测量值,分为四个CSV文件:采样点描述、地球化学属性均值、碳组分同位素值及平均值。此研究由Mayorga等人完成,数据来自橡树岭国家实验室分布式活动档案中心。

​LBA-ECO CD-06 Isotopic Composition of Carbon Fractions, Amazon Basin River Water

简介

该数据集包含 1991 年至 2003 年期间采集自亚马逊河流域 60 个地点的样品,包括标准地球化学变量:溶解二氧化碳、溶解无机碳(DIC)、溶解有机碳(DOC)、细颗粒有机碳(FPOC)和粗颗粒有机碳(CPOC)(Mayorga 等人,2005)。1991 年至 2003 年期间采集的样品测量了 DIC 的 14C 和 13C 同位素组成。1995 年至 1996 年期间采集的样品测量了有机碳组分的 14C 组成。

此数据集包含四个逗号分隔的数据文件。请注意,站点描述包含根据海拔 1,000 米以上流域面积百分比对每个站点按地形进行分类(Mayorga 等人,2005 年)。仅提供地球化学和碳分数结果的平均值。提供单独的 13C 和 14C 测量值以及平均值。

摘要

File #1: Sample_site_descriptions.csv

Column Heading Units/format Description
1 Site_category Sites are categorized based on proportion of their drainage area at elevations greater than 1,000 m
2 River Name of the river sampled
3 Site_name Name given to the sampling location. A few sites represent aggregated data from distinct sites in relative proximity.
4 Latitude decimal degrees Sampling location: latitude in decimal degrees (s)
5 Longitude decimal degrees Sampling location: longitude in decimal degrees (w)
6 Area km2 Site drainage area in square kilometers
7 Elev_site m Elevation at the sampling site in meters
8 Elev_basin_mean m Mean elevation of the site drainage area in meters
9 Elev_1000 % Percent of the site drainage area with elevation greater than 1,000 m

File #2: Geochemical_property_means.csv

Column Heading Units/format Description
1 Site_category Sites are categorized based on proportion of the site drainage area at elevations greater than 1,000 m
2 River Name of the river
3 Site_name Name given to the sampling location
4 Site_ID Each sampling site was assigned a unique numeric site ID
5 Temperature degrees C Mean water temperature reported in degrees Celsius
6 pH Mean river water pH
7 Alkalinity ueq per L Mean river water alkalinity either measured by Gran titration or estimated from temperature, DIC and pH; reported in microequivalents per liter (ueq per L)
8 FSS mg per L Concentration of fine suspended sediments reported in milligrams per liter of water
9 Perc_FPOC %wt Percent of fine suspended sediments composed of FPOC calculated as column 8 divided by column 13 and reported in percent
10 CO2 ppm Mean river water CO2 concentrations were either measured directly by headspace equilibration or estimated from temperature, pressure, pH, DIC, and alkalinity and reported in parts per million (ppm)
11 DIC umol per L Concentration of DIC reported in micromoles per liter (umol per L)
12 DOC mg C per L Concentration of DOC reported in milligrams C per liter (mg per L)
13 FPOC mg C per L Concentration of dissolved FPOC reported in milligrams C per liter (mg per L)
14 CPOC mg C per L Concentration of dissolved CPOC reported in milligramsC per liter (mg per L)

Missing data are represented by -9999
Mean geochemical properties were based on samples analyzed for carbon isotopes

File #3: C_fraction_delta_values_ind_samples.csv

Column Heading Units/format Description
1 Site_category Sites are categorized based on proportion of the site drainage area at elevations greater than 1,000 m
2 Site_ID Each sampling site was assigned a unique numeric site ID
3 Date YYYYMMDD Sample date (YYYYMMDD)
4 C_fraction Carbon fraction analyzed: DIC= dissolved inorganic carbon; CO2= carbon dioxide; DOC= dissolved organic carbon; FPOC= fine particulate organic carbon; CPOC= coarse particulate organic carbon: analyses for CO2 fraction were calculated; all others were measured directly
5 Delta_14C per mil Isotopic ratio of 14C to 12C: Delta (capital greek Delta) 14C data are reported as [[14C/12C ratio of the sample divided by 0.95 times the 14C/12C of the Oxalic Acid I standard, decay corrected to 1950] -1]1000 (as defined in Stuiver and Polach, 1977). A mass-dependent 13C correction has been applied
6 delta_13C per mil Isotopic ratio of 13C to 12C: delta (lowercase greek delta) 13C data are reported as [[13C/12C ratio of the sample divided by the 13C/12C of the PeeDee Belemnite standard] -1]
1000, or the deviation in parts per thousand of the 13C/12C ratio of the standard from the 13C/12C of the PDB standard

Missing data are represented by -9999

File #4: Mean_C_fraction_delta_values.csv

Column Heading Units/format Description
1 Site_category Sites are categorized based on proportion of their drainage area at elevations greater than 1,000 m
2 Carbon_fraction Identification of the carbon fraction ( CO2= carbon dioxide; DIC= dissolved inorganic carbon; DOC= dissolved organic carbon; FPOC= fine particulate organic carbon and CPOC= coarse particulate organic carbon)
3 N_samples Number of samples included in the calculation of the mean value
4 Delta_14C per mil Mean Delta 14C value for this carbon fraction and site category combination reported in parts per mil
5 Std_dev_D14C per mil Standard deviation of the mean Delta 14C value
6 delta_13C per mil Mean delta 13C value for this carbon fraction and site category combination reported in parts per mil
7 Std_dev_d13C per mil Standard deviation of the mean delta 13C value

missing data are represented by -9999

Site boundaries: (All latitude and longitude given in decimal degrees)

Site (Region) Westernmost Longitude Easternmost Longitude Northernmost Latitude Southernmost Latitude Geodetic Datum
Rondonia, BrazilAmazon Basin (Amazon Basin) -74.572 -58.798 -1.817 -16.472 World Geodetic System, 1984 (WGS-84)

代码
!pip install leafmap
!pip install pandas
!pip install folium
!pip install matplotlib
!pip install mapclassify

import pandas as pd
import leafmap

url = "https://github.com/opengeos/NASA-Earth-Data"
df = pd.read_csv(url, sep="\t")
df

leafmap.nasa_data_login()

results, gdf = leafmap.nasa_data_search(
short_name="CD06_C_Isotopes_1120",
cloud_hosted=True,
bounding_box=(-74.57, -16.47, -58.8, -1.82),
temporal=("1991-08-12", "2003-01-26"),
count=-1, # use -1 to return all datasets
return_gdf=True,
)

gdf.explore()

leafmap.nasa_data_download(results[:5], out_dir="data")

引用

Mayorga, E., A.K. Aufdenkampe, C.A. Masiello, A.V. Krusche, J.I. Hedges, P.D. Quay, J.E. Richey, and T.A. Brown. 2012. LBA-ECO CD-06 Isotopic Composition of Carbon Fractions, Amazon Basin River Water. Data set. Available on-line [http://daac.ornl.gov ] from Oak Ridge National Laboratory Distributed Active Archive Center, Oak Ridge, Tennessee, U.S.A.

相关文章
|
4月前
|
前端开发 知识图谱 Python
LBA-ECO CD-06 巴西吉巴拉那河及其支流的生物地球化学:1999-2003
本数据集展示了1999-2003年间巴西亚马逊地区吉-巴拉那河流域的生物地球化学特性,包括主要营养离子、溶解有机碳和无机碳浓度、pH值、温度等参数。研究覆盖主河道及乌鲁帕河等支流,包含密集与广泛采样点数据。数据集由6个CSV文件和5个Shapefile组成,涵盖水文、土地利用及土壤特性等信息,为理解流域生态过程提供了重要支持。
44 1
|
4月前
|
安全 API 开发者
HarmonyOS NEXT《ArkTS渲染控制完全指南:条件与循环渲染深度解析》
本文深入解析ArkTS条件渲染与循环渲染核心技术,涵盖`if/else`和`ForEach`的使用方法、动态更新机制及性能优化策略。通过20+实战案例,如数据增删、拖拽排序、点赞交互等,结合骨架屏加载、动画修复等企业级解决方案,助你突破渲染瓶颈,打造流畅UI体验。无论初学者还是进阶开发者,都能全面掌握ArkTS渲染控制精髓!适配HarmonyOS开发,助力教育科普与实践应用。
144 2
|
4月前
|
JSON 数据挖掘 API
京东商品评论API接口指南
京东商品评论API接口是京东开放平台提供的服务,支持开发者通过HTTP请求获取商品评论数据,适用于数据分析、情感分析等场景。接口采用GET或POST请求方式,需提供app_key、sku_id等参数,返回JSON格式的评论内容、时间、评分等信息。使用时需完成权限申请和签名计算,确保请求安全。示例代码展示了如何用Python的requests库调用该API并处理响应数据。
|
29天前
|
机器学习/深度学习 人工智能 算法
Google DeepMind新产物: 行星级卫星嵌入数据集(10m)光学+雷达+DEM+climate...
Google 推出 Earth Engine 卫星嵌入数据集,利用 AI 将一年的多源卫星数据压缩至每个 10 米像素,实现高效地理空间分析。基于 AlphaEarth Foundations 模型,该数据集提供 64 维嵌入向量,支持相似性搜索、变化检测、自动聚类和精准分类,助力环境研究与应用。
164 0
|
16天前
|
传感器 定位技术 区块链
AIRS/Aqua L3 每月标准物理检索(仅限 AIRS)1 度 x 1 度 V006(AIRS3STM)在 GES DISC
大气红外探测器(AIRS)是NASA Aqua卫星上的关键仪器,用于获取高精度大气温度、湿度及痕量气体垂直廓线等物理参数。该数据集为AIRS独立反演的月度网格产品(1°×1°),包含平均值、标准差及观测次数,覆盖全球,适用于气候研究与大气分析。
102 42
|
3天前
|
编解码 区块链 Python
CERES 云层和辐射带水 FM3 MODIS 版本 2C
CER_CRS_Aqua-FM3-MODIS_Edition2C 是 NASA CERES 项目的数据产品,基于 Aqua 卫星上的 FM3 仪器,提供高精度云与辐射通量数据,涵盖 2006 年。数据包含全天空与晴空条件下四层大气通量廓线,适用于地球辐射能量系统研究。
27 3
|
11天前
|
传感器 区块链 Python
AIRS/Aqua L1B 近实时(NRT)红​​外(IR)地理定位和校准辐射,BUFR 格式 V005(AIRIBRAD_NRT_BUFR),位于 GES DISC
本数据集为NASA Aqua卫星上AIRS传感器的L1B级近实时红外辐射数据,包含经过地理定位和校正的亮温信息,以BUFR格式提供。数据涵盖2015年12月至2024年11月,适用于大气探测与气象研究。由于热效应引起的光谱偏移,建议关注精度的用户升级至L1c v6.7.4版本。
54 2
|
2天前
|
编解码 区块链 Python
CERES 云层和辐射带 Terra FM2 MODIS Edition2B
CER_CRS_Terra-FM2-MODIS_Edition2B 是 NASA CERES 项目的数据产品,基于 Terra 卫星 FM2 仪器获取,包含云和辐射数据,提供大气多层通量廓线,用于地球能量平衡研究。
16 0