Thanks Arun for the quick response. This helps a lot.

currently In my app , we were able to figure out Zipcode --> State
,District & Using State to PC ; and based on PC selection( This is a
dropdown) i'm able jogged down AC to 6-7 values ( So gave this as well as
dropdown).

Now My challenge is to generate the *map of District/PC/AC *and found out
SVG is the best option, But its very costly solution. Hence was looking for
as open source solution .

On Fri, May 22, 2020 at 8:10 PM Arun Ganesh <arungra...@gmail.com> wrote:

>
>
> 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
> <https://groups.google.com/d/msgid/datameet/CA%2BGKQr3w8s1%2BY%3DnXhrQAGvN_AcqW_tVnbwd5Q4dy%2BE%3DdAFVjUA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Primal.K.Vincent

-- 
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/CAPRin7H%3DnJK1B3QMcNS%2BUiyxaURUkR2m3ghxA9ctneV_2TQpXg%40mail.gmail.com.

Reply via email to