Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Remote Modules
let-it-snow
Commits
02d3832b
Commit
02d3832b
authored
Jul 21, 2020
by
Simon Gascoin
Browse files
Update compute_NOBS.py
parent
bd079a61
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/s2snow/compute_NOBS.py
View file @
02d3832b
...
...
@@ -57,6 +57,7 @@ def compute_NOBS(input_file, output_file=None):
profile
.
update
(
dtype
=
rasterio
.
uint16
,
driver
=
'GTiff'
,
compress
=
'deflate'
,
count
=
1
)
with
rasterio
.
open
(
output_file
,
'w'
,
**
profile
)
as
dst
:
...
...
Aurore Dupuis
@dupuisa
mentioned in commit
62e46b9b
·
Jul 21, 2020
mentioned in commit
62e46b9b
mentioned in commit 62e46b9b0b0166b690a02d5f4237290cbbd20616
Toggle commit list
Aurore Dupuis
@dupuisa
mentioned in merge request
!62 (merged)
·
Jul 21, 2020
mentioned in merge request
!62 (merged)
mentioned in merge request !62
Toggle commit list
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