Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix quiclook not found for S2 L1C and L2A when not archived #84

Closed
wants to merge 9 commits into from

Commits on Mar 24, 2023

  1. BREAKING CHANGES: Switching from resolution to pixel_size to avoi…

    …d confusion about the definitions (especially for SAR data) sertit#82
    remi-braun committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    53f6bc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    1c0a048 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. - INTERNAL: Better management of logs for deprecation warnings

    - DEPS: Pin sertit to 1.25.0
    remi-braun committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    26d2891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89143e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f11d00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6de0bb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Fix quiclook not found for S2 L1C

    There are two bugs in the way it looks for the quicklook in the S2 .SAFE scene:
    1. the pattern was missing a wildcard
    2. The TCI is 10m resolution for L1C, thus better use PVI which is the preview image (although 320m resolution)
    
    I did not change regex pattern for L2A products, although the PVI image also exists. I would recommend using it also instead of TCI_60m as this last one can be quite heavy (several MB). But I let you make that change if you feel like it is the good solution.
    floriandeboissieu authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    87d8f68 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    e79ded2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    046062e View commit details
    Browse the repository at this point in the history