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 landuse encoded value based on closed-ring ways tagged with landuse=* #2765

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on Mar 6, 2023

  1. Copy the full SHA
    31a88e1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    164f511 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Copy the full SHA
    b967e54 View commit details
    Browse the repository at this point in the history
  2. skip nodes + ways in pass0

    easbar committed Mar 8, 2023
    Copy the full SHA
    35aecf0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Merge branch 'master' into landuse

    # Conflicts:
    #	core/src/main/java/com/graphhopper/routing/ev/DefaultEncodedValueFactory.java
    #	core/src/main/java/com/graphhopper/routing/util/parsers/DefaultTagParserFactory.java
    easbar committed Mar 18, 2023
    Copy the full SHA
    56c9233 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Merge branch 'master' into landuse

    # Conflicts:
    #	core/src/main/java/com/graphhopper/reader/osm/OSMReader.java
    easbar committed Mar 23, 2023
    Copy the full SHA
    ed2fade View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Merge branch 'master' into landuse

    # Conflicts:
    #	core/src/main/java/com/graphhopper/reader/osm/OSMReader.java
    easbar committed Apr 18, 2023
    Copy the full SHA
    5d07792 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Copy the full SHA
    61d93f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Merge branch 'master' into landuse

    # Conflicts:
    #	core/src/main/java/com/graphhopper/reader/osm/OSMReader.java
    #	core/src/main/java/com/graphhopper/reader/osm/WaySegmentParser.java
    easbar committed Apr 28, 2023
    Copy the full SHA
    c35c741 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. print memory usage: ~156MB area index + ~140MB temporary area data fo…

    …r ile-de-france
    
    for comparison: after pass1 we'd normally use around 76MB after pass1 and around 420MB after pass2 for way segment parser and another ~140MB for the graph (a total of around 560MB)
    easbar committed Apr 29, 2023
    Copy the full SHA
    f29d475 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dae4963 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    641340a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8e95c37 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    456799b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d40c48d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    eafe710 View commit details
    Browse the repository at this point in the history
  8. no need for pass0 like this

    easbar committed Apr 29, 2023
    Copy the full SHA
    b66669f View commit details
    Browse the repository at this point in the history
  9. pass0 and store coordinates in polygons directly, ~83MB memory peak f…

    …or index + temporary
    easbar committed Apr 29, 2023
    Copy the full SHA
    231ed8a View commit details
    Browse the repository at this point in the history
  10. use kvstorage for area tags

    easbar committed Apr 29, 2023
    Copy the full SHA
    4c5622d View commit details
    Browse the repository at this point in the history
  11. Revert "use kvstorage for area tags"

    This reverts commit 4c5622d.
    easbar committed Apr 29, 2023
    Copy the full SHA
    30c5650 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    03cdc86 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    c2b4126 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    7376b81 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Copy the full SHA
    08fe0ca View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c1614f4 View commit details
    Browse the repository at this point in the history