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: docs/fimeval_usage.ipynb
+15-17Lines changed: 15 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -255,18 +255,9 @@
255
255
},
256
256
{
257
257
"cell_type": "code",
258
-
"execution_count": null,
258
+
"execution_count": 1,
259
259
"metadata": {},
260
-
"outputs": [
261
-
{
262
-
"name": "stderr",
263
-
"output_type": "stream",
264
-
"text": [
265
-
"/Users/supath/Downloads/MSResearch/FIMpef/fimpef/.venv/lib/python3.11/site-packages/geemap/conversion.py:23: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.\n",
266
-
" import pkg_resources\n"
267
-
]
268
-
}
269
-
],
260
+
"outputs": [],
270
261
"source": [
271
262
"#Import the package\n",
272
263
"import fimeval as fp\n",
@@ -282,7 +273,7 @@
282
273
},
283
274
{
284
275
"cell_type": "code",
285
-
"execution_count": 6,
276
+
"execution_count": 2,
286
277
"metadata": {},
287
278
"outputs": [],
288
279
"source": [
@@ -337,7 +328,7 @@
337
328
},
338
329
{
339
330
"cell_type": "code",
340
-
"execution_count": 4,
331
+
"execution_count": 3,
341
332
"metadata": {},
342
333
"outputs": [],
343
334
"source": [
@@ -363,13 +354,13 @@
363
354
},
364
355
{
365
356
"cell_type": "code",
366
-
"execution_count": null,
357
+
"execution_count": 5,
367
358
"metadata": {},
368
359
"outputs": [],
369
360
"source": [
370
361
"fp.EvaluateFIM(main_dir, method_name, output_dir) #It uses the default Permanent Water Bodies (PWB) dataset for United States.\n",
371
362
"\n",
372
-
"#If the User has their PWB shapefile, then give the following argument\n",
363
+
"# #If the User has their PWB shapefile, then give the following argument\n",
"**For building automation, need to install java runtime (preferred version is 8: https://www.java.com/en/download/manual.jsp). For Windows need to setup the path and environmental variables carefully to avoid the RunTimeError**"
0 commit comments