Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lozac'h Loic
AgriSoilMoisture
Commits
e46cd58a
Commit
e46cd58a
authored
Dec 16, 2019
by
Lozac'h Loic
Browse files
debug
parent
c40145b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/SoilMoisturePipeline.py
View file @
e46cd58a
...
...
@@ -351,7 +351,8 @@ def wet_or_dry_pipeline(args):
for
sar
in
sars
:
sardata
=
os
.
path
.
basename
(
sar
)
sarsplit
=
sardata
.
split
(
'_'
)
sardate
=
sarsplit
[
datepos
]
sardatetime
=
sarsplit
[
datepos
]
sardate
=
sardatetime
.
split
(
"T"
)[
0
]
sar3dates
=
get_meteodates_from_sardate
(
sardate
)
process_gpm_noresampling
(
sar
,
sar3dates
,
args
.
gpmdir
)
...
...
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