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

Add support for ASDF serialisation and deserialisation #776

Draft
wants to merge 49 commits into
base: main
Choose a base branch
from

Commits on Nov 6, 2024

  1. initial commit

    ViciousEagle03 authored and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ac36722 View commit details
    Browse the repository at this point in the history
  2. version alignment

    ViciousEagle03 authored and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6be61e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e619fc View commit details
    Browse the repository at this point in the history
  4. Update tag and

    ViciousEagle03 authored and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f505703 View commit details
    Browse the repository at this point in the history
  5. enable schema test

    ViciousEagle03 authored and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    af2f9c7 View commit details
    Browse the repository at this point in the history
  6. revert small change

    ViciousEagle03 authored and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    adfc6b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78eeb53 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0804f1d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0f4a86f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86bfac9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da1c14e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dc24d40 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ef208ed View commit details
    Browse the repository at this point in the history
  14. pre-commit

    Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c3d2606 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    86c2b6c View commit details
    Browse the repository at this point in the history
  16. Update schemas

    ViciousEagle03 authored and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    3a875ab View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ce5a14b View commit details
    Browse the repository at this point in the history
  18. Update converters

    ViciousEagle03 authored and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9247b46 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c8a1bc4 View commit details
    Browse the repository at this point in the history
  20. minor change

    ViciousEagle03 authored and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c681cb2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    42c590e View commit details
    Browse the repository at this point in the history
  22. Add tests and GWCS objects

    ViciousEagle03 authored and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7f3a81b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7622950 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f89e195 View commit details
    Browse the repository at this point in the history
  25. Update the dependencies version

    ViciousEagle03 authored and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8b519ae View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    37bf563 View commit details
    Browse the repository at this point in the history
  27. env name update

    ViciousEagle03 authored and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    693e63e View commit details
    Browse the repository at this point in the history
  28. Add asdf as an optional dep

    ViciousEagle03 authored and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    de6944e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    22a839e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ec863ad View commit details
    Browse the repository at this point in the history
  31. Add mask as a validator property

    ViciousEagle03 authored and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b2fd5e1 View commit details
    Browse the repository at this point in the history
  32. Add unit support to asdf

    Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6d81ee9 View commit details
    Browse the repository at this point in the history
  33. Add the serialization support for the ResampledLowlevelWCS ReorderedL…

    …owLevelWCS CompoundLowLevelWCS
    ViciousEagle03 authored and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a6a33be View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    95486b0 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4fb5288 View commit details
    Browse the repository at this point in the history
  36. Add comment and update logic

    ViciousEagle03 authored and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6cf9602 View commit details
    Browse the repository at this point in the history
  37. Apply minor suggestions from code review

    Co-authored-by: Stuart Mumford <[email protected]>
    DanRyanIrish and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ddc75be View commit details
    Browse the repository at this point in the history
  38. More minor tweaks

    Cadair authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e7cf14f View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    7ee5048 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    8610805 View commit details
    Browse the repository at this point in the history
  41. revert small change

    ViciousEagle03 authored and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    149944f View commit details
    Browse the repository at this point in the history
  42. Add asdf as an optional dep

    ViciousEagle03 authored and Cadair committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    98e633c View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    789e841 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    24af793 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    494e2c5 View commit details
    Browse the repository at this point in the history
  46. Minor tweaks

    Cadair authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    db8f22d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

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

Commits on Nov 13, 2024

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