Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Add map image and mark TODOs as done#2

Merged
cmehat merged 1 commit into
mainfrom
add-map-image
Jun 3, 2026
Merged

Add map image and mark TODOs as done#2
cmehat merged 1 commit into
mainfrom
add-map-image

Conversation

@cmehat

@cmehat cmehat commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add a Python script (scripts/generate_map.py) that renders tezos.gpx waypoints onto a Robinson-projection world map using cartopy + matplotlib
  • Display the generated map.png in the README
  • Update the CI workflow to regenerate the map on each run
  • Mark all three original TODOs as completed

Test plan

  • Run python3 scripts/generate_map.py locally and verify map.png renders 20 labeled markers
  • Verify README displays the map image on GitHub
  • Confirm CI workflow runs successfully with the new map generation step

Copilot AI review requested due to automatic review settings June 1, 2026 21:07

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates project documentation to reflect completion status of prior TODO items related to GPX updates, scheduled automation, and map generation.

Changes:

  • Mark the original README TODO items as completed, with references to the purported implementation (scripts/update_gpx.py, a quarterly GitHub Action, and scripts/generate_map.py).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines 10 to 12
* *cities* for protocols testnets and protocols applied on mainnet
* => cf. https://tezos.gitlab.io/protocols/naming.html
* can be mapped :-)
Comment thread README.md
Comment on lines 10 to 12
* *cities* for protocols testnets and protocols applied on mainnet
* => cf. https://tezos.gitlab.io/protocols/naming.html
* can be mapped :-)
Comment thread README.md
Comment on lines +15 to 18
## To-do
- ~~script to extract cities from tezos project~~ done — `scripts/update_gpx.py`
- ~~trigger this project on changes from previous URL~~ done — quarterly GitHub Action
- ~~generate map~~ done — `scripts/generate_map.py` renders `map.png` from `tezos.gpx`
@cmehat
cmehat merged commit b2c9e1a into main Jun 3, 2026
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants