Improve relay maps with proper world map backgrounds using cartopy

This commit is contained in:
lollerfirst
2025-11-01 19:57:44 +01:00
parent bd4a666b99
commit da302d5aba
4 changed files with 44 additions and 51 deletions
+4
View File
@@ -32,6 +32,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install matplotlib pandas numpy folium scipy
# Install cartopy and its dependencies
sudo apt-get update
sudo apt-get install -y libproj-dev proj-bin proj-data libgeos-dev
pip install cartopy
- name: Generate relay maps
run: |