1 | {
|
---|
2 |
|
---|
3 | "config": {
|
---|
4 |
|
---|
5 | "service_url": "http://localhost:8080/rasdaman/ows",
|
---|
6 |
|
---|
7 | "tmp_directory": "/tmp/",
|
---|
8 |
|
---|
9 | "crs_resolver": "http://localhost:8080/def",
|
---|
10 |
|
---|
11 | "default_crs": "http://localhost:8080/def/crs/OGC/0/Index2D",
|
---|
12 |
|
---|
13 | "mock": false,
|
---|
14 |
|
---|
15 | "automated": false,
|
---|
16 |
|
---|
17 | "subset_correction": true
|
---|
18 |
|
---|
19 | },
|
---|
20 |
|
---|
21 | "input": {
|
---|
22 |
|
---|
23 | "coverage_id": "mr3",
|
---|
24 |
|
---|
25 | "paths": [
|
---|
26 |
|
---|
27 | "/home/rasdaman/rasdaman/rasdaman/systemtest/testcases_services/test_wcps/testdata/mr_1.png"
|
---|
28 |
|
---|
29 | ]
|
---|
30 |
|
---|
31 | },
|
---|
32 |
|
---|
33 | "recipe": {
|
---|
34 |
|
---|
35 | "name": "map_mosaic",
|
---|
36 | "options": {
|
---|
37 | "tiling": "ALIGNED [0:100, 0:100]"
|
---|
38 | }
|
---|
39 |
|
---|
40 | }
|
---|
41 |
|
---|
42 | }
|
---|