Commit fe38716
Derek Tan
Use real Collection 4 manifest and correct data object IDs
Address review feedback:
- Verified the new water data object IDs against the real Collection 4
(v4.01) product that caused the original failure (fetched from the
Planetary Computer sentinel3euwest store). The actual IDs are
chlor_aData and fluoData (not the previously guessed chlorAData /
fluorescenceData); iopLsdData was correct.
- Move the water band lookup from a function-scoped dict to the
module-level OLCI_L2_WATER_BAND_KEYS constant.
- Replace the synthetic regex-based tests with tests that use a real
Collection 4 manifest committed under tests/data-files (NetCDF assets
stripped to header-only stubs, matching the existing fixtures), plus a
command-level test that builds and validates a full item.1 parent 3be1efe commit fe38716
38 files changed
Lines changed: 2832 additions & 132 deletions
File tree
- src/stactools/sentinel3
- tests
- data-files/S3B_OL_2_WFR____20260301T234556_20260301T234856_20260303T033944_0179_117_187_2520_MAR_O_NT_004.SEN3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
741 | | - | |
| 740 | + | |
| 741 | + | |
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
745 | 792 | | |
746 | 793 | | |
747 | 794 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | 562 | | |
610 | 563 | | |
611 | 564 | | |
| |||
617 | 570 | | |
618 | 571 | | |
619 | 572 | | |
620 | | - | |
621 | | - | |
| 573 | + | |
| 574 | + | |
622 | 575 | | |
623 | 576 | | |
624 | 577 | | |
| |||
0 commit comments