Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GeoSentinel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mario Chirinos Colunga
GeoSentinel
Commits
0356eb10
Commit
0356eb10
authored
May 27, 2018
by
Mario Chirinos Colunga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rgb update
parent
f1854184
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
productToRGBJPG.sh
tools/productToRGBJPG.sh
+16
-16
No files found.
tools/productToRGBJPG.sh
View file @
0356eb10
...
...
@@ -17,25 +17,25 @@ do
echo
PASS
$f
fi
#
cd $JP2DIR
#
red=$(ls $filepattern"04.jp2" -t |head -1)
#
green=$(ls $filepattern"03.jp2" -t |head -1)
#
blue=$(ls $filepattern"02.jp2" -t |head -1)
cd
$JP2DIR
red
=
$(
ls
$filepattern
"04.jp2"
-t
|head
-1
)
green
=
$(
ls
$filepattern
"03.jp2"
-t
|head
-1
)
blue
=
$(
ls
$filepattern
"02.jp2"
-t
|head
-1
)
#
echo "red-"$red
#
echo "gre-"$green
#
echo "blu-"$blue
echo
"red-"
$red
echo
"gre-"
$green
echo
"blu-"
$blue
#
if [ ! -d "rgb" ]; then
#
mkdir rgb
#
fi
if
[
!
-d
"rgb"
]
;
then
mkdir
rgb
fi
#
fileout1=$(echo $filepattern | cut -d"_" -f1)
#
fileout2=$(echo $filepattern | cut -d"_" -f2)
fileout1
=
$(
echo
$filepattern
|
cut
-d
"_"
-f1
)
fileout2
=
$(
echo
$filepattern
|
cut
-d
"_"
-f2
)
#
if [ ! -e rgb/$fileout2"_"$fileout1".jp2" ]; then
#
gdal_merge.py -separate -co PHOTOMETRIC=RGB -o rgb/$fileout2"_"$fileout1".jp2" $filepattern"04.jp2" $filepattern"03.jp2" $filepattern"02.jp2"
#
fi
if
[
!
-e
rgb/
$fileout2
"_"
$fileout1
".jp2"
]
;
then
gdal_merge.py
-separate
-co
PHOTOMETRIC
=
RGB
-o
rgb/
$fileout2
"_"
$fileout1
".jp2"
$filepattern
"04.jp2"
$filepattern
"03.jp2"
$filepattern
"02.jp2"
fi
# if [ ! -d "video" ]; then
...
...
@@ -52,6 +52,6 @@ do
done
cd
$JP2DIR
"
/rgb/video
"
cd
$JP2DIR
"
rgb/video/
"
ffmpeg
-i
%
*
.jpg
-c
:v libx264
-vf
fps
=
10
-pix_fmt
yuvj422p rgb.mp4
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