[datameet] Re: Newbie here- Need help with shape file of constituencies of India.

2016-05-18 Thread Manas Sharma
Hey,

Do you have any idea where I can find the map for tamil nadu's assembly 
constituencies. The one on the datameet repo has only 165 of them. There is 
234. If not, how do i go about making a shapefile of my own?

Thanks


On Wednesday, May 18, 2016 at 8:02:02 PM UTC+5:30, Manas Sharma wrote:
>
> Hello,
>
> I got the shape file  of the assembly constituencies of India from the 
> repo of datameet on github.
>
> My question is that is there any way I could get/separate the 
> constituencies of only a particular state from the given shape file?
>
> Also, after that how do i colour individual constituencies with a 
> particular colour?
>
> Thanks a lot for the help :)
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[datameet] Re: Newbie here- Need help with shape file of constituencies of India.

2016-05-18 Thread Manas Sharma
Hi,

Thank you! But I couldnt find this repo on the git. Isnt it the one located 
here? https://github.com/datameet/maps/tree/master/assembly-constituencies
Are there individual state shape files too somewhere?

Thanks.

On Wednesday, May 18, 2016 at 8:02:02 PM UTC+5:30, Manas Sharma wrote:
>
> Hello,
>
> I got the shape file  of the assembly constituencies of India from the 
> repo of datameet on github.
>
> My question is that is there any way I could get/separate the 
> constituencies of only a particular state from the given shape file?
>
> Also, after that how do i colour individual constituencies with a 
> particular colour?
>
> Thanks a lot for the help :)
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[datameet] Live data stream for election results and trends

2016-05-18 Thread Arun Ganesh
Is there a hidden API from the ECI where one can get the live counts during
the tallying process. They are currently updating all the results on
http://eciresults.nic.in/ every 5-10minutes.

How do the TV channels do it? Is it all manual?

-- 
Arun Ganesh
(planemad) 

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[datameet] Re: Live data stream for election results and trends

2016-05-18 Thread Pratap Vardhan
TV channels usually use private feeds like Nelson, which have faster data 
polling than ECI site. If you re looking to use ECI site data, you could 
scrape using candidate.py and constituency.py from 
here https://github.com/pratapvardhan/Maharashtra-State-Elections-2014

On Thursday, May 19, 2016 at 10:45:10 AM UTC+5:30, Arun Ganesh wrote:
>
> Is there a hidden API from the ECI where one can get the live counts 
> during the tallying process. They are currently updating all the results on 
> http://eciresults.nic.in/ every 5-10minutes.
>
> How do the TV channels do it? Is it all manual?
>
> -- 
> Arun Ganesh 
> (planemad) 
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [datameet] Re: Newbie here- Need help with shape file of constituencies of India.

2016-05-18 Thread Devdatta Tengshe
That's the correct location. This file has the ACs for all the states,
combined together.

Regards,
Devdatta

On Thu, May 19, 2016 at 9:20 AM, Manas Sharma 
wrote:

> Hi,
>
> Thank you! But I couldnt find this repo on the git. Isnt it the one
> located here?
> https://github.com/datameet/maps/tree/master/assembly-constituencies
> Are there individual state shape files too somewhere?
>
> Thanks.
>
> On Wednesday, May 18, 2016 at 8:02:02 PM UTC+5:30, Manas Sharma wrote:
>
>> Hello,
>>
>> I got the shape file  of the assembly constituencies of India from the
>> repo of datameet on github.
>>
>> My question is that is there any way I could get/separate the
>> constituencies of only a particular state from the given shape file?
>>
>> Also, after that how do i colour individual constituencies with a
>> particular colour?
>>
>> Thanks a lot for the help :)
>>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[datameet] Re: Newbie here- Need help with shape file of constituencies of India.

2016-05-18 Thread Manas Sharma
Thank You. Will try and let you know if i have any problem :)

On Wednesday, May 18, 2016 at 8:02:02 PM UTC+5:30, Manas Sharma wrote:
>
> Hello,
>
> I got the shape file  of the assembly constituencies of India from the 
> repo of datameet on github.
>
> My question is that is there any way I could get/separate the 
> constituencies of only a particular state from the given shape file?
>
> Also, after that how do i colour individual constituencies with a 
> particular colour?
>
> Thanks a lot for the help :)
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [datameet] Newbie here- Need help with shape file of constituencies of India.

2016-05-18 Thread Devdatta Tengshe
Hi Manas,
You need a GIS software to create maps from shapefiles. I'll suggest QGIS,
which is an opensource, free and a feature rich software. You can download
it from http://qgis.org

Once you add the shapefile to QGIS, you can render it however you like.
See this doc for more details:
http://docs.qgis.org/2.0/uk/docs/training_manual/basic_map/symbology.html

Regards,
Devdatta

On Wed, May 18, 2016 at 8:01 PM, Manas Sharma 
wrote:

> Hello,
>
> I got the shape file  of the assembly constituencies of India from the
> repo of datameet on github.
>
> My question is that is there any way I could get/separate the
> constituencies of only a particular state from the given shape file?
>
> Also, after that how do i colour individual constituencies with a
> particular colour?
>
> Thanks a lot for the help :)
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.