IN-CORE / pyincore

pyIncore is a component of IN-CORE. It is a python package consisting of two primary components: 1) a set of service classes to interact with the IN-CORE web services, and 2) IN-CORE analyses . The pyIncore allows users to apply various hazards to infrastructure in selected areas, propagating the effect of physical infrastructure damage and loss of functionality to social and economic impacts.
Mozilla Public License 2.0
25 stars 7 forks source link

Tornado EPN needs to properly use mapping #602

Open longshuicy opened 4 months ago

longshuicy commented 4 months ago
def __init__(self, incore_client):
    self.hazardsvc = HazardService(incore_client)
    self.fragilitysvc = FragilityService(incore_client)
    self.datasetsvc = DataService(incore_client)
    self.fragility_tower_id = "5b201b41b1cf3e336de8fa67"
    self.fragility_pole_id = "5b201d91b1cf3e336de8fa68"