Google Earth Engine ——高级陆地观测卫AVNIR-2 ORI 产品10m分辨率

简介: Google Earth Engine ——高级陆地观测卫AVNIR-2 ORI 产品10m分辨率

This dataset is contains orthorectified imagery from the Advanced Visible and Near Infrared Radiometer type 2 (AVNIR-2) sensor on-board the Advanced Land Observing Satellite (ALOS) "DAICHI".

The AVNIR-2 ORI product was created from AVNIR-2 1B1 data after stereo matching with reference to ALOS's Panchromatic Remote-sensing Instrument for Stereo Mapping (PRISM)-derived DSM AW3D30. The orthorectification process used AW3D30 DSM data when available and SRTM (The Shuttle Radar Topography Mission) DSM data otherwise.


该数据集包含来自高级陆地观测卫星 (ALOS)“DAICHI”上的高级可见光和近红外辐射计类型 2 (AVNIR-2) 传感器的正射校正图像。


AVNIR-2 ORI 产品是根据 AVNIR-2 1B1 数据在参照 ALOS 的立体映射全色遥感仪器 (PRISM) 衍生的 DSM AW3D30 进行立体匹配后创建的。正射校正过程在可用时使用 AW3D30 DSM 数据,否则使用 SRTM(航天飞机雷达地形任务)DSM 数据。

Dataset Availability

2006-04-26T00:00:00 - 2011-04-18T00:00:00

Dataset Provider

JAXA Earth Observation Research Center

Collection Snippet

ee.ImageCollection("JAXA/ALOS/AVNIR-2/ORI")

Resolution

10 meters

Bands Table

Name Description Min* Max*
B1 Blue (0.42 - 0.50 µm) 1 255
B2 Green (0.52 - 0.60 µm) 1 255
B3 Red (0.61 - 0.69 µm) 1 255
B4 Near-Infrared (0.76 - 0.89 µm) 1 255

* = Values are estimated

影像属性:

Name Type Description
CENTER_ALTITUDE Double Satellite alitutude at scene center (km)
CENTER_FRAME_NUMBER Double Frame number of scene center (0000 to 7198)
CENTER_HEADING_ANGLE Double Satellite heading angle including Earth rotation at scene center (radians)
CENTER_SKEW_ANGLE Double Image skew angle at scene center (milli-radians)
CENTER_SOLAR_AZIMUTH Double Azimuth angle of the sun at scene center (°)
CENTER_SOLAR_ZENITH Double Solar elevation (zenith) angle of the sun at scene center (°)
CENTER_START_TIME String Scene center time (UTC).
INCIDENT_ANGLE String Incident angle "SNN.NNN" (S: Incident direction R/L, NN.NNN degrees)
ORBIT_DIRECTION String Orbit direction ("A"/"D": ascending/descending)
ORBIT_INCLINATION Double Nominal satellite orbit inclination (°)
ORBIT_CYCLE_PERIOD Double Nominal satellite orbit cycle period (min)
ORIENTATION_ANGLE Double Angle of the vertical axis of image frame from the map northing axis.
PROCESSING_DATE String Processing date (JST)
PROCESSING_FACILITY String Processing facility.
PROCESSING_SOFTWARE_VESRION String Processing software version.
PROCESSING_TIME String Processing time (JST)
PRODUCT_ID String Product ID e.g: "ABBBCCDE" * A: Observation mode ("O") * BBB: Processing level ("ORI") * CC: Framing ("RF" Geo-reference, "GT", Geo-coded True-north "GM", Geo-coded Map-north), * D: Map projection ("U": UTM, "P": PS) * E: Sensor type ("N": nadir 35km, "F": forward 35km "B": backward 35km "W": nadir 70km) * A: AVNIR-2
PRODUCT_NUMBER Double Product version number
RSP_ID String RSP ID e.g: "MPPPFFFFSN" * M: Oribit direction ("A": ascending, "D": descending) * PPP: RSP path number (0 to 671) * FFFF: RSP frame number (0000 to 7199) * SN: Scene shift ("-2" to " 2")
SATELLITE_NAME String Satellite name.
SCENE_ID String Scene ID e.g. "AABBBCDDDDDEEEE" * AA: Satellite code ("AL": ALOS) * BBB: Sensor code ("PSM": PRISM, "AV2": AVNIR-2) * C: Sensor type ("N": nadir 35km, "F": forward 35km, "B": backward 35km "W": nadir 70km, "A": AVNIR-2) * DDDDD: Total orbit number of scene center ("00001" to "99999") * EEEE: Frame number of scene center, including scene shift ("0000" to "7199")
SENSOR_CODE String Sensor code ("PSM": PRISM, "AV2": AVNIR-2)
SENSOR_TYPE String Sensor type ("N": nadir 35km, "F": forward 35km, "B": backward 35km "W": nadir 70km, "A": AVNIR-2)
TOTAL_ORBIT_NUMBER Double Total orbit number of scene center.

使用说明:

The Japan Aerospace Exploration Agency (JAXA) releases the ALOS Orthorectified Image Product (ALOS-ORI) free of charge and open to the public with the following conditions:

  • When you provide or publish any products or services to a third party using this dataset, you are kindly requested to display that the original data is provided by JAXA.
  • When you publish your product(s) using this dataset, you are kindly requested to show the copyright (© JAXA) and the source of the data.
  • JAXA does not guarantee the quality and reliability of this dataset and JAXA assume no responsibility whatsoever for any direct or indirect damage and loss caused by use of this dataset. Also, JAXA will not be responsible for any damages of users due to changing, deleting or terminating the provision of this dataset.

代码:

var dataset = ee.ImageCollection('JAXA/ALOS/AVNIR-2/ORI')
                  .filter(ee.Filter.date('2011-01-01', '2011-04-01'));
var avnir2OriRgb = dataset.select(['B3', 'B2', 'B1']);
var avnir2OriRgbVis = {
  min: 0.0,
  max: 255.0,
};
Map.setCenter(138.7302, 35.3641, 12);
Map.addLayer(avnir2OriRgb, avnir2OriRgbVis, 'AVNIR-2 ORI RGB');


相关文章
|
1月前
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
1159 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
1月前
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
148 0
|
1月前
|
存储 编解码 数据可视化
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
【2月更文挑战第14天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,按照给定的地表分类数据,对每一种不同的地物类型,分别加以全球范围内随机抽样点自动批量选取的方法~
315 1
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
|
1月前
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
46 0
|
1月前
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
65 0
|
1月前
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
37 0
|
1月前
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
101 0
|
1月前
|
传感器 编解码 数据处理
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
46 0
|
1月前
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
69 0
|
1月前
|
编解码 定位技术
Google Earth Engine(GEE)——导出后的影像像素不同于原始Landsat影像的分辨率(投影差异)
Google Earth Engine(GEE)——导出后的影像像素不同于原始Landsat影像的分辨率(投影差异)
52 0