Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
greenIndex
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
greenIndex
Commits
ce78977a
Commit
ce78977a
authored
Dec 21, 2020
by
Mario Chirinos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sedema
parent
4576077f
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
599 deletions
+22
-599
.~lock.sembrandovida.csv#
data/.~lock.sembrandovida.csv#
+0
-1
sembrandovida.csv
data/sembrandovida.csv
+0
-296
sembrandovida.geojson
data/sembrandovida.geojson
+0
-301
sembrandovida.json
data/sembrandovida.json
+0
-1
GI_runAnalisis.sh
scripts/SEDEMA/GI_runAnalisis.sh
+22
-0
No files found.
data/.~lock.sembrandovida.csv#
deleted
100644 → 0
View file @
4576077f
,mchc,debian-mchc.lan,14.11.2019 16:43,file:///home/mchc/.config/libreoffice/4;
\ No newline at end of file
data/sembrandovida.csv
deleted
100644 → 0
View file @
4576077f
This diff is collapsed.
Click to expand it.
data/sembrandovida.geojson
deleted
100644 → 0
View file @
4576077f
This diff is collapsed.
Click to expand it.
data/sembrandovida.json
deleted
100644 → 0
View file @
4576077f
This diff is collapsed.
Click to expand it.
scripts/SEDEMA/GI_runAnalisis.sh
0 → 100644
View file @
ce78977a
#!/bin/sh
CSV
=
$1
CFG
=
$2
DIR
=
$3
LEVEL1
=
${
4
:-
CVE_ENT
}
LEVEL2
=
${
5
:-
CVE_MUN
}
if
[
!
-d
$DIR
]
;
then
mkdir
$DIR
fi
cd
$DIR
GI_createDirectories.py ../
$CSV
../
$CFG
$LEVEL1
$LEVEL2
for
d
in
$(
ls
-d
*
/
)
;
do
echo
"PROCESSING "
$d
...
if
[
!
-f
$(
pwd
)
/
"
$d
/scl_data.json"
]
||
[
!
-f
$(
pwd
)
/
"
$d
/scl_morph.json"
]
;
then
GI_L2ASCL_AreaProcessing.sh
$(
pwd
)
/
"
$d
"
0
else
echo
"PASSING "
$d
fi
done
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