Ticket #1307: ingredient.txt

File ingredient.txt, 538 bytes (added by Bang Pham Huu, 8 years ago)
Line 
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/EPSG/0/4326",
12
13 "mock": false,
14
15 "automated": true,
16
17 "subset_correction": true,
18
19 "skip": false
20
21 },
22
23 "input": {
24
25 "coverage_id": "test_projection",
26
27 "paths": [
28
29 "test.tif"
30
31 ]
32
33 },
34
35 "recipe": {
36
37 "name": "map_mosaic",
38 "options": {
39
40 "tiling": "ALIGNED [0:500, 0:500]"
41 }
42
43 }
44
45}