EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESA
PRISM
VS
Commits
a329e148
Commit
a329e148
authored
4 years ago
by
Fabian Schindler
Browse files
Options
Downloads
Patches
Plain Diff
Updating jsonschema for preprocessor config
parent
9d36c491
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
preprocessor/preprocessor/config-schema.yaml
+49
-4
49 additions, 4 deletions
preprocessor/preprocessor/config-schema.yaml
with
49 additions
and
4 deletions
preprocessor/preprocessor/config-schema.yaml
+
49
−
4
View file @
a329e148
...
...
@@ -100,10 +100,11 @@ definitions:
description
:
The data file selector.
type
:
string
subdataset_types
:
description
:
List of subdatasets to be extracted for each data file.
type
:
array
items
:
type
:
string
description
:
Mapping of subdataset identifier to output filename postfix for subdatasets to be extracted for each data file.
type
:
object
patternProperties
:
"
.*"
:
type
:
string
georeference
:
description
:
The definition of a georeferencing step.
type
:
object
...
...
@@ -128,8 +129,52 @@ definitions:
warp_options
:
description
:
"
Warp
options.
See
https://gdal.org/python/osgeo.gdal-module.html#WarpOptions
for
details"
corner_names
:
description
:
"
The
metadata
field
name
including
the
corner
names.
Tuple
of
four:
bottom-left,
bottom-right,
top-left
and
top-right"
type
:
array
items
:
type
:
string
orbit_direction_name
:
description
:
The metadata field name containing the orbit direction
type
:
string
force_north_up
:
description
:
type
:
boolean
required
:
[
type
]
calc
:
description
:
Definition of a calculation step.
type
:
object
properties
:
formulas
:
description
:
A list of formulas to calculate
type
:
array
items
:
type
:
object
properties
:
inputs
:
description
:
Input definition of this formula
type
:
object
patternProperties
:
"
[A-Z]"
:
type
:
object
properties
:
glob
:
description
:
The input file glob to find the input file.
type
:
string
band
:
description
:
The band number of the input file. Defaults to 1.
type
:
integer
data_type
:
description
:
The output data type for the calculated file. (GDAL notation)
type
:
string
formula
:
description
:
The formula to calculate. See gdal_calc.py for details.
type
:
string
output_postfix
:
description
:
The filename postfix to append to the output filename. By default an enumeration is used.
type
:
string
nodata_value
:
description
:
Use this nodata value in the calculation.
type
:
float
stack_bands
:
description
:
Definition of a custom preprocessor step
type
:
object
...
...
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