[2025-03-05 16:38:44.479197] Traceback (most recent call last): File "/workdir/wepppy/wepppy/weppcloud/app.py", line 2347, in export_arcmap gpkg_export(wd) File "/workdir/wepppy/wepppy/export/gpkg_export.py", line 72, in gpkg_export soils_hill_df = Soils.getInstance(wd).hill_table AttributeError: 'Soils' object has no attribute 'hill_table' [2025-06-06 03:23:38.855484] Traceback (most recent call last): File "/workdir/wepppy/wepppy/weppcloud/app.py", line 1439, in omni_migration ron.lock() File "/workdir/wepppy/wepppy/nodb/base.py", line 310, in lock raise Exception('lock() called on readonly project') Exception: lock() called on readonly project [2025-06-16 05:16:19.118168] Traceback (most recent call last): File "/workdir/wepppy/wepppy/weppcloud/app.py", line 1439, in omni_migration ron.lock() File "/workdir/wepppy/wepppy/nodb/base.py", line 310, in lock raise Exception('lock() called on readonly project') Exception: lock() called on readonly project [2025-06-16 08:53:47.445284] Traceback (most recent call last): File "/workdir/wepppy/wepppy/weppcloud/app.py", line 1331, in reset_disturbed disturbed = Disturbed.getInstance(wd) File "/workdir/wepppy/wepppy/nodb/mods/disturbed/disturbed.py", line 209, in getInstance raise FileNotFoundError(f"'{filepath}' not found!") FileNotFoundError: '/geodata/weppcloud_runs/lt_202012_6_Intervening_Area_Cedar_Flat_HighSev/disturbed.nodb' not found! [2025-06-18 08:55:47.997498] Traceback (most recent call last): File "/workdir/wepppy/wepppy/weppcloud/app.py", line 1331, in reset_disturbed disturbed = Disturbed.getInstance(wd) File "/workdir/wepppy/wepppy/nodb/mods/disturbed/disturbed.py", line 209, in getInstance raise FileNotFoundError(f"'{filepath}' not found!") FileNotFoundError: '/geodata/weppcloud_runs/lt_202012_6_Intervening_Area_Cedar_Flat_HighSev/disturbed.nodb' not found! [2025-06-22 06:31:16.877280] Traceback (most recent call last): File "/workdir/miniconda3/envs/wepppy310-env/lib/python3.10/site-packages/pandas/core/indexes/base.py", line 3805, in get_loc return self._engine.get_loc(casted_key) File "index.pyx", line 167, in pandas._libs.index.IndexEngine.get_loc File "index.pyx", line 196, in pandas._libs.index.IndexEngine.get_loc File "pandas/_libs/hashtable_class_helper.pxi", line 7081, in pandas._libs.hashtable.PyObjectHashTable.get_item File "pandas/_libs/hashtable_class_helper.pxi", line 7089, in pandas._libs.hashtable.PyObjectHashTable.get_item KeyError: 'Sed. Del (kg)' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/workdir/wepppy/wepppy/weppcloud/app.py", line 4278, in report_wepp_avg_annual_by_landuse dwat = DisturbedTotalWatSed2(wd, wepp.baseflow_opts, wepp.phosphorus_opts) File "/workdir/wepppy/wepppy/wepp/out/totalwatsed.py", line 233, in __init__ self.load_data() File "/workdir/wepppy/wepppy/wepp/out/totalwatsed.py", line 305, in load_data self.compile_data(results) File "/workdir/wepppy/wepppy/wepp/out/totalwatsed.py", line 507, in compile_data d[dom] = process_measures_df(d[dom], d_m2[dom], self.baseflow_opts, self.phos_opts) File "/workdir/wepppy/wepppy/wepp/out/totalwatsed.py", line 189, in process_measures_df d['P Load (mg)'] = d['Sed. Del (kg)'] * phos_opts.sediment File "/workdir/miniconda3/envs/wepppy310-env/lib/python3.10/site-packages/pandas/core/frame.py", line 4102, in __getitem__ indexer = self.columns.get_loc(key) File "/workdir/miniconda3/envs/wepppy310-env/lib/python3.10/site-packages/pandas/core/indexes/base.py", line 3812, in get_loc raise KeyError(key) from err KeyError: 'Sed. Del (kg)'