IN-CORE / incore-docs

IN-CORE documentations
9 stars 13 forks source link

510 bldg functionality column renaming docs #352

Closed longshuicy closed 2 months ago

longshuicy commented 4 months ago

Test this with PR https://github.com/IN-CORE/pyincore/pull/511

ywkim312 commented 3 months ago

The following cell

# merge building geodataframe with output
bldg_func_gdf = bldg_gdf.merge(df_bldg_func, on='guid')

made this error

KeyError: 'guid'
ywkim312 commented 3 months ago

In building_func.ipynb's the third cell from the last had an error

KeyError: 'failure'
ywkim312 commented 3 months ago

in galveston_community_app.ipynb's

ret_json = DataProcessUtil.create_mapped_dmg_result_gal(
    bldg_gdf, combined_dmg_df_rs, arch_mapping, "max_state", "arch_wind"
)
ret_json

I got following error

AttributeError: type object 'DataProcessUtil' has no attribute 'create_mapped_dmg_result_gal'