Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Michael Giansiracusa
netcdf2ascii_repo
Compare Revisions
fa7b807698c395dfa791ec637100180d83b4e72a...0cb0da8c458721d27979f5580ff458a235504154
Commits (2)
Turning off info logging for production copy.
· dd2305ce
Michael Giansiracusa
authored
Aug 21, 2019
dd2305ce
Check point before major refactor. I'm going to make it more OOP and add tests
· 0cb0da8c
Michael Giansiracusa
authored
Sep 18, 2019
0cb0da8c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
nc2csv.py
nc2csv.py
+1
-1
netcdf2ascii
netcdf2ascii
+1
-1
No files found.
nc2csv.py
View file @
0cb0da8c
...
...
@@ -113,7 +113,7 @@ def parse_arguments():
action
=
"store_const"
,
dest
=
"loglevel"
,
const
=
logging
.
DEBUG
,
default
=
logging
.
INFO
,
default
=
logging
.
WARNING
,
help
=
"Print lots of debugging statements"
,
)
return
parser
.
parse_args
()
...
...
netcdf2ascii
View file @
0cb0da8c
...
...
@@ -225,4 +225,4 @@ if __name__ == "__main__":
if
len
(
sys
.
argv
)
>
1
:
main_args
,
unknownArgs
=
parse_arguments
()
netcdf2ascii
(
main_args
)
\ No newline at end of file
netcdf2ascii
(
main_args
)