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 Registry to abstract serializing and deserialzing xml into kml objects #296

Merged
merged 38 commits into from
Jan 7, 2024

Commits on Dec 23, 2023

  1. introduce a registry

    cleder committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    11a1a2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4549d60 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    5f3debb View commit details
    Browse the repository at this point in the history
  2. Standardize call args

    cleder committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a711f5a View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Standardize call args

    cleder committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    0ebb65d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60a48cd View commit details
    Browse the repository at this point in the history
  3. fix edgecase for gx:elements

    cleder committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    8763757 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a896b6 View commit details
    Browse the repository at this point in the history
  5. Refactor XML parsing code to support additional data types

    This commit refactors the XML parsing code in several files to support additional data types. The changes include adding support for parsing and handling string and float values. This improves the flexibility and robustness of the XML parsing functionality in the project.
    cleder committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    141bc5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95e9f1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf86f57 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    9c5fef6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7abcd16 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

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

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    ca60b81 View commit details
    Browse the repository at this point in the history
  2. fix data tests

    cleder committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    d19699b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f7169e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e01eaba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a86133 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0fcd19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    511ff88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9296e9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a46229 View commit details
    Browse the repository at this point in the history
  10. no lxml for python 3.13 yet

    cleder committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    047e314 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e3a4dc2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4165a0a View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. remove unused code

    cleder committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    842ff1c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    cf8f141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    881c2a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93b7f19 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    c806651 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0700ed View commit details
    Browse the repository at this point in the history
  3. Remove Codeball workflow

    cleder committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    13bb78a View commit details
    Browse the repository at this point in the history
  4. Test NetworkLink

    cleder committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    d30093a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bff022 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    ac2acb1 View commit details
    Browse the repository at this point in the history
  2. ommit empty styles

    cleder committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    53661f0 View commit details
    Browse the repository at this point in the history