On Fri, May 22, 2020 at 5:34 PM Primal Vincent <primalvinc...@gmail.com>
wrote:

> I'm also looking for details like Based on zipcode , I should be able to
> figure out details like State, District, Subdistrict , PC,AC, Village etc
> ... Is there any single data source for that?
>

Theres never going to be a perfect answer to this since a pin code can
serve multiple villages and subdistricts (and maybe even districts?), so
you cannot make a 1:1 mapping between levels. For a visual reference use
this tool to compare pincode boundaries and administrative boundaries for
India
https://demos.mapbox.com/vt_polygons/?country=IN&layer=pos4&worldview=IN#8.48/19.8489/74.4616

That said, its still interesting to explore what a good solution would be.
This is what i would try:
- Use https://data.gov.in/resources/all-india-pincode-directory to lookup
districts and office names for the a given pincode
- Use the above results to match against the village names and codes in
https://github.com/planemad/india-local-government-directory/blob/master/village-directory.csv
for the corresponding administrative divisions served by the pincode
- Use the village code to match against
https://github.com/planemad/india-local-government-directory/tree/master/political/1-2-constituency
for constituency+block information

Good luck!

-- 
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 Groups 
"datameet" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CA%2BGKQr3w8s1%2BY%3DnXhrQAGvN_AcqW_tVnbwd5Q4dy%2BE%3DdAFVjUA%40mail.gmail.com.

Reply via email to