Newer
Older
# -*- coding: utf-8 -*-
"""
***************************************************************************

benjamin.jakimow@geo.hu-berlin.de
committed
Date : 10.08.2017

benjamin.jakimow@geo.hu-berlin.de
committed
Email : benjamin jakimow at geo dot hu-berlin dot de
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
"""
from __future__ import absolute_import

benjamin.jakimow@geo.hu-berlin.de
committed
import sys
class run():
"""
Starts the HUB TimeSeriesViewer
"""
from timeseriesviewer.sandbox import initQgisApplication
qgsApp = initQgisApplication()

benjamin.jakimow@geo.hu-berlin.de
committed
S = TimeSeriesViewer(None)
S.ui.show()
S.run()

benjamin.jakimow@geo.hu-berlin.de
committed
#close QGIS
qgsApp.exec_()
qgsApp.exitQgis()