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
9b3a3ac7
Commit
9b3a3ac7
authored
Oct 04, 2018
by
Mario Chirinos Colunga
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
links
parent
971cc900
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
5 deletions
+22
-5
mergeImages.sh
tools/mergeImages.sh
+20
-5
mergeImagesByDirectory.sh
tools/mergeImagesByDirectory.sh
+2
-0
No files found.
tools/mergeImages.sh
View file @
9b3a3ac7
...
...
@@ -10,13 +10,28 @@ ls *.jp2 | parallel gdal_translate -projwin $BOX -projwin_srs WGS84 -ot Byte -of
DIRNAME
=
$(
echo
$DIR
|
cut
-d
"/"
-f1
)
echo
$DIRNAME
if
[
!
-e
../
$DIRNAME
"TCI_10m_merged.tif"
]
;
then
echo
"gdal_merge.py -o ../
"
$DIRNAME
"TCI_10m_
merged.tif"
$(
ls
*
TCI_10m.jp2_
)
gdal_merge.py
-o
../
$DIRNAME
"TCI_10m_
merged.tif"
$(
ls
*
TCI_10m.jp2_
)
if
[
!
-e
../
$DIRNAME
"TCI_10m_
croped
merged.tif"
]
;
then
echo
"gdal_merge.py -o ../
cropmerge/"
$DIRNAME
"TCI_10m_croped
merged.tif"
$(
ls
*
TCI_10m.jp2_
)
gdal_merge.py
-o
../
cropmerge/
$DIRNAME
"TCI_10m_croped
merged.tif"
$(
ls
*
TCI_10m.jp2_
)
else
echo
PASSING ../
$DIRNAME
"
.tif"
FOUND
echo
PASSING ../
cropmerge/
$DIRNAME
"TCI_10m_cropedmerged
.tif"
FOUND
fi
cd
..
##------------------------------------------------------------------------------
cd
$DIR
if
[
!
-e
$DIRNAME
"TCI_10m_merged.tif"
]
;
then
echo
"gdal_merge.py -o "
$DIRNAME
"TCI_10m_merged.tif"
$(
ls
*
TCI_10m.jp2
)
gdal_merge.py
-o
$DIRNAME
"TCI_10m_merged.tif"
$(
ls
*
TCI_10m.jp2
)
else
echo
PASSING
$DIRNAME
"TCI_10m_merged.tif"
FOUND
fi
gdal_translate
-projwin
$BOX
-projwin_srs
WGS84
-ot
Byte
-of
JPEG
$DIRNAME
"TCI_10m_merged.tif"
../mergecrop/
$DIRNAME
"TCI_10m_mergedcroped.tif"
cd
..
# gdal_merge.py -o ../$DIRNAME".tif" $(ls *TCI_10m.jp2)
#if [ ! -e $dir".jp2" ]; then
...
...
@@ -27,6 +42,6 @@ cd ..
#cd $DIR
#
find . -name *.xml -type f -delete
find
.
-name
*
.xml
-type
f
-delete
tools/mergeImagesByDirectory.sh
View file @
9b3a3ac7
...
...
@@ -11,6 +11,8 @@ if [ "$#" -le 1 ]; then
fi
cd
$JP2DIR
mkdir
mergecrop
mkdir
cropmerge
ls
-d
*
/ | parallel
-q
--jobs
$JOBS
mergeImages.sh
{}
"
$POLYGON
"
...
...
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