53 lines
864 B
YAML
53 lines
864 B
YAML
output_dir: ./advanced_output
|
|
|
|
required_cols:
|
|
latitude: [-90, 90]
|
|
longitude: [-180, 180]
|
|
height_ato: [-100, 500]
|
|
windspeed: [1, 15]
|
|
winddir: [0, 360]
|
|
temperature: [0, 30]
|
|
pressure: [980, 1030]
|
|
|
|
gases:
|
|
ch4: [1.8, 5.0]
|
|
co2: [400, 500]
|
|
|
|
|
|
strategies:
|
|
background: "algorithm"
|
|
sensor: "insitu"
|
|
spatial: "curtain"
|
|
interpolation: "kriging"
|
|
|
|
algorithmic_baseline_settings:
|
|
algorithm: dietrich
|
|
dietrich:
|
|
poly_order: 4
|
|
smooth_half_window: 4
|
|
|
|
semivariogram_settings:
|
|
model: gaussian
|
|
estimator: cressie
|
|
n_lags: 15
|
|
bin_func: even
|
|
fit_method: lm
|
|
maxlag: 80
|
|
tolerance: 15
|
|
azimuth: 0
|
|
bandwidth: 25
|
|
|
|
ordinary_kriging_settings:
|
|
min_points: 5
|
|
max_points: 80
|
|
grid_resolution: 200
|
|
min_nodes: 10
|
|
y_min: 20
|
|
cut_ground: True
|
|
|
|
filters:
|
|
course_filter:
|
|
azimuth_filter: 15
|
|
azimuth_window: 8
|
|
elevation_filter: 8
|