1 | {
|
---|
2 | "config": {
|
---|
3 | "service_url": "http://localhost:8080/rasdaman/ows",
|
---|
4 | "tmp_directory": "/tmp/",
|
---|
5 | "crs_resolver": "http://localhost:8080/def/",
|
---|
6 | "default_crs": "http://localhost:8080/def/crs/EPSG/0/4326",
|
---|
7 | "mock": true,
|
---|
8 | "automated": false,
|
---|
9 | "track_files": false
|
---|
10 | },
|
---|
11 | "input": {
|
---|
12 | "coverage_id": "MyCoverage4",
|
---|
13 | "paths": [
|
---|
14 | "*19790101*"
|
---|
15 | ]
|
---|
16 | },
|
---|
17 | "recipe": {
|
---|
18 | "name": "time_series_irregular",
|
---|
19 | "options": {
|
---|
20 | "time_parameter": {
|
---|
21 | "filename": {
|
---|
22 | "regex": "(.*)_(1979\\d\\d\\d\\d_.*)",
|
---|
23 | "group": "2"
|
---|
24 | },
|
---|
25 | "datetime_format": "YYYYMMDD_HHmm"
|
---|
26 | },
|
---|
27 | "time_crs": "http://localhost:8080/def/crs/OGC/0/AnsiDate"
|
---|
28 | }
|
---|
29 | }
|
---|
30 | }
|
---|