ch-sa / osm-city-comparer

Small PyQt tool for comparing cities by POI counts using OSM data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSM City Comparer

Small PyQt tool for comparing cities using OpenStreetMap data about points of interest (POIs). Data is requested using Nominatim and overpy. Project was just a quick test, so not stable and tested.

Screenshot of PyQt UI

Installation

pip install -r requirements.txt
python3 compare_cities.py

Usage

  1. Enter two city names and wait for autocompletion (Optional change selection with dropdown).
  2. Click on compare cities and wait for background API calls.

About

Small PyQt tool for comparing cities by POI counts using OSM data

License:GNU General Public License v3.0


Languages

Language:Python 89.3%Language:CSS 10.7%