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

[FEATURE] Performance improvement for .osm.pbf creation and splitting. Use 'v12' tag (keep) filters #46

Merged
merged 9 commits into from
Oct 22, 2021

Commits on Oct 19, 2021

  1. takeover changes from #40

    treee111 committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    4d77ea1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56a346f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0bf955 View commit details
    Browse the repository at this point in the history
  4. [FEATURE] Add check for required input parameter for CLI and GUI (#41)

    - now not only for GUI but also for CLI the country argument is checked
    - added a check at the start to see if a country is to process is specified. Otherwise closing the GUI without selecting anything resulted in a runtime error.
    treee111 committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    e511c1b View commit details
    Browse the repository at this point in the history
  5. [FEATURE] Enhance check for existing (already downloaded) polygons an…

    …d .osm.pbf files (#43)
    
    - use the files modification date, not the creation time. On windows this seemed to occasionally see newly downloaded files as the ones they replaced.
    - check for a full match instead of doing a wildcard match while checking for existing maps. This prevents matching to multiple maps like australia and australia-oceania.
    treee111 authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    93f9faa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b8e348 View commit details
    Browse the repository at this point in the history
  7. refactoring (pylint, formatting, comments)

    - change pylint findings
    - format constans on save
    - delete unused comments
    treee111 committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    a149d48 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

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

Commits on Oct 21, 2021

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