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
Nick Bearson
eodn2realearth
Commits
3d875d5f
Commit
3d875d5f
authored
Jan 17, 2018
by
Nick Bearson
Browse files
committing the old update of the realearth upload command to use utc noon
parent
7729b11b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/process-LCzip.sh
View file @
3d875d5f
...
...
@@ -31,15 +31,18 @@ for REF in "" _QB _TIR; do
case
$REF
in
_QB
)
IMG
=
${
STRIP
}${
REF
}
.png
TAG
=
QB
TAG
=
'QB'
tag
=
'qb'
;;
_TIR
)
IMG
=
${
STRIP
}${
REF
}
.jpg
TAG
=
TIR
TAG
=
'TIR'
tag
=
'tir'
;;
""
)
IMG
=
${
STRIP
}${
REF
}
.jpg
TAG
=
FC
TAG
=
'FC'
tag
=
'fc'
;;
esac
...
...
@@ -55,5 +58,5 @@ for REF in "" _QB _TIR; do
gdal_translate
-of
GTiff
-a_srs
WKT
$IMG
$TIF
nearblack
$TIF
$WMSUPLOAD
$TIF
$WMSUPLOAD
$TIF
lsat8-llook-
${
tag
}
${
YMD
}
120000
done
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