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

Benjamin Jakimow
committed
EO Time Series Viewer
-------------------
begin : 2015-08-20
git sha : $Format:%H$
copyright : (C) 2017 by HU-Berlin
email : benjamin.jakimow@geo.hu-berlin.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. *
* *
***************************************************************************/
"""
# noinspection PyPep8Naming

benjamin.jakimow@geo.hu-berlin.de
committed
import sys, os
from qgis.core import *

benjamin.jakimow@geo.hu-berlin.de
committed
from timeseriesviewer import *
import numpy as np
import pyqtgraph as pg

benjamin.jakimow@geo.hu-berlin.de
committed
from timeseriesviewer.ui.widgets import *
from timeseriesviewer.timeseries import TimeSeries, TimeSeriesDatum, SensorInstrument
if __name__ == '__main__':
import site, sys
#add site-packages to sys.path as done by enmapboxplugin.py
box = QgsMapLayerComboBox()
box.model().sourceModel().addLayers([vl])
box.show()
qapp.exec_()