Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benjamin Jakimow
EO Time Series Viewer
Commits
a5f2fb08
Commit
a5f2fb08
authored
Jul 15, 2020
by
Benjamin Jakimow
Browse files
updates
Signed-off-by:
Benjamin Jakimow
<
benjamin.jakimow@geo.hu-berlin.de
>
parent
eeb6b61c
Pipeline
#12446
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bitbucket-pipelines.yml
View file @
a5f2fb08
...
@@ -36,7 +36,7 @@ pipelines:
...
@@ -36,7 +36,7 @@ pipelines:
# build and upload plugin to download section
# build and upload plugin to download section
-
python3 scripts/create_plugin.py -z timeseriesviewerplugin.$(BITBUCKET_BRANCH).lastbuild.zip
-
python3 scripts/create_plugin.py -z timeseriesviewerplugin.$(BITBUCKET_BRANCH).lastbuild.zip
#- find deploy -name "timeseriesviewerplugin*zip" -exec cp -t deploy2 {} +
#- find deploy -name "timeseriesviewerplugin*zip" -exec cp -t deploy2 {} +
-
find deploy -name "timeseriesviewerplugin*zip" -exec curl -X POST "https://${BB_AUTH_STRING}@api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"target/output.zip"
#
- find deploy -name "timeseriesviewerplugin*zip" -exec curl -X POST "https://${BB_AUTH_STRING}@api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"target/output.zip"
definitions
:
definitions
:
caches
:
caches
:
...
...
tests/test_timeseries.py
View file @
a5f2fb08
...
@@ -144,11 +144,10 @@ class TestTimeSeries(EOTSVTestCase):
...
@@ -144,11 +144,10 @@ class TestTimeSeries(EOTSVTestCase):
EOTSV
.
loadExampleTimeSeries
(
loadAsync
=
False
)
EOTSV
.
loadExampleTimeSeries
(
loadAsync
=
False
)
EOTSV
.
ui
.
show
()
EOTSV
.
ui
.
show
()
TS
:
EOTSV
.
timeSeries
()
TS
:
TimeSeries
=
EOTSV
.
timeSeries
()
ext
:
SpatialExtent
=
TS
.
maxSpatialExtent
()
ext
:
SpatialExtent
=
TS
.
maxSpatialExtent
()
center
:
SpatialPoint
=
ext
.
spatialCenter
()
center
:
SpatialPoint
=
ext
.
spatialCenter
()
self
.
showGui
(
EOTSV
.
ui
)
self
.
showGui
(
EOTSV
.
ui
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment