塔帕若斯国家森林 KM 67 塔楼遗址 LBA-ECO CD-10 粗木质碎片数据

举报
此星光明 发表于 2025/06/11 13:23:51 2025/06/11
【摘要】 ​LBA-ECO CD-10 Coarse Woody Debris Data at km 67 Tower Site, Tapajos National Forest简介该数据集包含一个文本文件,报告了位于帕拉西部(圣塔伦)67公里处原始森林塔遗址一片原始高地森林中倒塌粗粒木质残体的属性。该遗址位于巴西中北部的塔帕若斯国家森林内。测量时间跨度为2001年4月至2001年7月。在塔帕若斯国家...

LBA-ECO CD-10 Coarse Woody Debris Data at km 67 Tower Site, Tapajos National Forest

简介

该数据集包含一个文本文件,报告了位于帕拉西部(圣塔伦)67公里处原始森林塔遗址一片原始高地森林中倒塌粗粒木质残体的属性。该遗址位于巴西中北部的塔帕若斯国家森林内。测量时间跨度为2001年4月至2001年7月。


在塔帕若斯国家森林 67 公里涡流通量塔观测点的一系列生态样地中,测量了立木和倒木粗木质残体(CWD),又称死木块(图 2)。数据集包含不同大小样地测量的不同尺寸等级的残体。尺寸等级分别为:2-10 厘米(64 平方米子样地)、10-30 厘米(1600 平方米子样地)、30 厘米(38400 平方米子样地)、立木(整个 50 米 x 1000 米的横断面)。


摘要

The debris data are reported in one comma separated ASCII text file,km67_CWD_survey_2001.txt.

Columns include:
row.names = unique row identifier
T = transect
Tag = if the piece was tagged, it appears here. Only the largest pieces were tagged.
volume.cm3 = volume calculated from measured dimensions.
decay = estimated decay class, based on Harmon & Sexton (1996):
• Decay class 1 = solid wood, recently fallen, bark and twigs present.v • Decay class 2 = solid wood, significant weathering, branches present.
• Decay class 3 = wood not solid, may be sloughing but nail still must be pounded into tree.
• Decay class 4 = wood sloughing and/or friable, nails may be forcibly pushed into log.
• Decay class 5 = wood friable, barely holding shape; nails may be easily pushed into log.
size = plot size
biomass.keller.g = estimated biomass in Mg C/ha (dry mass) using locally measured densities, as described in Rice et al. 2004.
Missing Value Code is "NA"
Values are Comma Separated


Sample Data Record:


row.names,T,Tag,volume.cm3,decay,size,biomass.keller.g

1,1,NA,154.17352925,3,64,87.8789116725
2,1,NA,57.3601974166667,5,64,14.9136513283333
3,1,NA,2389.20013893333,4.5,64,621.192036122667
4,1,NA,79.5345868333333,4,64,37.3812558116667
5,1,NA,408.559067115,5,64,106.2253574499
...

1365,1,67,2614398.29430932,2,197500,1856222.78895961
1366,1,49,74952.7169684244,2,197500,53216.4290475813
1367,1,513,128266.375254132,2,197500,91069.1264304335
1368,1,109,110657.36409693,4,197500,52008.9611255569
1369,1,65,513494.012481363,3,197500,292691.587114377
 


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

Site (Region) Westernmost Longitude Easternmost Longitude Northernmost Latitude Southernmost Latitude Geodetic Datum
Para Western (Santarem)- km 67 Primary Forest Tower Site (Para Western(Santarem)) -54.959 -54.959 -2.857 -2.857

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="CD10_CWD_Tapajos_858",
    cloud_hosted=True,
    bounding_box=(-55.21, -4.05, -54.91, -2.84),
    temporal=("2001-04-15", "2001-07-15"),
    count=-1,  # use -1 to return all datasets
    return_gdf=True,
)
gdf.explore()
 
#leafmap.nasa_data_download(results[:5], out_dir="data")


引用

Wofsy, S. C., A. H. Rice, S. R. Saleska, E. H. Pyle, and L. R. Hutyra. 2008. LBA-ECO CD-10 Coarse Woody Debris Data at km 67 Tower Site, Tapajos National Forest. Data set. Available on-line [http://daac.ornl.gov] from Oak Ridge National Laboratory Distributed Active Archive Center, Oak Ridge, Tennessee, U.S.A.

【声明】本内容来自华为云开发者社区博主,不代表华为云及华为云开发者社区的观点和立场。转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息,否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。