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
{{ message }}
This repository was archived by the owner on Apr 20, 2026. It is now read-only.
Have added Pythonpath to C:Python2.7, etc; tool still won't run. Ran unit tests through cmd (admin), some tests work (not all). Error message via Arcmap
Traceback (most recent call last):
File "C:\Python27\ArcGIS10.6\BAL-2.1.2\bal.py", line 371, in
run()
File "C:\Python27\ArcGIS10.6\BAL-2.1.2\bal.py", line 357, in run
mask = find_aoi(extent, dem, veg)
File "C:\Python27\ArcGIS10.6\BAL-2.1.2\bal.py", line 317, in find_aoi
get_extent_mask(extent, mask)
File "C:\Python27\ArcGIS10.6\BAL-2.1.2\bal.py", line 247, in get_extent_mask
array.add(arcpy.Point(float(extent_list[0]), float(extent_list[1])))
ValueError: could not convert string to float: None
Have added Pythonpath to C:Python2.7, etc; tool still won't run. Ran unit tests through cmd (admin), some tests work (not all). Error message via Arcmap
Traceback (most recent call last):
File "C:\Python27\ArcGIS10.6\BAL-2.1.2\bal.py", line 371, in
run()
File "C:\Python27\ArcGIS10.6\BAL-2.1.2\bal.py", line 357, in run
mask = find_aoi(extent, dem, veg)
File "C:\Python27\ArcGIS10.6\BAL-2.1.2\bal.py", line 317, in find_aoi
get_extent_mask(extent, mask)
File "C:\Python27\ArcGIS10.6\BAL-2.1.2\bal.py", line 247, in get_extent_mask
array.add(arcpy.Point(float(extent_list[0]), float(extent_list[1])))
ValueError: could not convert string to float: None
Failed to execute (BAL).