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

Refactoring #12

Merged
merged 57 commits into from
Jul 22, 2024
Merged

Refactoring #12

merged 57 commits into from
Jul 22, 2024

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    5ec5361 View commit details
    Browse the repository at this point in the history
  2. add converter

    Sven Jäger committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6f151ae View commit details
    Browse the repository at this point in the history
  3. extract water ways and bodies

    Sven Jäger committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e33ac69 View commit details
    Browse the repository at this point in the history
  4. chore: Refactor Converter.cpp and Converter.hpp

    Sven Jäger committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1259658 View commit details
    Browse the repository at this point in the history
  5. extract Railways

    Sven Jäger committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    23a26d4 View commit details
    Browse the repository at this point in the history
  6. add building converter

    Sven Jäger committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    962acd0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02f243d View commit details
    Browse the repository at this point in the history
  8. add rest areas

    Sven Jäger committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    58cc1fd View commit details
    Browse the repository at this point in the history
  9. add hamletconverter

    Sven Jäger committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f5c8b22 View commit details
    Browse the repository at this point in the history
  10. add CityConverter

    Sven Jäger committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e5e18b1 View commit details
    Browse the repository at this point in the history
  11. add LanduseConverter

    Sven Jäger committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    5bb62e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. extract admin boundaries

    Sven Jäger committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    7e2151c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. add adminboundaries converter

    Sven Jäger committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c338c6e View commit details
    Browse the repository at this point in the history
  2. move iso parse logic to converter

    Sven Jäger committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    428b255 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ed90fd View commit details
    Browse the repository at this point in the history
  4. Refactor code to add LINK_ID constant in Converter.hpp and remove LIN…

    …K_ID constant in AdminBoundariesConverter.hpp
    Sven Jäger committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    03b5716 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b13a1d View commit details
    Browse the repository at this point in the history
  6. rfactoring

    Sven Jäger committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    360b666 View commit details
    Browse the repository at this point in the history
  7. refactoring

    Sven Jäger committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1c08a0e View commit details
    Browse the repository at this point in the history
  8. add housenumber

    Sven Jäger committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4f77e8b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c269b05 View commit details
    Browse the repository at this point in the history
  10. Refactor navteq_mappings.hpp to remove unused code and improve readab…

    …ility
    Sven Jäger committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2e878b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3940346 View commit details
    Browse the repository at this point in the history
  12. replace with std::fileystem

    Sven Jäger committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    80d1b3a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fcc282e View commit details
    Browse the repository at this point in the history
  14. use gdal to access dbf files

    Sven Jäger committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    bee78f4 View commit details
    Browse the repository at this point in the history
  15. refactor: Remove boost-filesystem dependency and use std::filesystem …

    …instead
    Sven Jäger committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c5c6245 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    6f62681 View commit details
    Browse the repository at this point in the history
  2. remove helper

    Sven Jäger committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e2bafd3 View commit details
    Browse the repository at this point in the history
  3. fix datasource

    Sven Jäger committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    705852a View commit details
    Browse the repository at this point in the history
  4. convert everything except streets

    Sven Jäger committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a525bf9 View commit details
    Browse the repository at this point in the history
  5. single directory in the converter

    Sven Jäger committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    41cd71a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80c92fa View commit details
    Browse the repository at this point in the history
  7. activate streetconverter again

    Sven Jäger committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    76d0abf View commit details
    Browse the repository at this point in the history
  8. refactor: Remove navteq_mappings.hpp file

    Sven Jäger committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1ace21b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. extract OSMTagger and housenumber creation

    Sven Jäger committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4c79847 View commit details
    Browse the repository at this point in the history
  2. more extraction

    Sven Jäger committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    dcf5a6b View commit details
    Browse the repository at this point in the history
  3. remove global under construction map

    Sven Jäger committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b8490e6 View commit details
    Browse the repository at this point in the history
  4. refactor: replace global maps

    Sven Jäger committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    988f50b View commit details
    Browse the repository at this point in the history
  5. Extract Housenumber conversion into its on converter

    Sven Jäger committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    45cc703 View commit details
    Browse the repository at this point in the history
  6. extract more global states

    Sven Jäger committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b9fad6b View commit details
    Browse the repository at this point in the history
  7. finished refactoring

    Sven Jäger committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    82bcd5d View commit details
    Browse the repository at this point in the history
  8. fix error

    Sven Jäger committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    77c4b40 View commit details
    Browse the repository at this point in the history
  9. fix error with ramp names

    Sven Jäger committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3f7dd96 View commit details
    Browse the repository at this point in the history
  10. use global endpoint map

    Sven Jäger committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    dcc1c89 View commit details
    Browse the repository at this point in the history
  11. add country codes

    Sven Jäger committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0333ebf View commit details
    Browse the repository at this point in the history
  12. fix query

    Sven Jäger committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bacc45e View commit details
    Browse the repository at this point in the history
  13. add missing region

    Sven Jäger committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b964fac View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2b77804 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. ignore timerestrictions

    Sven Jäger committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8c63a35 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. fix country detection

    Sven Jäger committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a32d651 View commit details
    Browse the repository at this point in the history
  2. only consider adminlvl 1 for mapping aracoe to govcode

    Sven Jäger committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    db4ab84 View commit details
    Browse the repository at this point in the history
  3. cnsider MPH

    Sven Jäger committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    60c3db8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. consider special speed limits

    Sven Jäger committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ed9fb2e View commit details
    Browse the repository at this point in the history
  2. no direction for access restriction

    Sven Jäger committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7df0a7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9895b28 View commit details
    Browse the repository at this point in the history
  4. remove useless BK road handling for sweden

    Sven Jäger committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    91becff View commit details
    Browse the repository at this point in the history