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
Ray Garcia
himawari
Commits
f77546f0
Commit
f77546f0
authored
Sep 07, 2017
by
R.K.Garcia
Browse files
add band_wavelength variable and timeline_id
parent
bbce785a
Changes
1
Hide whitespace changes
Inline
Side-by-side
himawari/ahi2cmi.py
View file @
f77546f0
...
...
@@ -357,7 +357,7 @@ class HimawariAHIasCMIP(object):
cdm_data_type
=
"Image"
,
time_coverage_start
=
start
.
strftime
(
UTCFMT
),
time_coverage_end
=
stop
.
strftime
(
UTCFMT
),
timeline_id
=
None
,
timeline_id
=
'AXI Mode 1'
,
production_data_source
=
None
,
id
=
None
,
)
...
...
@@ -488,6 +488,9 @@ class HimawariAHIasCMIP(object):
# nav structure
yield
self
.
p
(
self
.
_projection_name
),
np
.
int32
(
0
),
{},
self
.
nav
# band_wavelength in µm
yield
self
.
p
(
'band_wavelength'
),
np
.
float64
(
self
.
central_wavelength
),
{},
{}
# y and x variables and friends
for
each
in
self
.
pvda_yx
():
yield
each
...
...
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