mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 06:45:18 +00:00
Improve relay maps with proper world map backgrounds using cartopy
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user