-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BREAKING] X/Y coordinates can be given as input parameters (e.g. for…
… testing!) & refactoring of GUI & CLI processing (#99) This PR makes it possible to provide X/Y coordinates via command line as input parameter to create the corresponding map * change start of the tool via two parsers - to distinct between GUI and CLI processing clearer - to be able to implement input of X/Y coordinates in the future * refactor input processing * adjust input processing (differentiate input further) - incl. adjusting relevat unit tests * implement input as X/Y coordinates - functions to provide the functionality - call of them * different changes - tests - country-name without "/" for X/Y coordinates * update documentation and launch config * PR review findings * implement multiple x/y combinations as input parameters - in coding & tests - launch config: malta as x/y + multiple x/y comb * update documentation for CLI usage in USAGE.md * do not log each .json file BREAKING CHANGE: The GUI and CLI of wahooMapsCreator will now be called differently than before: - `python wahoo_map_creator.py gui` and - `python wahoo_map_creator.py cli -co malta` This will ensure better control over the CLI input parameters, help messages and is more consistent now!
- Loading branch information
Showing
10 changed files
with
444 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ osmconvert_tempfile.* | |
**/__pycache__/* | ||
**/*.pyc | ||
**/*.DS_Store | ||
**/*.py*.tmp | ||
|
||
# mac/unix | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.