Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AossCeilo
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MetObs
AossCeilo
Commits
492a25dc
Verified
Commit
492a25dc
authored
6 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Start initial migration to new metobscommon and python 3 interface
parent
de4a3306
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aossceilo/nc.py
+5
-8
5 additions, 8 deletions
aossceilo/nc.py
aossceilo/tidy.py
+1
-1
1 addition, 1 deletion
aossceilo/tidy.py
with
6 additions
and
9 deletions
aossceilo/nc.py
+
5
−
8
View file @
492a25dc
...
@@ -8,20 +8,17 @@ __docformat__ = 'Epytext'
...
@@ -8,20 +8,17 @@ __docformat__ = 'Epytext'
from
os
import
path
,
makedirs
from
os
import
path
,
makedirs
import
logging
import
logging
from
time
import
gmtime
from
calendar
import
timegm
from
calendar
import
timegm
from
datetime
import
datetime
,
timedelta
from
datetime
import
datetime
,
timedelta
from
urllib2
import
HTTPError
#, urlopen
import
pkg_resources
import
pkg_resources
from
numpy
import
array
,
zeros
,
int32
,
int8
,
uint16
from
numpy
import
array
,
zeros
,
int32
,
int8
,
uint16
from
pycdf
import
NC
from
metobs
import
mytime
from
metobs
common.util
import
mytime
from
metobs.util.gen_open
import
open_ascii
as
urlopen
from
metobs
common
.util.gen_open
import
open_ascii
as
urlopen
from
metobs
.util.
nc
import
create_nc_from_ncml
from
metobs
common.util.legacy_
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
aoss
ceilo.CONFIG
import
get_ascii_url
,
get_nc_filename
,
get_cache_dir
as
_get_destination_dir
from
message
import
Message2
,
load_messages
from
.
message
import
load_messages
#: valid RIG ceilometer variables
#: valid RIG ceilometer variables
_ceilo_variables
=
[
_ceilo_variables
=
[
...
...
This diff is collapsed.
Click to expand it.
aossceilo/tidy.py
+
1
−
1
View file @
492a25dc
...
@@ -26,7 +26,7 @@ from subprocess import check_call as sh
...
@@ -26,7 +26,7 @@ from subprocess import check_call as sh
from
datetime
import
datetime
,
timedelta
from
datetime
import
datetime
,
timedelta
from
metobs.ceilo
import
quicklook
,
nc
from
metobs.ceilo
import
quicklook
,
nc
from
metobs.ceilo
import
CONFIG
as
c
from
metobs.ceilo
import
CONFIG
as
c
from
metobs.util
import
raw_manager
from
metobs
common
.util
import
raw_manager
rel
=
raw_manager
.
relativedir
rel
=
raw_manager
.
relativedir
import
re
import
re
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment