CAL_LID_L3_Tropospheric_APro_CloudFree-Standard-V4-20数据产品特点

CALIPSO Lidar Level 3 Tropospheric Aerosol Profiles, Cloud Free Data, Standard V4-20

简介

CAL_LID_L3_Tropospheric_APro_CloudFree-Standard-V4-20 是云-气溶胶激光雷达和红外探路者卫星观测 (CALIPSO) 激光雷达 3 级对流层气溶胶廓线,无云数据,标准版本 4-20 数据产品。该数据产品使用正交偏振云-气溶胶激光雷达 (CALIOP) 仪器采集。该 V4.20 产品的数据生成和分发已于 2020 年 7 月 1 日结束,以支持 CALIPSO 生产集群操作系统的变更。V4.21 数据产品涵盖 2020 年 7 月 1 日至今的数据。

摘要

代码

!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="CAL_LID_L3_Tropospheric_APro_CloudFree-Standard-V4-20",
    cloud_hosted=True,
    bounding_box=(-165.68, 34.59, -98.1, 71.28),
    temporal=("2006-06-01", "2020-08-01"),
    count=-1,  # use -1 to return all datasets
    return_gdf=True,
)
 
 
gdf.explore()
 
#leafmap.nasa_data_download(results[:5], out_dir="data")

网址推荐

 知识星球

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

机器学习

https://www.cbedai.net/xg 

干旱监测平台

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

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

此星光明

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

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

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

打赏作者

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

抵扣说明:

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

余额充值