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

Split VGAC files at midnight #87

Merged
merged 9 commits into from
Jul 5, 2024

Commits on Jun 11, 2024

  1. Split scenes at midnight and create two files.

    Nina.Hakansson committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    035d249 View commit details
    Browse the repository at this point in the history
  2. Add the other reflective bands

    Nina.Hakansson committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    377c09d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Make splitting files at midnighet configurable

    Nina.Hakansson committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1b3edb4 View commit details
    Browse the repository at this point in the history
  2. Remove tests for 3.10

    Also no longer support older version of python.
    Nina.Hakansson committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9b89b7a View commit details
    Browse the repository at this point in the history
  3. Maybe 3.7 and 3.8 are still working

    Nina.Hakansson committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7173fb5 View commit details
    Browse the repository at this point in the history
  4. Use numpy < 2.0.0 for testing

    Nina.Hakansson committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0953891 View commit details
    Browse the repository at this point in the history
  5. Move check for numpy version to gac2pps

    We know that 1.7.3 is broken for numpy 2.0 but we do not know fo rnext version.
    
    Other readers are working for numpy = 2.0.0.
    Keep the CI tests for numpy 1.26.4
    Nina.Hakansson committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    fd81000 View commit details
    Browse the repository at this point in the history
  6. Remove usage of depricated LooseVersion

    Nina.Hakansson committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    08beb27 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Bug fix; midnight among last 100 elements

    Also added test.
    Nina.Hakansson committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d368ec7 View commit details
    Browse the repository at this point in the history