LBA-ECO CD-09 巴西塔帕若斯国家森林土壤和植被特征

LBA-ECO CD-09 Soil and Vegetation Characteristics, Tapajos National Forest, Brazil

简介

该数据集报告了 1999 年 11 月在巴西帕拉州圣塔伦以南 50 至 100 公里的塔帕若斯国家森林 (TNF) 内四个不同区域进行的土壤和植被调查的结果。在四个区域的 13 个独立站点(均位于原始森林中),收集了深度为 10、30 和 50 厘米的核心土壤样本,并分析了干质量、容重、质地、碳百分比 (C)、有机质百分比和氮百分比 (N)。在这 13 个站点,植被沿着 250 米长、10 米宽的横断面进行描述。通过物种的异速生长关系、测量的高度、冠层尺寸和直径,估算了所有 DBH 超过 10 厘米树干的生物量。使用 LICOR LAI-2000 沿横断面在 26 个点测量了 LAI。黎明时分用猎枪收集冠层叶子样本,并用压力室测定叶水势。对树叶、木材、树皮、细根和凋落物样本进行了%N、%C、δ13C 和δ15N 的分析。此数据集包含五个以逗号分隔的 ASCII 数据文件。

摘要

File 1: CD09_Soil_texture_C_and_N_TNF.csv

ColumnHeadingUnits/formatDescription
1Plot_IDSampling plot identification number: sampling plots 10 meters wide and 250 meters long were established at each location
2Subplot_IDSubplot identification number: each plot was divided into 5 subplots
3DepthcmSample depth
4Wt_wetgFresh weight of first soil sample in grams
5Wt_drygWeight in grams of soil sample after being dried in an oven at 105 degrees C
6Bulk_densityg per cm3Soil bulk density in grams per cubic centimeter
7GWCpercentGravimetric water content in percent of wet weight
8C_concpercentSoil carbon concentration in percent by weight analyzed at EMBRAPA in Belem
9SOM_concpercentSoil organic matter concentration in percent by weight analyzed at EMBRAPA in Belem
10N_concpercentSoil nitrogen concentration in percent by weight analyzed at EMBRAPA in Belem
11CN_ratioMass based soil carbon to nitrogen ratio
12Coarse_sandpercentPercent of soil particles classified as coarse sand
13Fine_sandpercentPercent of soil particles classified as fine sand
14SiltpercentPercent of soil particles classified as silt
15ClaypercentPercent of soil particles classified as clay

File 2: CD09_Biomass_inventory_TNF.csv

ColumnHeadingUnits/formatDescription
1Sample_dateyyyymmdd Sampling date (yyyymmdd)
2Sample_yearyyyySample year
3Sample_monthmmSample month
4Sample_dayddSample day
5SiteAt each site (1-13), a sampling plot was established along a transect 250 m long and 10 m wide
6SubplotSubplot identification number (1-5): each sampling plot was divided into 5 subplots 50 m long
7L/RLeft (L) or right (R) of the transect line
8Tree_noTree identification number
9SpeciesIdentification of species with the local name
10dbhcmDiameter at breast height measured in centimeters (cm)
11HeightmTree height estimated in meters
12XmDistance along main plot axis in meters. Measurement is reset to zero at the boundary of each subplot
13YmDistance to left or right (see column 3) of the main axis
14Canopy_xmCanopy dimension along the direction of the plot main axis
15Canopy_ymCanopy dimension perpendicular to the direction of the plot main axis
16NotesNotations from the field notebooks
17Basal_areacm2Basal area of stem calculated in centimeters squared
18Biomass_INPEkgBiomass of the stem in kilograms calculated using the INPE allometric equations
19Biomass_LaurancekgBiomass of the stem in kilograms calculated using the Laurance allometric equations
Missing values are indicated as -9999

File 3: CD09_LAI_TNF.csv

ColumnHeadingUnits/formatDescription
1Sample_yearyyyySample year (yyyy)
2Sample_monthmmSample month (mm)
3Plot_IDSampling plot identification number: sampling plots 10 meters wide and 250 meters long were established at each location
4Subplot_IDSubplot identification number: each plot was divided into 5 subplots
5DistancemDistance along the plot main axis where measurement was taken
6LAILeaf area index measured at dawn or dusk using paired LAI-2000 instruments

File 4: CD09_Leaf_Water_Potential_TNF.csv

ColumnHeadingUnits/formatDescription
1Sample_dateyyyymmdd Sampling date (yyyymmdd)
2Sample_yearyyyySample year
3Sample_monthmmSample month
4Sample_dayddSample day
5Plot_IDSampling plot identification number: sampling plots 10 meters wide and 250 meters long were established at each location
6Timehh:mmTime of measurement in local time (GMT-5)
7HeightmEstimated height from which leaves were collected
8LWPMPaLeaf water potential in Mega Pascals measured with a PMS-600 pressure bomb
9Gravity_corr_LWPMPaGravity corrected leaf water potential
10Local_nameLocal name for tree species
11NotesNotes from the field notebook

代码

!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/raw"
df = pd.read_csv(url, sep="\t")
df
 
leafmap.nasa_data_login()
 
 
results, gdf = leafmap.nasa_data_search(
    short_name="CD09_Soils_Veg_Tapajos_1104",
    cloud_hosted=True,
    bounding_box=(-55.21, -4.05, -54.91, -2.84),
    temporal=("1999-11-01", "1999-11-29"),
    count=-1,  # use -1 to return all datasets
    return_gdf=True,
)
 
 
gdf.explore()
 
#leafmap.nasa_data_download(results[:5], out_dir="data")

网址推荐

个人主页

https://sites.google.com/view/xingguang/main

知识星球

知识星球 | 深度连接铁杆粉丝,运营高品质社群,知识变现的工具 (zsxq.com)https://wx.zsxq.com/group/48888525452428

机器学习

https://www.cbedai.net/xg 

干旱监测平台

慧天干旱监测与预警-首页https://www.htdrought.com/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

此星光明

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值