IN-CORE / incore-docs

IN-CORE documentations
9 stars 13 forks source link

339 Add galveston community app notebook with retrofit #357

Closed Vismayak closed 5 months ago

ywkim312 commented 6 months ago

Can you update changelog?

ywkim312 commented 6 months ago

please fix the conflict

ywkim312 commented 6 months ago

I got this error in Surge-Wave building damage for Galveston


ERROR - http_util.py:return_http_response() - A HTTPError has occurred 
HTTP Status code: 404
Error Message: Could not find the dataset 65dcf904c013b927b93bf632```
ywkim312 commented 6 months ago

I got an error from following cell

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

the error is

AttributeError                            Traceback (most recent call last)
Cell In[14], line 1
----> 1 ret_json = DataProcessUtil.create_mapped_dmg_result_gal(
      2     bldg_gdf, combined_dmg_retrofit_df_rs, arch_mapping, "max_state", "arch_wind"
      3 )
      4 ret_json

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