16x timelines are one hour each
This commit is contained in:
parent
3c73ffe9e0
commit
73f897aa58
2 changed files with 6 additions and 5 deletions
|
|
@ -32,7 +32,7 @@ if __name__ == '__main__':
|
|||
timeline = oxgst.Timeline(opts.input)
|
||||
timeline.extract(opts.prefix, opts.width, opts.height)
|
||||
oxgst.timeline.createTimelineMultiline(opts.prefix)
|
||||
oxgst.timeline.makeTiles(opts.prefix, 16)
|
||||
oxgst.timeline.makeTiles(opts.prefix, 16, 3600)
|
||||
oxgst.timeline.makeTimelineOverview(opts.prefix, 1920)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue