You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/test_evalutionhandfim.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@
5
5
# Look for the benchmark FIM data for the HUC8 and event date
6
6
deftest_bm_fimlookup():
7
7
out=fm.fim_lookup(
8
-
HUCID="07070005",
9
-
date_input="2019-05-30 23:00:00", # If user is more specific then they can pass date (with hour if known) along with HUC8
10
-
run_handfim=True, # It will look for the OWP HAND FIM for the mentioned HUC8 and date; if not found it will download and generate the OWP HAND FIM
11
-
file_name="S1A_9_6m_20190530T23573_910244W430506N_BM.tif", # If user passes a specific filename, it will download that and assume it is the right benchmark
12
-
out_dir="./FIMserv/test", # If user wants to save the benchmark FIM in a specific directory
13
-
# start_date="2024-06-20", # If user is not sure of the exact date then they can pass a range of dates
8
+
HUCID="10240011",
9
+
# date_input="2019-06-15", # If user is more specific then they can pass date (with hour if known) along with HUC8
10
+
# start_date="2017-06-20", #If user is not sure of the exact date then they can pass a range of dates
14
11
# end_date="2024-06-25",
12
+
run_handfim=True, #It will look for the owp hand fim for the mentioned HUC8 and date, if not found it will download and generate the owp hand fim; default is False
13
+
file_name="S1A_9_2m_20190615T00210_945738W393944N_BM.tif", #If user pass the specific filename, it will download that and assume that this is the right benchmark, else based on exact match of date it will look for the benchmark
14
+
out_dir='../test_FIMeval', #Required if user wants to download the benchmark FIM data
0 commit comments