Re: [datameet] Re: Connecting political boundaries to PIN codes/mapping PIN codes

2020-05-22 Thread Primal Vincent
Hi Arun,

Currently I've used data from this website , You can get any data from
this.Also this guys are giving API's( Paid one)  as well but not the MAP

https://lgdirectory.gov.in/downloadDirectory.do?OWASP_CSRFTOKEN=Z1KK-A0WR-BQI6-UIF7-9X47-H01D-VUJ4-NDH5

Also Zipcode details from
https://data.gov.in/catalog/all-india-pincode-directory?filters%5Bfield_catalog_reference%5D=85840=json=0=6%5Bcreated%5D=desc

But I thing this details everyone has.

This is also another website that anyone can refer
https://adrindia.org/content/lok-sabha-elections-2019



On Fri, May 22, 2020 at 9:37 PM Arun Ganesh  wrote:

>
>>
>> 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 .
>>
>>
> No way for anyone to help here unless you share some code of what exactly
> you are doing.
>
> --
> 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%2BGKQr06P1967Oqv_OGWTCYWyhfdTr%3DpjXaDxahN9iiMny0ngw%40mail.gmail.com
> 
> .
>


-- 
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/CAPRin7Gsza4M0fBtTrEePnPXEe%3DQqSqLAu%3DexbKJ3bCNx%3DNrng%40mail.gmail.com.


Re: [datameet] Re: Connecting political boundaries to PIN codes/mapping PIN codes

2020-05-22 Thread Arun Ganesh
>
>
>
> 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 .
>
>
No way for anyone to help here unless you share some code of what exactly
you are doing.

-- 
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%2BGKQr06P1967Oqv_OGWTCYWyhfdTr%3DpjXaDxahN9iiMny0ngw%40mail.gmail.com.


Re: [datameet] Re: Connecting political boundaries to PIN codes/mapping PIN codes

2020-05-22 Thread Primal Vincent
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  wrote:

>
>
> On Fri, May 22, 2020 at 5:34 PM Primal Vincent 
> 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=pos4=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
> 
> .
>


-- 
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.


Re: [datameet] Re: Connecting political boundaries to PIN codes/mapping PIN codes

2020-05-22 Thread Arun Ganesh
On Fri, May 22, 2020 at 5:34 PM Primal Vincent 
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=pos4=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.