Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EO Time Series Viewer
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benjamin Jakimow
EO Time Series Viewer
Commits
3ee3caa7
Commit
3ee3caa7
authored
8 years ago
by
benjamin.jakimow@geo.hu-berlin.de
Browse files
Options
Downloads
Patches
Plain Diff
tbd.
parent
4b8cd71c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
timeseriesviewer/tests.py
+6
-2
6 additions, 2 deletions
timeseriesviewer/tests.py
with
6 additions
and
2 deletions
timeseriesviewer/tests.py
+
6
−
2
View file @
3ee3caa7
...
@@ -14,9 +14,10 @@ def test_gui():
...
@@ -14,9 +14,10 @@ def test_gui():
from
timeseriesviewer.main
import
TimeSeriesViewer
from
timeseriesviewer.main
import
TimeSeriesViewer
from
timeseriesviewer
import
PATH_EXAMPLE_TIMESERIES
from
timeseriesviewer
import
PATH_EXAMPLE_TIMESERIES
S
=
TimeSeriesViewer
(
None
)
S
=
TimeSeriesViewer
(
None
)
S
.
ui
.
show
()
S
.
run
()
S
.
run
()
if
Fals
e
:
if
Tru
e
:
from
timeseriesviewer
import
file_search
from
timeseriesviewer
import
file_search
searchDir
=
r
'
H:\LandsatData\Landsat_NovoProgresso
'
searchDir
=
r
'
H:\LandsatData\Landsat_NovoProgresso
'
files
=
file_search
(
searchDir
,
'
*band4.img
'
,
recursive
=
True
)
files
=
file_search
(
searchDir
,
'
*band4.img
'
,
recursive
=
True
)
...
@@ -26,11 +27,14 @@ def test_gui():
...
@@ -26,11 +27,14 @@ def test_gui():
files
=
files
[
0
:
10
]
files
=
files
[
0
:
10
]
S
.
loadImageFiles
(
files
)
S
.
loadImageFiles
(
files
)
return
if
False
:
if
False
:
S
.
spatialTemporalVis
.
MVC
.
createMapView
()
S
.
spatialTemporalVis
.
MVC
.
createMapView
()
S
.
loadTimeSeries
(
path
=
PATH_EXAMPLE_TIMESERIES
,
n_max
=
1
)
S
.
loadTimeSeries
(
path
=
PATH_EXAMPLE_TIMESERIES
,
n_max
=
1
)
return
if
True
:
if
True
:
S
.
loadTimeSeries
(
path
=
PATH_EXAMPLE_TIMESERIES
,
n_max
=
1
)
S
.
loadTimeSeries
(
path
=
PATH_EXAMPLE_TIMESERIES
,
n_max
=
10
)
return
pass
pass
def
test_component
():
def
test_component
():
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment