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
AgriFrozenAreaProject
Commits
8bea17dc
Commit
8bea17dc
authored
Aug 19, 2021
by
Lozac'h Loic
Browse files
debug
parent
ca42cfb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
frozenapp/eodags1.py
View file @
8bea17dc
...
...
@@ -32,15 +32,16 @@ class EodagS1Downloader():
productOnline
=
None
productOffline
=
None
def
print_ndict
(
data
):
if
type
(
data
)
==
dict
:
for
k
,
v
in
data
.
items
():
print
(
"key: "
+
str
(
k
))
print_json
(
v
)
else
:
print
(
"value: "
+
str
(
data
))
def
__init__
(
self
,
mrgstile
,
startdate
,
enddate
,
downdir
):
def
print_ndict
(
data
):
if
type
(
data
)
==
dict
:
for
k
,
v
in
data
.
items
():
print
(
"key: "
+
str
(
k
))
print_json
(
v
)
else
:
print
(
"value: "
+
str
(
data
))
'''
Constructor
'''
...
...
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