Skip to content

sansajn/pylayers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pylayers

Layer based visualization framework for experimental geodata and search algorithms visualisation.

install dependencies with sudo apt install python-qt4-dev pyqt4-dev-tools command

content

OSM layer

OSM (Open Street Map) layer integration into pylayers framework (serves as a base for other layers).

Run with

cd osm_layer
python pylayers.py

commands.

osm_layer screenshot

bidirectional dijkstra layer

Bidirectional dijkstra based route calculation layer.

Run with

cd bidi_dijkstra
python pylayers.py

commands a open test/data/romanova.bgrp bidirectional graph file by pressing o key.

bidi_dijkstra layer with small graph loaded screenshot

What about graph generator? Make a note about it.

dijkstra layer

Dijkstra based route calculation layer.

Run with

cd dijkstra
python pylayers.py

commands.

location layer

Layer to visualize line based gps log file.

describe log file structure (as I remember it was gump from android device, maybe we still have the app)

custom layer

a few lines how to implement new layer

About

layer based visualization framework for experimental geodata visualisation

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages