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

Improve OSM XML file saving #1135

Merged
merged 38 commits into from
Mar 2, 2024
Merged

Improve OSM XML file saving #1135

merged 38 commits into from
Mar 2, 2024

Commits on Feb 18, 2024

  1. streamline xml parsing

    gboeing committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    72bee71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f4bf69 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. refactor save_graph_xml

    gboeing committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    41d0644 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66ba462 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. refactor osm xml saving

    gboeing committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a95aa83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0b2adc View commit details
    Browse the repository at this point in the history
  3. clean up _sort_nodes func

    gboeing committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    cd8c1f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    582a806 View commit details
    Browse the repository at this point in the history
  2. fix docstrings and comments

    gboeing committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6f164fc View commit details
    Browse the repository at this point in the history
  3. avoid unnecessary returns

    gboeing committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    702a141 View commit details
    Browse the repository at this point in the history
  4. improve test coverage

    gboeing committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5de8d8b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    0dfbfb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4626be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54170cd View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    bfd0bfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a948544 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59cf837 View commit details
    Browse the repository at this point in the history
  4. improve docstrings

    gboeing committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    2a1a786 View commit details
    Browse the repository at this point in the history
  5. improve docstrings

    gboeing committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    ea033f6 View commit details
    Browse the repository at this point in the history
  6. add encoding function param

    gboeing committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    83c7075 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea4a62f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. optimize _add_nodes_xml

    gboeing committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e4af545 View commit details
    Browse the repository at this point in the history
  2. improve comments

    gboeing committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7a8842f View commit details
    Browse the repository at this point in the history
  3. code cleanup

    gboeing committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c450527 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a5e9ad View commit details
    Browse the repository at this point in the history
  5. rename way_tag_aggs

    gboeing committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8f41e7f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'v2' into xml

    gboeing committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2a55221 View commit details
    Browse the repository at this point in the history
  7. update pre-commit

    gboeing committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    151e57a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43292b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7a3cc68 View commit details
    Browse the repository at this point in the history
  10. add xsd schema for osm xml

    gboeing committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    06edb3d View commit details
    Browse the repository at this point in the history
  11. update changelog

    gboeing committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    1233050 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    936ac39 View commit details
    Browse the repository at this point in the history
  13. clarify standard attrs

    gboeing committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    22b344c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a4774a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. improve docstring

    gboeing committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    753ee5a View commit details
    Browse the repository at this point in the history
  2. add iso8601 timestamp style

    gboeing committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a16fdf6 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. run prettier on toml and xml

    gboeing committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    9cbbf68 View commit details
    Browse the repository at this point in the history