treee111 / wahooMapsCreator

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

[BREAKING] Upgrade required Python version to 3.11, upgrade packages GDAL to 3.6 and autopep8 to 2.0 #166

Closed treee111 closed 1 year ago

treee111 commented 1 year ago

This PR…

Considerations and implementations

The former Python version 3.7 reaches end of live on the 27.06.2023 (https://devguide.python.org/versions/).

Upgrade existing Anaconda environment

Remove existing environment: conda env remove -n gdal-user Create new environment and install wahoomc:

conda create -n gdal-user python=3.11 geojson=2.5 gdal=3.6 pip --channel conda-forge --override-channels
conda activate gdal-user
pip install wahoomc

After release v4.0.0 has been merged, this will also be taken over to the docs:

How to test

  1. create new dev or user environment
  2. create your country / tile as always and check content

Pull Request Checklist