Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
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
ac4581fa
Commit
ac4581fa
authored
Jul 16, 2018
by
Mario Chirinos Colunga
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
L2
parent
2de28701
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
README.md
README.md
+0
-0
APISentinel.pyc
geosentinel/APISentinel.pyc
+0
-0
L1CProductListToL2A.sh
tools/L1CProductListToL2A.sh
+12
-0
No files found.
README.
MD
→
README.
md
View file @
ac4581fa
File moved
geosentinel/APISentinel.pyc
View file @
ac4581fa
No preview for this file type
tools/L1CProductListToL2A.sh
0 → 100644
View file @
ac4581fa
#!/bin/sh
#Convert L1C Products to L2A
INPUTDIR
=
$2
#Top directory with a L1C Subirectory
#OUTPUTDIR=$3 #L2A directory
cd
$INPUTDIR
for
f
in
$(
find
.
-type
f
-name
'*.zip'
)
do
if
[
!
-d
$.
./L2A
]
;
then
mkdir
../L2A
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