目录
简介
信息
代码
引用
网址推荐
知识星球
机器学习
MISR L2 FIRSTLOOK Aerosol Product subset for the ARCTAS region V001
简介
这是 ARCTAS 区域的二级 FIRSTLOOK 气溶胶产品子集。 它包含气溶胶光学深度和粒子类型,以及相关的大气数据,是利用前一时期的辅助输入数据制作的。
MISR L2 FIRSTLOOK Aerosol Product subset for the ARCTAS region V001是一个包含地球观测卫星MISR(Multi-angle Imaging SpectroRadiometer,多角度成像光谱仪)仪器获取的大气气溶胶数据的子集。
这个数据集是为了支持ARCTAS(Arctic Research of the Composition of the Troposphere from Aircraft and Satellites,通过航空器和卫星研究对流层成分的北极区研究)项目而准备的。ARCTAS项目旨在研究北极地区的大气成分,特别是气溶胶的分布、组成和影响。
MISR仪器通过多角度观测地球表面,能够提供多角度的遥感数据。MISR L2 FIRSTLOOK Aerosol Product subset就是基于MISR仪器获取的遥感数据中的气溶胶产品子集。
这个数据集包含了北极地区的气溶胶产品数据,主要包括气溶胶光学厚度、气溶胶尺寸分布、气溶胶类型和气溶胶反射率等信息。这些数据可以用来研究北极地区的气溶胶分布特征、气溶胶来源和气溶胶对大气和气候的影响。
MISR L2 FIRSTLOOK Aerosol Product subset for the ARCTAS region V001数据集的具体细节和使用方法可以在相关的科学文献中找到。
信息
Publisher | LaRC |
Contact Name | User Representative |
Contact Email | mailto:support-asdc@earthdata.nasa.gov |
Bureau Code | 026:00 |
Program Code | 026:001 |
Public Access Level | public |
Geographic Coverage | -157.0 54.0 -110.0 71.0 |
Temporal Applicability | 2008-04-02T00:00:00Z/2008-07-24T23:59:59Z |
Theme | ARCTAS_2008, geospatial |
Language | en-US |
Homepage | https://cmr.earthdata.nasa.gov:443/search/concepts/C1000000560-LARC.html |
Issued | 2015-09-24T10:35:29.191Z |
Unique Identifier | C1000000560-LARC |
Last Update | 2015-09-24T10:59:41.666Z |
代码
!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/main/nasa_earth_data.tsv"
df = pd.read_csv(url, sep="\t")
df
leafmap.nasa_data_login()
results, gdf = leafmap.nasa_data_search(
short_name="ATSM2AEF",
cloud_hosted=True,
bounding_box=(-157.0, 54.0, -110.0, 71.0),
temporal=("2008-04-02", "2008-05-20"),
count=-1, # use -1 to return all datasets
return_gdf=True,
)
gdf.explore()
#leafmap.nasa_data_download(results[:5], out_dir="data")
引用
The data used in this study were produced by the MISR Science Team;processed/stored at the Langley DAAC;Product is the MISR Level 2 FIRSTLOOK Aerosol parameters subset for the ARCTAS region;See ProductionDateTime for published Date.
网址推荐
知识星球
知识星球 | 深度连接铁杆粉丝,运营高品质社群,知识变现的工具 (zsxq.com)
机器学习
https://www.cbedai.net/xg