hydromodpy.spatial.geographic.cases.review_cases#

Sequential visual review launcher for geographic case examples.

This launcher executes each selected case runner one after another. It keeps figure display blocking and waits for the current window(s) to be closed before moving to the next case.

Run with:

python -m hydromodpy.spatial.geographic.cases.review_cases

Functions

available_case_review_names()

list_case_reviews(*[, printer])

main([argv])

resolve_case_review_specs([case_names])

run_case_reviews([case_names, printer])

Classes

CaseReviewSpec(name, description, runner)

Describe one visual geographic case available for manual review.