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
8a16f766
Commit
8a16f766
authored
May 30, 2018
by
R.K.Garcia
Browse files
Add VERSION tag and generate VERSION_UUID to build script for axi-tools
parent
738799c8
Changes
2
Show whitespace changes
Inline
Side-by-side
build.sh
View file @
8a16f766
...
...
@@ -89,6 +89,8 @@ clone() {
install_goesr
()
{
clone goesr
$REPO_GOESR
$GOESR_TAG
pushd
goesr
echo
"VERSION = '
${
TAG
}
'"
>
goesr/_version.py
echo
"VERSION_UUID = '
$(
uuidgen
)
'"
>>
goesr/_version.py
$PYTHON
setup.py
install
||
oops
"could not install goesr module"
test
-d
"
$AXITOOLS_HOME
/bin"
||
mkdir
-p
"
$AXITOOLS_HOME
/bin"
cp
bin/cmi_changer.sh
"
$AXITOOLS_HOME
/bin/"
||
oops
"could not install wrapper script"
...
...
himawari/ahi2cmi.py
View file @
8a16f766
...
...
@@ -49,7 +49,8 @@ SCENE_ID_CONVERSION = {
class
HimawariAHIasCMIP
(
object
):
"""
yield path, value, dimensions, attributes frames used by goesr.cmi_changer
yield path, value, dimensions, attributes frames used by goesr.cmi_changer,
conforming closely to convention of goesr.l1b.PugFile
"""
path
=
None
_hs
=
None
# HimawariScene object
...
...
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