Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 711 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 711 Bytes

HA2TO repater scraper

This python script scrapes the page Magyarországi VHF és UHF rádióamatőr átjátszók and generates 3 files:

  • repeaters.csv for ChIRP
  • repeaters.kml with approximate coordinates for mapping software (red pin = 2m repeater, blue pin = 70cm repeater)
  • echolink.kml similar to repeaters.kml but only contains EchoLink-enabled repeaters

For the maps, see the generated map on google maps

To run:

python3 -m virtualenv env
source env/bin/activate
pip3 install -r requirements.txt
python3 rep_scraper

Made by HA7DN, 2023