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

Population dislocation process util more flexibility in name filtering #523

Closed longshuicy closed 6 months ago

longshuicy commented 6 months ago

plcname10 only exist in Joplin… Galveston is placeName10 SLC is placeName10

Also in the script i didn't see how joplin got filtered out... is there a separate script? https://github.com/navarroc/pyincore-datawolf/blob/main/pop_dislocation_post_process.py#L14

def init(self, pop_disl_result, pop_disl_result_path=None, filter_name=None, filter_guid=True, vacant_disl=True):