-
Notifications
You must be signed in to change notification settings - Fork 27
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
[FEAT] Integrate contour lines (elevation) into generated maps with argument -con
#188
Merged
Conversation
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
treee111
force-pushed
the
contour-lines
branch
3 times, most recently
from
March 17, 2023 15:10
a3c5710
to
0ccb308
Compare
4 tasks
need to be installed manually in addition: http://katze.tfiu.de/projects/phyghtmap/
temp refactor temp refactor
enable write_config_file to not only write the version of last run ;-)
Closed
- python3 is oldschool, not needed anymore. got it from http://katze.tfiu.de/projects/phyghtmap - add required conda packages for contour lines to QUICKSTART - differentiate Windows and macOS/Linux for phyghtmap installation
treee111
changed the title
[FEAT] Implement contour lines
[FEAT] Integrate contour lines (elevation) into generated maps with -con
Apr 3, 2023
treee111
changed the title
[FEAT] Integrate contour lines (elevation) into generated maps with -con
[FEAT] Integrate contour lines (elevation) into generated maps with argument Apr 3, 2023
-con
- add required conda packages for contour lines to FAQ
so that the user can enter it once the tool startet and not in the middle of processing e.g. big countries
treee111
commented
Apr 25, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested in #145
treee111
added a commit
that referenced
this pull request
May 5, 2023
…rgument `-con` (#188) * dev environment for countour lines need to be installed manually in addition: http://katze.tfiu.de/projects/phyghtmap/ * Added contour lines py code Thanks to @masc4ii and @Ebe66 * Fix polygon lines * elevation: refactor, fix pylint findings * launch config for contour lines * correctly check if elevation file is already there in X/Y directory temp correctly * refactor, separat user/pw temp refactor temp refactor * add cli argument for contour lines * handle FileNotFoundError in function instead of the caller level * save and read earthexplorer username & password from config file enable write_config_file to not only write the version of last run ;-) * set Cache directory for hgt files to user dir instead of cwd documentation: http://katze.tfiu.de/projects/phyghtmap/phyghtmap.1.html * move contour packages into conda env .yml files + delete separate contour .yml file * add contour lines to documentation * mention -con in USAGE.md and cleanup/restructure * check for phyghtmap on macOS * ask for -con on main.py level * Bump version to v4.0.0a3 * Bump version to v4.0.0a5 * Bump version to v4.0.0a8 * update QUICKSTART documentation - python3 is oldschool, not needed anymore. got it from http://katze.tfiu.de/projects/phyghtmap - add required conda packages for contour lines to QUICKSTART - differentiate Windows and macOS/Linux for phyghtmap installation * make logging identical to other processing functions * launch config & documentation * setup check can be equal for both OS * update misc stuff (leftovers) - add required conda packages for contour lines to FAQ * Bump version to v4.0.0a10 * move earthexplorer credentials prompt to the beginning so that the user can enter it once the tool startet and not in the middle of processing e.g. big countries * add GUI checkbox for contour lines --------- Co-authored-by: masc4ii <[email protected]>
alfh
pushed a commit
to alfh/wahooMapsCreator
that referenced
this pull request
Nov 4, 2023
…rgument `-con` (treee111#188) * dev environment for countour lines need to be installed manually in addition: http://katze.tfiu.de/projects/phyghtmap/ * Added contour lines py code Thanks to @masc4ii and @Ebe66 * Fix polygon lines * elevation: refactor, fix pylint findings * launch config for contour lines * correctly check if elevation file is already there in X/Y directory temp correctly * refactor, separat user/pw temp refactor temp refactor * add cli argument for contour lines * handle FileNotFoundError in function instead of the caller level * save and read earthexplorer username & password from config file enable write_config_file to not only write the version of last run ;-) * set Cache directory for hgt files to user dir instead of cwd documentation: http://katze.tfiu.de/projects/phyghtmap/phyghtmap.1.html * move contour packages into conda env .yml files + delete separate contour .yml file * add contour lines to documentation * mention -con in USAGE.md and cleanup/restructure * check for phyghtmap on macOS * ask for -con on main.py level * Bump version to v4.0.0a3 * Bump version to v4.0.0a5 * Bump version to v4.0.0a8 * update QUICKSTART documentation - python3 is oldschool, not needed anymore. got it from http://katze.tfiu.de/projects/phyghtmap - add required conda packages for contour lines to QUICKSTART - differentiate Windows and macOS/Linux for phyghtmap installation * make logging identical to other processing functions * launch config & documentation * setup check can be equal for both OS * update misc stuff (leftovers) - add required conda packages for contour lines to FAQ * Bump version to v4.0.0a10 * move earthexplorer credentials prompt to the beginning so that the user can enter it once the tool startet and not in the middle of processing e.g. big countries * add GUI checkbox for contour lines --------- Co-authored-by: masc4ii <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR…
Considerations and implementations
How to test
setup a Anaconda environment with python 3.10 if you don't have one already
https://github.com/treee111/wahooMapsCreator/blob/contour-lines/docs/QUICKSTART_ANACONDA.md#create-anaconda-environment
make sure that shapely is installed via conda-forge as written in this link!
install additional programs
https://github.com/treee111/wahooMapsCreator/blob/contour-lines/docs/QUICKSTART_ANACONDA.md#additional-programs-for-generating-contour-lines
use branch
contour-lines
or alpha version installed viapip install wahoomc==4.0.0a3
pip install wahoomc==4.0.0a5
pip install wahoomc==4.0.0a10
orpip install wahoomc==4.0.0a8
run
python -m wahoomc cli -co malta -con
or similar for your country / xy-coordinatesPull Request Checklist