Skip to content

Commit

Permalink
Update WATER_MAP_TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Oct 24, 2023
1 parent 899f128 commit a7014f3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion job_spec/WATER_MAP_TEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,16 @@ WATER_MAP_TEST:
description: Maximum bound used for iterative method. Ignored when flood_depth_estimator is None.
default: 15
type: integer
iterative_min_size:
api_schema:
description: Minimum size of a connected waterbody in pixels for calculating flood depths with the iterative estimator
default: 0
type: integer
minimum: 0
minimization_metric:
api_schema:
description: Evaluation method to minimize during the iterative flood depth calculation. Options include a Fowlkes-Mallows index (fmi) or a threat score (ts). Only used when flood_depth_estimator is iterative.
default: fmi
default: ts
type: string
enum:
- fmi
Expand Down Expand Up @@ -187,6 +193,8 @@ WATER_MAP_TEST:
- Ref::iterative_min
- --iterative-max
- Ref::iterative_max
- --iterative-min-size
- Ref::iterative_min_size
- --minimization-metric
- Ref::minimization_metric
timeout: 86400
Expand Down

0 comments on commit a7014f3

Please sign in to comment.