Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tilmann Sager
contect
Commits
123ff601
Commit
123ff601
authored
Aug 23, 2021
by
Tilmann Sager
Browse files
Merge branch 'main' into run-all-masks
parents
daf1d165
176a47cb
Changes
4
Hide whitespace changes
Inline
Side-by-side
config.ini
View file @
123ff601
[general]
multiprocessing
=
1
limit
=
10
limit
=
20
[path]
hdf_dir
=
../data/granules
...
...
@@ -22,19 +22,16 @@ k = 0.1
order
=
0
[detection]
method
=
probabilistic
mask
=
B
split_by
=
6
method
=
standard
mask
=
B
split_by
=
4
postprocess
=
0
connectivity
=
2
[classification]
low_threshold
=
3
0
high_threshold
=
1
000
flight_trail_width
=
10
low_threshold
=
0
.9
high_threshold
=
1
.1
flight_trail_width
=
10
[plot]
world_map
=
../data/maps/ne_10m_admin_0_countries/ne_10m_admin_0_countries.shp
mask_a.ini
View file @
123ff601
[mask]
binary_threshold
=
50
max_px_size
=
120
max_px_size
=
80
sht_threshold
=
0.3
ppht_threshold
=
3
line_length
=
10
...
...
mask_c.ini
View file @
123ff601
...
...
@@ -2,7 +2,7 @@
binary_threshold
=
90
max_px_size
=
200
sht_threshold
=
0.9
ppht_threshold
=
10
line_length
=
50
line_gap
=
3
ppht_threshold
=
10
line_length
=
50
line_gap
=
3
ratio_threshold
=
7
run_all.py
deleted
100644 → 0
View file @
daf1d165
import
main
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment