-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
33 lines (29 loc) · 998 Bytes
/
config.yaml
File metadata and controls
33 lines (29 loc) · 998 Bytes
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
# @package _global_
# path to original working directory
# hydra hijacks working directory by changing it to the current log directory,
# so it's useful to have this path as a special variable
# learn more here: https://hydra.cc/docs/next/tutorials/basic/running_your_app/working_directory
work_dir: ${hydra:runtime.cwd}
io:
input_filename: null
input_dir: null
output_dir: null
# Spatial reference to use to override the one from input las.
spatial_reference: EPSG:2154
pretreatment:
filter:
dimension: Classification
keep_values: [1, 2, 3, 4, 5, 9, 66] # Classes to keep
filter_deviation:
deviation_days: 14
# ISO-8601 UTC string corresponding to gpstime == 0.
# Default matches the R reference: as.POSIXct("2011-09-14 01:46:40")
# Override this value if your LiDAR data uses a different GPS time origin.
gpstime_ref: "2011-09-14 01:46:40"
filter_normalize:
height: 60
min_height: -3
hydra:
output_subdir: null
run:
dir: .