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
Refactoring the population dislocation post-processing joining with building inventory #534
Right now we create the shapefile directly from the output using geopands, using the "geometry" field of the csv which might coming from the survey (created by Nathanael) .
However, it doesn't quite match geolocation with our building inventory.
Hence, it needs to fixed by joining output of pop dislocation and building inventory; instead of using geometry column.
Right now we create the shapefile directly from the output using geopands, using the "geometry" field of the csv which might coming from the survey (created by Nathanael) . However, it doesn't quite match geolocation with our building inventory. Hence, it needs to fixed by joining output of pop dislocation and building inventory; instead of using geometry column.