fimeval 0.1.46__py3-none-any.whl → 0.1.47__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -352,7 +352,7 @@ def EvaluationWithBuildingFootprint(
352
352
  method_path, "BoundaryforEvaluation", "FIMEvaluatedExtent.shp"
353
353
  )
354
354
  else:
355
- boundary = detect_shapefile(folder)
355
+ boundary = detect_shapefile(os.path.join(main_dir, folder))
356
356
 
357
357
  building_footprintMS = building_footprint
358
358
  if building_footprintMS is None:
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.1
2
2
  Name: fimeval
3
- Version: 0.1.46
3
+ Version: 0.1.47
4
4
  Summary: A Framework for Automatic Evaluation of Flood Inundation Mapping Predictions Evaluation
5
5
  License: GPLv3
6
6
  Author: Surface Dynamics Modeling Lab
@@ -1,5 +1,5 @@
1
1
  fimeval/BuildingFootprint/__init__.py,sha256=oP9YWLdo6ANzSQFxYLv7Ku_26AY5NkLNhZLK28ICMLo,109
2
- fimeval/BuildingFootprint/evaluationwithBF.py,sha256=Lmr5igk-vp6q3i52V4qlwfnBrqAiKN537MGNegKJfVw,14143
2
+ fimeval/BuildingFootprint/evaluationwithBF.py,sha256=0jqHbzEhDSouXXBOGHuJ2R4yo1rBKrhiC5mXO8SwJek,14167
3
3
  fimeval/ContingencyMap/PWBs3.py,sha256=YAg03jzdplYIstG-pZM1MECse7gYjWrJNKAopjgt3uk,1294
4
4
  fimeval/ContingencyMap/__init__.py,sha256=ckps2dyg6aci3TA-3P7oTMcCAcSTz9AA6sndHtZEwdE,259
5
5
  fimeval/ContingencyMap/evaluationFIM.py,sha256=8oRWG1pcjX3t_i7jtlfYgk4cLQ7BixlkU-0P5cvBQUM,15553
@@ -9,7 +9,7 @@ fimeval/ContingencyMap/plotevaluationmetrics.py,sha256=3bKfPKZnMR39dA3teDVpQBeTF
9
9
  fimeval/ContingencyMap/printcontingency.py,sha256=Ef0TlGNxvLlrliM2SCkhusgz9BsEGvVOBHAO62YC_QA,5421
10
10
  fimeval/__init__.py,sha256=kN114EvzG_BFjd65fKWXg29TqaWvR173EdCN3yj30oc,433
11
11
  fimeval/utilis.py,sha256=KNXcR0RvhT_lPqM_8cuAGXMpRtcLMfb_UDqUiMlDevs,7311
12
- fimeval-0.1.46.dist-info/LICENSE.txt,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
13
- fimeval-0.1.46.dist-info/METADATA,sha256=ULyaNpiNHthgDERU99XIiJyQxEWiIbscAc8qzqcgHcE,14848
14
- fimeval-0.1.46.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
15
- fimeval-0.1.46.dist-info/RECORD,,
12
+ fimeval-0.1.47.dist-info/LICENSE.txt,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
13
+ fimeval-0.1.47.dist-info/METADATA,sha256=I41vyo95qpuaTzP7w951pkmRXr13wt8z7hECLIkLrRU,14848
14
+ fimeval-0.1.47.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
15
+ fimeval-0.1.47.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.2
2
+ Generator: poetry-core 1.9.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any