Skip to content

Commit 6d6decb

Browse files
committed
DLTC product definitions: added new codes 10 and 12.
Code 10 (unchanged areas with tree cover) and code 12 (potential change among dominant leaf types) have been added to dltc_1215_020m and dltc_1518_020m product definitions. Color table definitions have been adjusted accordingly, see HRL Products 2018 Technical Specifications Document - V1.0, Table 21. QC tool version increased to 1.4.5.
1 parent 2f0da4b commit 6d6decb

4 files changed

Lines changed: 9 additions & 6 deletions

File tree

docker/docker-compose.eea.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
frontend:
5-
image: eeacms/copernicus-qctool-frontend:1.4.4
5+
image: eeacms/copernicus-qctool-frontend:1.4.5
66
ports:
77
- 8000:8000
88
environment:
@@ -22,7 +22,7 @@ services:
2222
- qc_tool_frontend:/mnt/qc_tool_frontend
2323

2424
worker:
25-
image: eeacms/copernicus-qctool-worker:1.4.4
25+
image: eeacms/copernicus-qctool-worker:1.4.5
2626
environment:
2727
- PRODUCT_DIRS
2828
- BOUNDARY_DIR=/mnt/qc_tool_boundary/boundaries

docker/docker-compose.service_provider.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
frontend:
5-
image: eeacms/copernicus-qctool-frontend:1.4.4
5+
image: eeacms/copernicus-qctool-frontend:1.4.5
66
ports:
77
- 8000:8000
88
environment:
@@ -18,7 +18,7 @@ services:
1818
- qc_tool_volume:/mnt/qc_tool_volume
1919

2020
worker:
21-
image: eeacms/copernicus-qctool-worker:1.4.4
21+
image: eeacms/copernicus-qctool-worker:1.4.5
2222
environment:
2323
- PRODUCT_DIRS
2424
- BOUNDARY_DIR=/mnt/qc_tool_volume/boundaries

product_definitions/dltc_1215_020m.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"required": false,
7777
"parameters": {
7878
"layers": ["dltc_020m"],
79-
"validcodes": [0, 1, 2, 3, 4, 10, 254, 255]
79+
"validcodes": [0, 1, 2, 3, 4, 10, 12, 254, 255]
8080
}
8181
},
8282
{
@@ -91,6 +91,7 @@
9191
"3": [255, 0, 0],
9292
"4": [255, 128, 0],
9393
"10": [191, 191, 191],
94+
"12": [220, 220, 10],
9495
"254": [153,153,153],
9596
"255": [0,0,0]
9697
}

product_definitions/dltc_1518_020m.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"required": false,
7777
"parameters": {
7878
"layers": ["dltc_020m"],
79-
"validcodes": [0, 1, 2, 3, 4, 10, 254, 255]
79+
"validcodes": [0, 1, 2, 3, 4, 10, 12, 254, 255]
8080
}
8181
},
8282
{
@@ -90,6 +90,8 @@
9090
"2": [0,150,0],
9191
"3": [255, 0, 0],
9292
"4": [255, 128, 0],
93+
"10": [191, 191, 191],
94+
"12": [220, 220, 10],
9395
"254": [153,153,153],
9496
"255": [0,0,0]
9597
}

0 commit comments

Comments
 (0)