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
b8345322
Commit
b8345322
authored
7 years ago
by
benjamin.jakimow@geo.hu-berlin.de
Browse files
Options
Downloads
Patches
Plain Diff
tbd.
parent
9ec1e355
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
timeseriesviewer/sandbox.py
+1
-11
1 addition, 11 deletions
timeseriesviewer/sandbox.py
timeseriesviewer/ui/mapviewdefinition.ui
+8
-6
8 additions, 6 deletions
timeseriesviewer/ui/mapviewdefinition.ui
with
9 additions
and
17 deletions
timeseriesviewer/sandbox.py
+
1
−
11
View file @
b8345322
...
@@ -281,7 +281,6 @@ class SignalPrinter(object):
...
@@ -281,7 +281,6 @@ class SignalPrinter(object):
def
sandboxTestdata
():
def
sandboxTestdata
():
from
timeseriesviewer.main
import
TimeSeriesViewer
from
timeseriesviewer.main
import
TimeSeriesViewer
from
timeseriesviewer
import
PATH_EXAMPLE_TIMESERIES
S
=
TimeSeriesViewer
(
None
)
S
=
TimeSeriesViewer
(
None
)
S
.
ui
.
show
()
S
.
ui
.
show
()
S
.
run
()
S
.
run
()
...
@@ -292,15 +291,7 @@ def sandboxTestdata():
...
@@ -292,15 +291,7 @@ def sandboxTestdata():
import
timeseriesviewer.profilevisualization
import
timeseriesviewer.profilevisualization
timeseriesviewer
.
profilevisualization
.
DEBUG
=
True
timeseriesviewer
.
profilevisualization
.
DEBUG
=
True
import
example.Images
import
example.Images
if
True
:
S
.
loadExampleTimeSeries
()
S
.
loadExampleTimeSeries
()
else
:
imgs
=
[
example
.
Images
.
Img_2014_08_11_LC82270652014223LGN00_BOA
,
example
.
Images
.
re_2014_08_26
]
S
.
addTimeSeriesImages
(
imgs
)
from
example
import
exampleEvents
from
example
import
exampleEvents
ml
=
QgsVectorLayer
(
exampleEvents
,
'
labels
'
,
'
ogr
'
,
True
)
ml
=
QgsVectorLayer
(
exampleEvents
,
'
labels
'
,
'
ogr
'
,
True
)
...
@@ -308,7 +299,6 @@ def sandboxTestdata():
...
@@ -308,7 +299,6 @@ def sandboxTestdata():
if
__name__
==
'
__main__
'
:
if
__name__
==
'
__main__
'
:
import
site
,
sys
,
pyqtgraph
# add site-packages to sys.path as done by enmapboxplugin.py
# add site-packages to sys.path as done by enmapboxplugin.py
from
timeseriesviewer.utils
import
initQgisApplication
from
timeseriesviewer.utils
import
initQgisApplication
qgsApp
=
initQgisApplication
()
qgsApp
=
initQgisApplication
()
...
...
This diff is collapsed.
Click to expand it.
timeseriesviewer/ui/mapviewdefinition.ui
+
8
−
6
View file @
b8345322
...
@@ -227,6 +227,9 @@
...
@@ -227,6 +227,9 @@
<property
name=
"checkable"
>
<property
name=
"checkable"
>
<bool>
true
</bool>
<bool>
true
</bool>
</property>
</property>
<property
name=
"checked"
>
<bool>
false
</bool>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_2"
>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_2"
>
<property
name=
"sizeConstraint"
>
<property
name=
"sizeConstraint"
>
<enum>
QLayout::SetMinAndMaxSize
</enum>
<enum>
QLayout::SetMinAndMaxSize
</enum>
...
@@ -234,7 +237,7 @@
...
@@ -234,7 +237,7 @@
<item>
<item>
<widget
class=
"QgsMapLayerComboBox"
name=
"cbQgsVectorLayer"
>
<widget
class=
"QgsMapLayerComboBox"
name=
"cbQgsVectorLayer"
>
<property
name=
"enabled"
>
<property
name=
"enabled"
>
<bool>
tru
e
</bool>
<bool>
fals
e
</bool>
</property>
</property>
<property
name=
"sizePolicy"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Preferred"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Preferred"
>
...
@@ -324,7 +327,7 @@
...
@@ -324,7 +327,7 @@
</widget>
</widget>
</item>
</item>
</layout>
</layout>
<action
name=
"actionToggleMapView
Visibility
"
>
<action
name=
"actionToggleMapView
Hidden
"
>
<property
name=
"checkable"
>
<property
name=
"checkable"
>
<bool>
true
</bool>
<bool>
true
</bool>
</property>
</property>
...
@@ -336,14 +339,13 @@
...
@@ -336,14 +339,13 @@
</property>
</property>
<property
name=
"icon"
>
<property
name=
"icon"
>
<iconset
resource=
"resources.qrc"
>
<iconset
resource=
"resources.qrc"
>
<normaloff>
:/timeseriesviewer/icons/mapviewHidden.svg
</normaloff>
<normaloff>
:/timeseriesviewer/icons/mapviewHidden.svg
</normaloff>
:/timeseriesviewer/icons/mapviewHidden.svg
</iconset>
<normalon>
:/timeseriesviewer/icons/mapviewHidden.svg
</normalon>
:/timeseriesviewer/icons/mapviewHidden.svg
</iconset>
</property>
</property>
<property
name=
"text"
>
<property
name=
"text"
>
<string>
Toogle visibility
</string>
<string>
Hide Map View
</string>
</property>
</property>
<property
name=
"toolTip"
>
<property
name=
"toolTip"
>
<string>
Toogle visibility of
this map view
</string>
<string>
Hide
this map view
</string>
</property>
</property>
</action>
</action>
<action
name=
"actionToggleCrosshairVisibility"
>
<action
name=
"actionToggleCrosshairVisibility"
>
...
...
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