Giter Site home page Giter Site logo

schooltracker's Introduction

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

schooltracker's People

Contributors

yugr avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.