ZGIS / sentinel-2-id-generator

ID generator for Sentinel-2 images. "Reliable" & data-driven, i.e., same image -> same id; different image -> different id
0 stars 0 forks source link

Step 1: Identical image definition #1

Open whisperingpixel opened 5 years ago

whisperingpixel commented 5 years ago

Sub-tasks: 1.) Find a definition of identical images 2.) Define requirements for what the id should reflect (version, acquisition time, ...), i.e., images should be traceable by their id, e.g, when they have the same footprint, but were captured at different times.

whisperingpixel commented 5 years ago

Characteristics for identification of identical images

I suggest to use the following characteristics:

The granule identifier itself is not enough as they might have been acquired in different relative orbits. For example:

Granule identifier 33TUN with relative orbit 122: image

Granule identifier 33TUN with relative orbit 22: image

augustinh22 commented 5 years ago

I would recommend granule identifier, date+timestamp +/- 5 minutes and S2A/S2B.

Then we have: where-when-satellite (the order like this since we are mostly interested in where and when, but it doesn't matter so much since we have all the metadata for searches)

Adding relative orbit would be fine but redundant, since a second orbit of the same granule cannot be acquired by the same satellite within 10 minutes.