前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >NASA数据集——VIIRS每日 L3深蓝气溶胶网格产品(AERDB_D3_VIIRS_SNPP),以 1 x 1 度

NASA数据集——VIIRS每日 L3深蓝气溶胶网格产品(AERDB_D3_VIIRS_SNPP),以 1 x 1 度

作者头像
此星光明
发布2024-05-04 08:51:28
500
发布2024-05-04 08:51:28
举报

VIIRS/SNPP Deep Blue Level 3 monthly aerosol data, 1 degree x1 degree grid

简介

美国国家航空航天局(NASA)的可见红外成像辐射计套件(VIIRS)标准三级(L3)每月深蓝气溶胶产品来自苏米国家极轨伙伴关系(SNPP)仪器,提供全球陆地和海洋上空气溶胶光学厚度(AOT)的卫星衍生测量值及其网格集合特性。深蓝算法借鉴了以前从陆地和海洋上的海洋观测宽视场传感器(SeaWiFS)和陆地上的中分辨率成像分光仪(MODIS)测量中检索气溶胶光学厚度的应用。

该月度汇总产品(简称:AERDB_M3_VIIRS_SNPP)源自版本 2.0(V2.0)的每日 L3 网格产品(AERDB_D3_VIIRS_SNPP),以 1 x 1 度的水平分辨率网格提供。每日 L3 网格产品的算术平均值也为每月汇总产品的统计补充提供了依据。为了排除采样不佳的网格要素,该算法要求至少有 3 天的有效数据才能使给定的月度网格要素有效。该月度产品记录始于 2012 年 3 月 1 日。

该 L3 月度产品采用 netCDF 格式,包含 45 个科学数据集(SDS)图层,其名称与 L3 日度产品中的 SDS 相同,包括以下内容:

  1. Aerosol_Optical_Thickness_550_Land_Count
  2. Aerosol_Optical_Thickness_550_Land_Maximum
  3. Aerosol_Optical_Thickness_550_Land_Mean
  4. Aerosol_Optical_Thickness_550_Land_Minimum
  5. Aerosol_Optical_Thickness_550_Land_Ocean_Count
  6. Aerosol_Optical_Thickness_550_Land_Ocean_Maximum
  7. Aerosol_Optical_Thickness_550_Land_Ocean_Mean
  8. Aerosol_Optical_Thickness_550_Land_Ocean_Minimum
  9. Aerosol_Optical_Thickness_550_Land_Ocean_Standard_Deviation
  10. Aerosol_Optical_Thickness_550_Land_Standard_Deviation
  11. Aerosol_Optical_Thickness_550_Ocean_Count
  12. Aerosol_Optical_Thickness_550_Ocean_Maximum
  13. Aerosol_Optical_Thickness_550_Ocean_Mean
  14. Aerosol_Optical_Thickness_550_Ocean_Minimum
  15. Aerosol_Optical_Thickness_550_Ocean_Standard_Deviation
  16. Aerosol_Type_Land_Ocean_Histogram
  17. Aerosol_Type_Land_Ocean_Mode
  18. Aerosol_Types
  19. Angstrom_Exponent_Land_Maximum
  20. Angstrom_Exponent_Land_Mean
  21. Angstrom_Exponent_Land_Minimum
  22. Angstrom_Exponent_Land_Ocean_Maximum
  23. Angstrom_Exponent_Land_Ocean_Mean
  24. Angstrom_Exponent_Land_Ocean_Minimum
  25. Angstrom_Exponent_Land_Ocean_Standard_Deviation
  26. Angstrom_Exponent_Land_Standard_Deviation
  27. Angstrom_Exponent_Ocean_Maximum
  28. Angstrom_Exponent_Ocean_Mean
  29. Angstrom_Exponent_Ocean_Minimum
  30. Angstrom_Exponent_Ocean_Standard_Deviation
  31. Fine_Mode_Fraction_550_Ocean_Mean
  32. Fine_Mode_Fraction_550_Ocean_Standard_Deviation
  33. Land_Bands
  34. Latitude
  35. Latitude_1D
  36. Longitude
  37. Longitude_1D
  38. Ocean_Bands
  39. Spectral_Aerosol_Optical_Thickness_Land_Count
  40. Spectral_Aerosol_Optical_Thickness_Land_Mean
  41. Spectral_Aerosol_Optical_Thickness_Land_Standard_Deviation
  42. Spectral_Aerosol_Optical_Thickness_Ocean_Count
  43. Spectral_Aerosol_Optical_Thickness_Ocean_Mean
  44. Spectral_Aerosol_Optical_Thickness_Ocean_Standard_Deviation
  45. Unsuitable_Pixel_Fraction_Land_Ocean

Shortname:

AERDB_M3_VIIRS_SNPP

Platform:

Suomi-NPP

Instrument:

VIIRS

Processing Level:

Level-3

Data Format:

netCDF4

Spatial Resolution:

1 degree

Temporal Resolution:

monthly

ArchiveSets:

5200, 5111

Collection:

NPP and JPSS1 VIIRS data 2.0 (ArchiveSet 5200)

PGE Number:

NONE

File Naming Convention:

Syntax: ESDT.AYYYYDDD.CCC.YYYYDDDHHMMSS.Format Example: AERDB_M3_VIIRS_SNPP.A2020001.002.2022229164944.nc ESDT Earth Science Data Type or ShortnameA Stands for AcquisitionYYYYDDD Data acquisition year and Day-of-year per the Julian CalendarHHMM Acquisition Hour and MinuteCCC Version ID of the data collectionYYYYDDDHHMMSS Processing year, Day-of-year, UTC time (hour, minutes, seconds)Format File format suffix, which in the above case represents netCDF4

Keywords:

SNPP VIIRS, L3, Monthly Aggregated, Deep Blue Aerosol Optical Thickness

  • ESDT Earth Science Data Type or Shortname
  • A Stands for Acquisition
  • YYYYDDD Data acquisition year and Day-of-year per the Julian Calendar
  • HHMM Acquisition Hour and Minute
  • CCC Version ID of the data collection
  • YYYYDDDHHMMSS Processing year, Day-of-year, UTC time (hour, minutes, seconds)
  • Format File format suffix, which in the above case represents netCDF4

Keywords:SNPP VIIRS, L3, Monthly Aggregated, Deep Blue Aerosol Optical Thickness

代码

代码语言:javascript
复制
!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="AERDB_M3_VIIRS_SNPP",
    cloud_hosted=True,
    bounding_box=(-180.0, -90.0, 180.0, 90.0),
    temporal=("2000-01-01", "2024-04-25"),
    count=-1,  # use -1 to return all datasets
    return_gdf=True,
)
 
 
gdf.explore()
 
#leafmap.nasa_data_download(results[:5], out_dir="data")

数据链接

VIIRS/SNPP Deep Blue Level 3 monthly aerosol data, 1x1 degree grid - LAADS DAAC

网址推荐

0代码在线构建地图应用

https://sso.mapmost.com/#/login?source_inviter=nClSZANO

机器学习

https://www.cbedai.net/xg

本文参与?腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2024-05-04,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客?前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与?腾讯云自媒体分享计划? ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 简介
  • 代码
  • 数据链接
    • 网址推荐
      • 0代码在线构建地图应用
        • 机器学习
        领券
        问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档
        http://www.vxiaotou.com