CodeforNepal / nepalmap_federal

Instance of NepalMap for federal Nepal. Join us!
https://nepalmap.org
MIT License
14 stars 20 forks source link

Add population data missing for localities in Province 5 #37

Closed cliftonmcintosh closed 5 years ago

cliftonmcintosh commented 5 years ago

Our data set for population is missing data for several localities in Province 5. The data are available in our "Federal Data" in https://github.com/Code4Nepal/data/. There are some individual localities for which data is currently missing. All localities for the district of Nawalparasi West, a.k.a., Parasi, is missing.

See this comment for a link to a Jupyter notebook created by @amitness . You may be able to adapt it for your work.

Add the data to the population.sql file. Please put the data in a logical place -- so that all data for the same district are in rows next to each other. That will make it easier to review in the future.

Here are the localities whose data are currently missing.

geo_level geo_code name parent_name parent_level parent_code
local 57003 Janki Banke district 07
local 49015 Sudhdhodhan Rupandehi district 60
local 48001 Bardaghat Nawalparasi West district 76
local 48002 Palhi Nandan Nawalparasi West district 76
local 48003 Pratappur Nawalparasi West district 76
local 48004 Ramgram Nawalparasi West district 76
local 48005 Sarawal Nawalparasi West district 76
local 48006 Sunwal Nawalparasi West district 76
local 48007 Susta Nawalparasi West district 76

For Nawalparasi West, see the "Parasi" files at https://github.com/Code4Nepal/data/tree/master/Federal%20Data/753%20Local%20Unit%20Population%20and%20HouseHold/PRADESH%205/Parasi

cliftonmcintosh commented 5 years ago

fixed with #45