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 avhrr instrument naming #136

Merged
merged 25 commits into from
Oct 11, 2022

Commits on Dec 14, 2021

  1. Interpret avhrr instrument names with a dash ('-') to another ('/')

    Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
    Adam.Dybbroe committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    45a4463 View commit details
    Browse the repository at this point in the history
  2. Adding more pre-commit hooks

    Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
    Adam.Dybbroe committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    6777aa3 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

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

Commits on Oct 5, 2022

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

Commits on Oct 6, 2022

  1. Refactor instrument checking

    Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
    Adam.Dybbroe committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    b335606 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into fix-avhrr-instrument-naming

    # Conflicts:
    #	pyspectral/rsr_reader.py
    #	pyspectral/tests/test_utils.py
    #	pyspectral/utils.py
    Adam.Dybbroe committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    f40caa9 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Refactor instrument checking and change RelativeSpectralResponse to r…

    …equire one of platform_name/instrument or filename
    
    Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
    Adam.Dybbroe committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    bf3d0f9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix-avhrr-instrument-naming' of github.com:adybbroe/pys…

    …pectral into fix-avhrr-instrument-naming
    
    # Conflicts:
    #	pyspectral/rsr_reader.py
    #	pyspectral/utils.py
    Adam.Dybbroe committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    06c9f06 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Update pyspectral/utils.py

    adybbroe committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    94d514e View commit details
    Browse the repository at this point in the history
  2. Update pyspectral/utils.py

    adybbroe committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    69345f2 View commit details
    Browse the repository at this point in the history
  3. Update pyspectral/utils.py

    adybbroe committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    e67106b View commit details
    Browse the repository at this point in the history
  4. Update pyspectral/utils.py

    adybbroe committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    a71e411 View commit details
    Browse the repository at this point in the history
  5. Update pyspectral/utils.py

    adybbroe committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    3831e60 View commit details
    Browse the repository at this point in the history
  6. Update pyspectral/utils.py

    adybbroe committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    2358403 View commit details
    Browse the repository at this point in the history
  7. Update pyspectral/utils.py

    adybbroe committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    c33392d View commit details
    Browse the repository at this point in the history
  8. Update pyspectral/utils.py

    adybbroe committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    5d71be7 View commit details
    Browse the repository at this point in the history
  9. Update pyspectral/utils.py

    adybbroe committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    8e77ae2 View commit details
    Browse the repository at this point in the history
  10. Update pyspectral/utils.py

    adybbroe committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    a3f4629 View commit details
    Browse the repository at this point in the history
  11. Update pyspectral/utils.py

    adybbroe committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    c5323f0 View commit details
    Browse the repository at this point in the history
  12. Update pyspectral/utils.py

    adybbroe committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    0141407 View commit details
    Browse the repository at this point in the history
  13. Clean up unused ci-config (bandit is not used currently in pyspectral)

    Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
    Adam.Dybbroe committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    430aa23 View commit details
    Browse the repository at this point in the history
  14. Add custom config for isort - inspired by Satpy

    Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
    Adam.Dybbroe committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    6b16d2d View commit details
    Browse the repository at this point in the history
  15. Do not issue a warning when using in dash in the AVHRR name, like 'av…

    …hrr-3'
    
    Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
    Adam.Dybbroe committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    290f5c2 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'main' into fix-avhrr-instrument-naming

    # Conflicts:
    #	pyspectral/tests/test_utils.py
    #	pyspectral/utils.py
    Adam.Dybbroe committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    5819273 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Update .pre-commit-config.yaml

    Not needed. Only needed when the mccabe plugin is requested we believe
    adybbroe committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    2ace905 View commit details
    Browse the repository at this point in the history