A important thing is that python 3.10 is needed because matplotlib-3.4.3 is needed, later versions which work with python 3.11 do not work a la "_contour" has not been found
use branch contour-lines or alpha version installed via
pip install wahoomc==4.0.0a3pip install wahoomc==4.0.0a5pip install wahoomc==4.0.0a10 or
pip install wahoomc==4.0.0a8
run python -m wahoomc cli -co malta -con or similar for your country / xy-coordinates
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