EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 0d3acc1b authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

remove preprocessor .env files

parent 7f925bff
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,6 @@ services:
- env/dem.env
- env/dem_obs.env
- env/dem_redis.env
- env/dem_preprocessor.env
environment:
INSTANCE_ID: "prism-view-server_preprocessor"
WAIT_SERVICES: "redis:6379"
......
......@@ -116,7 +116,6 @@ services:
- env/emg.env
- env/emg_obs.env
- env/emg_redis.env
- env/emg_preprocessor.env
environment:
INSTANCE_ID: "prism-view-server_preprocessor"
WAIT_SERVICES: "redis:6379"
......
......@@ -116,7 +116,6 @@ services:
- env/vhr18.env
- env/vhr18_obs.env
- env/vhr18_redis.env
- env/vhr18_preprocessor.env
environment:
INSTANCE_ID: "prism-view-server_preprocessor"
WAIT_SERVICES: "redis:6379"
......
SPLIT_PARTS_CHECK=False
DATA_FILE_SIZE_LIMIT=100000
FILENAME_PART_SKIP=auxraster,preview,support,annotation,auxfiles
PREPROCESSOR_REPLACE=TRUE
FORCE_NO_DATA_VALUE=0
\ No newline at end of file
SPLIT_PARTS_CHECK=False
ENFORCE_FOUR_BANDS=True
SPLIT_PARTS_CHECK=False
ENFORCE_FOUR_BANDS=True
......@@ -184,7 +184,7 @@ definitions:
description: Use this nodata value in the calculation.
type: float
stack_bands:
description: Definition of a custom preprocessor step
description: Definition of a stack bands step.
type: object
properties:
group_by:
......@@ -199,7 +199,7 @@ definitions:
items:
type: string
output:
description: Definition of a custom preprocessor step
description: Definition of an output step.
type: object
properties:
options:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment