Sentinel-2 卫星 轨道编号及数据下载
Sentinel-2 卫星 轨道编号及数据下载
- 0. 哨兵数据下载及处理
- 1. 信息介绍
- 🛰️ Sentinel-2 卫星轨道编号概述
- Sentinel-2 系列
- 📈 轨道参数
- 🗂️ 轨道编号与路径系统
- 1. **轨道编号(Orbit Number)**
- 2. **轨道路径编号(Relative Orbit Number, RON)**
- 3. **场景覆盖编号(Tile编号)**
- 📌 轨道编号与数据命名关系
- 🛠️ Sentinel-2 轨道编号应用场景
- 📎 参考链接
- 2. 数据下载
- Sentinel-2 Tiling System
- shpfile
Sentinel-2 卫星的轨道编号信息是理解其数据覆盖规律和计划影像获取的重要基础。以下是关于 Sentinel-2 轨道编号的详细介绍:
0. 哨兵数据下载及处理
https://blog.csdn.net/twg666/article/details/134089146
1. 信息介绍
🛰️ Sentinel-2 卫星轨道编号概述
Sentinel-2 系列
- 包括 Sentinel-2A 和 Sentinel-2B 两颗卫星,分别于 2015 年和 2017 年发射。
- 搭载 MSI(MultiSpectral Instrument)多光谱成像仪,提供 10–60 m 分辨率的数据。
📈 轨道参数
参数 | 数值 |
---|---|
轨道类型 | 太阳同步轨道(Sun-synchronous orbit) |
轨道高度 | ~786 km |
重访周期(单星) | 10 天 |
重访周期(双星) | 5 天 |
轨道周期 | ~100 分钟 |
卫星数量 | 2(Sentinel-2A 和 2B) |
全球覆盖周期 | 5 天(2星联合) |
🗂️ 轨道编号与路径系统
Sentinel-2 使用 Military Grid Reference System(MGRS) 和内部定义的轨道编号系统。
1. 轨道编号(Orbit Number)
- Sentinel-2 产品的元数据中包含一个
SENSING_ORBIT_NUMBER
。 - 该轨道编号表示自卫星发射以来第几次绕地球运行。
2. 轨道路径编号(Relative Orbit Number, RON)
- Sentinel-2 的 相对轨道编号(Relative Orbit Number) 总共为 143 条轨道,编号从
1
到143
。 - 这是 Sentinel-2 每 10 天重复一次完整覆盖的 143 个轨道路径。
- Sentinel-2A 与 Sentinel-2B 的轨道相同,但时间上错开 180 度(即错开 5 天),以实现 5 天重访周期。
3. 场景覆盖编号(Tile编号)
- Sentinel-2 数据以 100 km × 100 km 的 MGRS 网格(Tile) 形式组织。
- 每个 Tile 的编号如:
T50SMC
,由区号(Zone)+ 字母标识。
📌 轨道编号与数据命名关系
一个 Sentinel-2 L1C 产品文件名的例子如下:
S2A_MSIL1C_20230701T031559_N0509_R075_T50SMC_20230701T062708.SAFE
S2A
: 卫星名称(Sentinel-2A)20230701T031559
: 成像时间(UTC)R075
: 相对轨道编号(Relative Orbit Number 075)T50SMC
: MGRS Tile(地理位置)20230701T062708
: 处理时间
🛠️ Sentinel-2 轨道编号应用场景
应用 | 说明 |
---|---|
多时相配准 | 同一 Tile 在同一 RON 下影像几何一致性更高 |
区域数据规划 | 知道某区域在哪些轨道下被观测,可以更有计划地下载数据 |
数据筛选 | 根据轨道编号快速过滤不同时相的同轨影像 |
📎 参考链接
-
ESA 官方轨道路径图(KML 下载):
https://hls.gsfc.nasa.gov/wp-content/uploads/2016/03/S2A_OPER_GIP_TILPAR_MPC__20151209T095117_V20150622T000000_21000101T000000_B00.kml -
ESA Sentinel-2 用户手册:
https://sentinels.copernicus.eu/web/sentinel/user-guides/sentinel-2-msi
2. 数据下载
Sentinel-2 Tiling System
https://hls.gsfc.nasa.gov/products-description/tiling-system/
HLS has adopted the tiling system used by ESA for Sentinel-2. The tiling system is a slightly modified Military Grid Reference System (MGRS) which is based on the Universal Transverse Mercator (UTM) projection. The MGRS system equally divides the Earth’s surface into 60 zones by longitude, and each UTM zone is further divided into latitude bands of 8 degrees starting with the equator; minor boundary adjustment is necessary for geopolitical considerations in rare cases. For Sentinel-2 images, each 6° x 8° grid cell is further divided into 109.8 km × 109.8 km tiles. There is an overlap of around 4,900 m between adjacent tiles within the same UTM zone and on the UTM zone border there is greater overlap with tiles from the adjacent UTM zone. In a tile designation such as 11SUJ, the first 2 digits and the following 1 letter correspond to the UTM zone and latitude band respectively, and the two last letters, with horizontal and vertical denotation, correspond to a 109.9 km square tile in the 6° x 8° grid cell.
The Sentinel-2 tiling system kml provided by ESA can be downloaded https://hls.gsfc.nasa.gov/wp-content/uploads/2016/03/S2A_OPER_GIP_TILPAR_MPC__20151209T095117_V20150622T000000_21000101T000000_B00.kml
shpfile
https://github.com/justinelliotmeyers/Sentinel-2-Shapefile-Index
https://github.com/flaviostutz/sentinelloader