Skip to content

yugr/SchoolTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

Simple tool to show location of highly-rated Moscow schools. School ratings have been taken from

Prerequisites

To run, obtain developer keys for

  • JavaScript API и HTTP Геокодер
  • API Поиска по организациям

They are free and can be obtained in Кабинет Разработчика.

On Linux you need to install pip:

$ sudo apt-get install python3-pip

How to use

To draw a map with 75 best schools based on RAEX rating, excluding the HSE, run

# XXX and YYY need to be replaced with your Yandex tokens
$ python3 SchoolTracker.py -m 75 --skip-schools 'ВШЭ' \
  --jsapi-key XXX --places-key YYY ratings/raex/top300.2022.txt

This will generate Schools.html (and marks.js) file which can be viewed in your favourite browser.

You can also draw more schools or use another rating:

$ python3 SchoolTracker.py -m -100 ratings/schoolotzyv/2021/ege.cumulative.2021.txt

To also print textual info on schools, use

$ python3 --print-schools ...

(this is mainly used for debugging).

To print metro station mapping, use

$ python3 --print-metro-map ...

For more details, run

$ python3 SchoolTracker.py -h

Generation of rating files

Rating files for RAEX rating can be generated via

$ python3 ParseRAEX.py https://raex-rr.com/education/schools_rating/top-300_schools/2023

TODO

About

Simple tool to track Moscow schools on map

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published