Open sunayana opened 3 years ago
@cmougan , @GvdDool , @rohaan2614 : So this commit resolves the issue of creating our own shapefile from clipped voronoi shape file and DHS data file IAHR74FL.SAV. Now we do not depend on file from Omdena and everything is transparent to us. You can check the methods:
read_and_reduce_sav
in data_prep_voronoi.py
to see how the aggregation is done. The example ipython notebook is read_sav.ipynb
.
This is incredible!! Sunayana, You are a gem!! :)
On Fri, 7 May 2021 at 19:44, Sunayana Ghosh @.***> wrote:
@cmougan https://github.com/cmougan , @GvdDool https://github.com/GvdDool , @rohaan2614 https://github.com/rohaan2614 : So this commit resolves the issue of creating our own shapefile from clipped voronoi shape file and DHS data file IAHR74FL.SAV. Now we do not depend on file from Omdena and everything is transparent to us. You can check the methods: read_and_reduce_sav in data_prep_voronoi.py to see how the aggregation is done. The example ipython notebook is read_sav.ipynb.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cmougan/WRI_WellBeing_Data_Layer/issues/26#issuecomment-834471009, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGKAIE5GW7GEUPUTUTIIYADTMP4DPANCNFSM44KB7G7A .
Aim of the feature:
DHSCLUST
,HV270
,HV271
Outcome When this process is complete we will have the complete pipeline of assigning wealth indexes to the DHS clusters directly from DHS datasets and not rely on the
DHS_PROCESSED_CLEANED.csv
.