LBA-ECO CD-08 树木库存数据,Ducke 保护区,马瑙斯,巴西:1999 年

LBA-ECO CD-08 Tree Inventory Data, Ducke Reserve, Manaus, Brazil: 1999

简介

该数据集包含一个数据文件,其中包含位于巴西亚马逊中部马瑙斯附近杜克保护区一块 5 公顷地块(20 x 2,500 米)内近 3,000 棵树的常用名、直径和计算出的树干质量。测量时间为 1999 年 10 月至 12 月。所有直径测量均在树高(DBH)1.3 米处进行,或在板根或其他树干异常处以上。从这些数据中可以得出森林结构特征,例如生物量密度、树干密度、径级分布以及科级甚至属级的分类信息。

摘要

Column NumberColumn HeadingUnitsVariable Description
1LocationcharacterLocation of plot with reference to the Ducke observation tower.
2QuadcharacterIndication of the 20 x 20 m quad where the tree was located. The entire plot (east and west) is 20 x 2,500 m or 5 ha. Valid values range from 1 to 64.
3Tree_numcharacterThis is the tag number on the tree -- values range from 1-1000.Values are not unique.
4Common_namecharacterSpecies common names used by forest workers in the Brazilian Amazon
5DiametercmDiameter (cm) was taken at 1.3 m height, unless noted in Measurement_height column
6Measurement_htmMeasurement height (m) -- For trees with buttresses or other obstructions, diameter was measured above the standard 1.3 meter height, as noted.
7Tree_masskgTree mass (kg) -- Equation from: Chambers, J. Q., J. Santos, R. J. Ribeiro, and N. Higuchi. 2001. Tree damage, allometric relationships, and above-ground net primary production in a tropical forest. Forest Ecology and Management 152:73-84. Tree mass (kg) =EXP(-0.37 + 0.333*LN(Diameter) + 0.933*LN(Diameter)^2 - 0.122*LN(Diameter)^3) -- where Diameter is from column (5).

Site (Region)Westernmost LongitudeEasternmost LongitudeNorthernmost LatitudeSouthernmost LatitudeGeodetic Datum
Amazonas (Manaus) - Reserva Ducke (Amazonas (Manaus))-59.95000-59.95000-2.95000-2.95000World 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="CD08_Tree_Inventory_Ducke_910",
    cloud_hosted=True,
    bounding_box=(-55.21, -4.05, -54.91, -2.84),
    temporal=("1999-10-01", "1999-12-01"),
    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、付费专栏及课程。

余额充值