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
Nfamara recently contacted me about an exception he was experiencing (see below). This was caused because he had provided a valuation table, but not provided a demand table. This dependency is not clearly identified in the UG, nor is it clearly identified in validation.
ERROR:taskgraph.Task:Somethingwentwrongwhenaddingtaskcreate_ws_id_vector_output (13), terminatingtaskgraph.
Traceback (mostrecentcalllast):
File"/Users/jdouglass/Downloads/2025-01-31-nfamara-awy/env312/lib/python3.12/site-packages/taskgraph/Task.py", line674, inadd_tasknew_task._call()
File"/Users/jdouglass/Downloads/2025-01-31-nfamara-awy/env312/lib/python3.12/site-packages/taskgraph/Task.py", line1093, in_callpayload=self._func(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File"/Users/jdouglass/Downloads/2025-01-31-nfamara-awy/env312/lib/python3.12/site-packages/natcap/invest/annual_water_yield.py", line945, inwrite_output_vector_attributescompute_watershed_valuation(target_vector_path, valuation_df)
File"/Users/jdouglass/Downloads/2025-01-31-nfamara-awy/env312/lib/python3.12/site-packages/natcap/invest/annual_water_yield.py", line1118, incompute_watershed_valuationrsupply_vl=ws_feat.GetField('rsupply_vl')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File"/Users/jdouglass/Downloads/2025-01-31-nfamara-awy/env312/lib/python3.12/site-packages/osgeo/ogr.py", line4405, inGetFieldraiseKeyError("Illegal field requested in GetField()")
KeyError: 'Illegal field requested in GetField()'
The text was updated successfully, but these errors were encountered:
Nfamara recently contacted me about an exception he was experiencing (see below). This was caused because he had provided a valuation table, but not provided a demand table. This dependency is not clearly identified in the UG, nor is it clearly identified in validation.
The text was updated successfully, but these errors were encountered: