Skip to content

Finds best travel destinations based on user preferences

Notifications You must be signed in to change notification settings

unitatem/tass-travel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tass-travel

Finds best travel destinations based on user preferences

Dependencies

PostgreSQL

https://www.postgresql.org/

sudo apt-get install postgresql postgresql-contrib

PyQt5

https://pypi.org/project/PyQt5/

sudo apt install qtcreator

For conversion of *.ui into *.py

pyuic5 -x file.ui -o file.py

Resources

https://www.kaggle.com/flashgordon/usa-airport-dataset
http://www.overpass-api.de/ - API for OSM access

Usage

Prepare database

cd tass_travel
python3 setup/download_resources.py
setup/setup_db.sh
python3 setup/flight_parser.py
python3 setup/poi_updater.py

About

Finds best travel destinations based on user preferences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published