Skip to content

Commit

Permalink
added atl08_ground classification to default region of interest param…
Browse files Browse the repository at this point in the history
…eters
  • Loading branch information
jpswinski committed Aug 25, 2021
1 parent b7fde0d commit 50b5e71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/region_of_interest.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def process_atl06_algorithm(parms, asset, max_workers):
"poly": region,
"srt": icesat2.SRT_LAND,
"cnf": icesat2.CNF_SURFACE_HIGH,
"atl08_class": ["atl08_ground"],
"ats": 10.0,
"cnt": 10,
"len": 40.0,
Expand Down

0 comments on commit 50b5e71

Please sign in to comment.