Skip to content

Commit 50b5e71

Browse files
committed
added atl08_ground classification to default region of interest parameters
1 parent b7fde0d commit 50b5e71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/region_of_interest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def process_atl06_algorithm(parms, asset, max_workers):
101101
"poly": region,
102102
"srt": icesat2.SRT_LAND,
103103
"cnf": icesat2.CNF_SURFACE_HIGH,
104+
"atl08_class": ["atl08_ground"],
104105
"ats": 10.0,
105106
"cnt": 10,
106107
"len": 40.0,

0 commit comments

Comments
 (0)