treee111 / wahooMapsCreator

Create maps for Wahoo device based on latest OSM maps
GNU General Public License v3.0
259 stars 26 forks source link

[FEAT] Integrate contour lines (elevation) into generated maps with argument `-con` #188

Closed treee111 closed 1 year ago

treee111 commented 1 year ago

This PR…

Considerations and implementations

How to test

  1. 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!

  2. install additional programs https://github.com/treee111/wahooMapsCreator/blob/contour-lines/docs/QUICKSTART_ANACONDA.md#additional-programs-for-generating-contour-lines

  3. use branch contour-lines or alpha version installed via pip install wahoomc==4.0.0a3 pip install wahoomc==4.0.0a5 pip install wahoomc==4.0.0a10 or pip install wahoomc==4.0.0a8

  4. run python -m wahoomc cli -co malta -con or similar for your country / xy-coordinates

Pull Request Checklist