Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Sen2Chain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESPACE-DEV
Sen2Chain
Commits
a8eeb429
Commit
a8eeb429
authored
1 year ago
by
pascal.mouquet_ird.fr
Browse files
Options
Downloads
Patches
Plain Diff
updated the job cfg info
parent
87fa5627
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#1468
passed
1 year ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sen2chain/data/job_ini.cfg
+2
-1
2 additions, 1 deletion
sen2chain/data/job_ini.cfg
sen2chain/jobs.py
+2
-1
2 additions, 1 deletion
sen2chain/jobs.py
with
4 additions
and
2 deletions
sen2chain/data/job_ini.cfg
+
2
−
1
View file @
a8eeb429
...
...
@@ -17,7 +17,8 @@
# max_clouds: max cloud cover to consider for downloading images, and computing l2a products
# l1c: download l1c: True|False
# l2a: compute l2a with sen2chain: True | False
# cloudmasks: False | CM001 | CM002 | CM003-PRB1-ITER5 | CM004-CSH1-CMP1-CHP1-TCI1-ITER0
# cloudmasks: the cloudmask(s) to compute and use to mask indice(s). Possible values range from none (False) to multiple cloudmasks:
# False | CM001/CM002/CM003-PRB1-ITER5/CM004-CSH1-CMP1-CHP1-TCI1-ITER0/etc.
# indices: False | All | NDVI/NDWIGAO/etc.
# remove: used to remove downloaded L1C and/or produced L2A, possible values: False | l1c | l2a | l1c/l2a
# comments: free user comments, ie tile name, etc.
...
...
This diff is collapsed.
Click to expand it.
sen2chain/jobs.py
+
2
−
1
View file @
a8eeb429
...
...
@@ -249,7 +249,8 @@ class Job:
"
# max_clouds: max cloud cover to consider for downloading images
"
,
"
# l1c: download l1c: True|False
"
,
"
# l2a: compute l2a with sen2chain: True | False
"
,
"
# cloudmasks: False | CM001 | CM002 | CM003-PRB1-ITER5 | CM004-CSH1-CMP1-CHP1-TCI1-ITER0
"
,
"
# cloudmasks: the cloudmask(s) to compute and use to mask indice(s). Possible values range from none (False) to multiple cloudmasks:
"
,
"
# False | CM001/CM002/CM003-PRB1-ITER5/CM004-CSH1-CMP1-CHP1-TCI1-ITER0/etc.
"
,
"
# indices: False | All | NDVI/NDWIGAO/etc.
"
,
"
# remove: used to remove downloaded L1C and/or produced L2A, possible values: False | l1c | l2a | l1c/l2a
"
,
"
# comments: free user comments, ie tile name, etc.
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment