[datameet] Wardwise population density

2020-04-18 Thread blessing isaiah
Hi all, Where can I find wardwise population density data for Bangalore. Best regards, Blessing Isaiah -- Datameet is a community of Data Science enthusiasts in India. Know more about us by visiting http://datameet.org --- You received this message because you are subscribed to the Google Gro

Re: [datameet] Wardwise population density

2020-04-19 Thread Mitul Jhaveri
Do we have data on district wise population density? On Sun, 19 Apr, 2020, 2:30 am blessing isaiah, wrote: > Hi all, > > Where can I find wardwise population density data for Bangalore. > > Best regards, > Blessing Isaiah > > -- > Datameet is a community of Data Science enthusiasts in India. Kno

Re: [datameet] Wardwise population density

2020-04-19 Thread Suvajit Sengupta
Hi, I collated Ward wise 2011 Census data for Bangalore here : https://github.com/suvajit/opendata/blob/master/BBMP/data/CSV/Bangalore_Ward_Population_2011.csv Check if it is useful else you have to search in http://censusindia.gov.in/ But its 2011 data, need some extrapolation to derive population

Re: [datameet] Wardwise population density

2020-04-22 Thread blessing isaiah
No we dont On Sun, Apr 19, 2020 at 5:57 PM Mitul Jhaveri wrote: > Do we have data on district wise population density? > > On Sun, 19 Apr, 2020, 2:30 am blessing isaiah, > wrote: > >> Hi all, >> >> Where can I find wardwise population density data for Bangalore. >> >> Best regards, >> Blessing

Re: [datameet] Wardwise population density

2020-04-28 Thread Sarabjeet Matharu
Hi Is anyone compiling district wise population density? If not, I'll start the project and would love inputs from more experienced members of this group. Do let me know if you're interested. Any suggestions on how to collaborate / track progress would also be welcome. Thanks, Sarabjeet On Wed

Re: [datameet] Wardwise population density

2020-04-30 Thread Aalok Sathe
Hi, I dont know specifically for BLR, but this might be a start: It might be useful to see code I used to compute the same statistic for Pune wards: from area import area def areas(gjson): A = [] for entry in gjson['features']: geom = entry['geometry'] A += [area(geom) if

Re: [datameet] Wardwise population density

2020-05-01 Thread Nishadh K A
This site https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-density-rev11 provides global population density in ~1km resolution, which can be further used with ward polygon by intersection to get the density. -- Datameet is a community of Data Science enthusiasts in India. Know more