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
MetObs
AossCeilo
Commits
7f59db75
Unverified
Commit
7f59db75
authored
Sep 05, 2017
by
David Hoese
Browse files
Fix metobs util import
parent
d63eeb3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
aossceilo/CONFIG.py
View file @
7f59db75
...
@@ -11,7 +11,7 @@ for a specified day.
...
@@ -11,7 +11,7 @@ for a specified day.
import
os
import
os
import
re
import
re
from
datetime
import
datetime
,
timedelta
from
datetime
import
datetime
,
timedelta
from
metobs.util
import
RODict
,
CONFIG
as
c
#
from metobs.util import RODict, CONFIG as c
CEILO_INCOMING_DIR
=
os
.
environ
.
get
(
'CEILO_INCOMING_DIR'
,
'/beach/incoming/Instrument_Data/METOBS/RIG/Ceilo/raw'
)
CEILO_INCOMING_DIR
=
os
.
environ
.
get
(
'CEILO_INCOMING_DIR'
,
'/beach/incoming/Instrument_Data/METOBS/RIG/Ceilo/raw'
)
CEILO_PRAW_DIR
=
os
.
environ
.
get
(
'CEILO_PRAW_DIR'
,
'/beach/raw/aoss/ceilo'
)
CEILO_PRAW_DIR
=
os
.
environ
.
get
(
'CEILO_PRAW_DIR'
,
'/beach/raw/aoss/ceilo'
)
...
...
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