-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathall_fields.yaml
86 lines (82 loc) · 1.68 KB
/
all_fields.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
experiments:
data: # if undefined cmd parameters can be used to manually define data
raster: /home/gereon/git/master-raster-vector/benchi/data/sentinel2a_mol_band9
vector: /home/gereon/git/master-raster-vector/benchi/data/ALKIS_kataster_MOL
workload:
get:
vector:
- flstkennz
raster:
- sval:
aggregations:
- avg
- max
- min
- count
- sum
join:
table1: vector
table2: raster
condition: {intersect,contains,bestrasvecjoin}(raster, vector)
condition:
vector:
- nutzart = 'Landwirtschaft'
raster:
- sval >= 0
group:
vector:
- flstkennz
order:
vector:
- flstkennz
parameters:
raster_format:
- geotiff
- jp2
rasterize_format:
- geotiff
- jp2
raster_target_crs:
- epsg:4326
- epsg:25833
raster_tile_size:
- 1x100
- 10x10
- 100x1
- auto
raster_depth:
- 1
- 12
raster_resolution:
- 1
- 0.5
vector_format:
- shp
- geojson
vectorize_format:
- geojson
- shp
vectorize_type:
- polygons
- points
vector_target_crs:
- epsg:4326
vector_resolution:
- 0.8
- 0.32
align_to_crs: vector | raster | both # align vector crs to raster crs or vice versa or do 2 runs
align_crs_at_stage:
- preprocess
- execution
iterations: 2
warm_starts: 3
timeout: 10800
systems:
- name: postgis
port: 25432
- name: omnisci
port: 6274
- name: rasdaman
port: 8080
- name: sedona
- name: beast