Skip to content
Snippets Groups Projects
Commit 3ee3caa7 authored by benjamin.jakimow@geo.hu-berlin.de's avatar benjamin.jakimow@geo.hu-berlin.de
Browse files

tbd.

parent 4b8cd71c
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,10 @@ def test_gui():
from timeseriesviewer.main import TimeSeriesViewer
from timeseriesviewer import PATH_EXAMPLE_TIMESERIES
S = TimeSeriesViewer(None)
S.ui.show()
S.run()
if False:
if True:
from timeseriesviewer import file_search
searchDir = r'H:\LandsatData\Landsat_NovoProgresso'
files = file_search(searchDir, '*band4.img', recursive=True)
......@@ -26,11 +27,14 @@ def test_gui():
files = files[0:10]
S.loadImageFiles(files)
return
if False:
S.spatialTemporalVis.MVC.createMapView()
S.loadTimeSeries(path=PATH_EXAMPLE_TIMESERIES, n_max=1)
return
if True:
S.loadTimeSeries(path=PATH_EXAMPLE_TIMESERIES, n_max=1)
S.loadTimeSeries(path=PATH_EXAMPLE_TIMESERIES, n_max=10)
return
pass
def test_component():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment