Skip to content

possibility of incomplete products #244

@johntruckenbrodt

Description

@johntruckenbrodt

Let's say one wants to create ARD products from this GRD product:
S1B_IW_GRDH_1SDV_20210101T172310_20210101T172335_024964_02F89E_3388
The following is used to configure the processor:

mode=nrb
sensor=S1B
acq_mode=IW
product=GRD
mindate=20210101T172310
maxdate=20210101T172336
aoi_tiles=31TGL

A query will only return this GRD product:
S1B_IW_GRDH_1SDV_20210101T172245_20210101T172310_024964_02F89E_C2BE
because its acquisition time touches that of the time range defined above and it actually overlaps with the tile 31TGL. The *3388 GRD does not overlap with this tile.
The product that is created misses the data from this GRD:
S1B_IW_GRDH_1SDV_20210101T172220_20210101T172245_024964_02F89E_5AE0
which is entirely out of the defined time range and thus not returned by the search.

The processor is clearly configured wrong but this is a possible scenario and incomplete products are to be avoided.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions