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
492a25dc
Verified
Commit
492a25dc
authored
Oct 06, 2018
by
David Hoese
Browse files
Start initial migration to new metobscommon and python 3 interface
parent
de4a3306
Changes
2
Hide whitespace changes
Inline
Side-by-side
aossceilo/nc.py
View file @
492a25dc
...
...
@@ -8,20 +8,17 @@ __docformat__ = 'Epytext'
from
os
import
path
,
makedirs
import
logging
from
time
import
gmtime
from
calendar
import
timegm
from
datetime
import
datetime
,
timedelta
from
urllib2
import
HTTPError
#, urlopen
import
pkg_resources
from
numpy
import
array
,
zeros
,
int32
,
int8
,
uint16
from
pycdf
import
NC
from
metobs
import
mytime
from
metobs.util.gen_open
import
open_ascii
as
urlopen
from
metobs
.util.
nc
import
create_nc_from_ncml
from
metobs.
ceilo.CONFIG
import
get_ascii_url
,
get_nc_filename
,
get_cache_dir
as
_get_destination_dir
from
message
import
Message2
,
load_messages
from
metobs
common.util
import
mytime
from
metobs
common
.util.gen_open
import
open_ascii
as
urlopen
from
metobs
common.util.legacy_
nc
import
create_nc_from_ncml
from
aoss
ceilo.CONFIG
import
get_ascii_url
,
get_nc_filename
,
get_cache_dir
as
_get_destination_dir
from
.
message
import
load_messages
#: valid RIG ceilometer variables
_ceilo_variables
=
[
...
...
aossceilo/tidy.py
View file @
492a25dc
...
...
@@ -26,7 +26,7 @@ from subprocess import check_call as sh
from
datetime
import
datetime
,
timedelta
from
metobs.ceilo
import
quicklook
,
nc
from
metobs.ceilo
import
CONFIG
as
c
from
metobs.util
import
raw_manager
from
metobs
common
.util
import
raw_manager
rel
=
raw_manager
.
relativedir
import
re
...
...
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