Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
SEDEMA-AV
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
SEDEMA-AV
Commits
8d200c12
Commit
8d200c12
authored
Dec 24, 2020
by
Mario Chirinos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
2da84f80
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
README.md
README.md
+1
-1
GI_L2ASCL_AreaProcessing.sh
scripts/GI_L2ASCL_AreaProcessing.sh
+17
-17
No files found.
README.md
View file @
8d200c12
...
...
@@ -87,5 +87,5 @@ Este códigos realiza los siguientes pasos.
*
**Extraer los datos de clasificación**
de la imagen SCL a un archivo JSON utilizando el código
`GI_SCLimageListToJSON.sh`
.
*
**Obtener los datos morfológicos**
de las áreas verdes encontradas utilizado el código
`GI_SCL
i
mageListToJSON.sh`
.
*
**Obtener los datos morfológicos**
de las áreas verdes encontradas utilizado el código
`GI_SCL
morphI
mageListToJSON.sh`
.
###
scripts/GI_L2ASCL_AreaProcessing.sh
View file @
8d200c12
...
...
@@ -235,27 +235,27 @@ else
cd
morph
mergeL2ASCL_JSON.py
$USERDIR
"out/mask/SCL/morph/"
>
$USERDIR
"scl_morph.json"
fi
#exitR"out/"
##8.-Extract SCL morphology
#echo ${RED}"Extracting SCL morphology..."${NC}
#
if [ $BYTILE -ne "0" ]; then
# echo "BY TILE"
#
8.-Extract SCL morphology
echo
${
RED
}
"Extracting SCL morphology..."
${
NC
}
#else
# echo "BY DATE"
# cd $USERDIR"out/mask/SCL/"
# if [ ! -d "morph" ]; then
# mkdir morph
# fi
# GI_SCLmorphImageListToJSON.sh $USERDIR"out/mask/SCL/" $USERDIR"findProducts.json" 6
# mv *.json morph
# cd morph
# mergeL2ASCL_JSON.py $USERDIR"out/mask/SCL/morph/" > $USERDIR"scl_morph.json"
#fi
#exit
if
[
$BYTILE
-ne
"0"
]
;
then
echo
"BY TILE"
else
echo
"BY DATE"
cd
$USERDIR
"out/mask/SCL/"
if
[
!
-d
"morph"
]
;
then
mkdir
morph
fi
GI_SCLmorphImageListToJSON.sh
$USERDIR
"out/mask/SCL/"
$USERDIR
"findProducts.json"
6
mv
*
.json morph
cd
morph
mergeL2ASCL_JSON.py
$USERDIR
"out/mask/SCL/morph/"
>
$USERDIR
"scl_morph.json"
fi
exit
##8.- Split SCL
#echo ${RED}"Spliting SCL image..."${NC}
#if [ $BYTILE -ne "0" ]; then
...
...
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