Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Remote Modules
let-it-snow
Commits
2fcb1f5f
Commit
2fcb1f5f
authored
Nov 28, 2016
by
Manuel Grizonnet
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'hotfix/wrong_version'
parents
0f8ec874
1ae94cb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
app/run_snow_detector.py
app/run_snow_detector.py
+1
-1
python/s2snow/snow_detector.py
python/s2snow/snow_detector.py
+0
-3
No files found.
app/run_snow_detector.py
View file @
2fcb1f5f
...
...
@@ -5,7 +5,7 @@ import os.path as op
import
json
from
s2snow
import
snow_detector
VERSION
=
"
0
.1"
VERSION
=
"
1
.1"
def
show_help
():
"""Show help of the run_snow_detector script"""
...
...
python/s2snow/snow_detector.py
View file @
2fcb1f5f
...
...
@@ -39,8 +39,6 @@ import histo_utils_ext
import
dem_builder
import
format_output
VERSION
=
"1.1.0"
#Build gdal option to generate maks of 1 byte using otb extended filename
#syntaxx
GDAL_OPT
=
"?&gdal:co:NBITS=1&gdal:co:COMPRESS=DEFLATE"
...
...
@@ -108,7 +106,6 @@ def burn_polygons_edges(input_img,input_vec):
class
snow_detector
:
def
__init__
(
self
,
data
):
self
.
version
=
VERSION
#Parse general parameters
general
=
data
[
"general"
]
...
...
Write
Preview
Markdown
is supported
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