[datameet] Re: Script to download from data.gov.in

2015-11-04 Thread shantanu oak
Hi,
If you register with data.gov.in - then you will get an API key that can be 
used to access JSON data directly in your PHP/ Python script.

-- Shantanu

On Wednesday, 4 November 2015 11:25:27 UTC+5:30, Karthik Shashidhar wrote:
>
> One annoying thing about data.gov.in is that they put out data in 
> multiple files in a single catalog, and with the number of such files 
> occasionally being large, downloading them manually is an extremely painful 
> process. 
>
> Just wanted to check if any of you has written a script to download all 
> CSVs from a particular catalog on data.gov.in , and if so, if you can 
> share it. 
>
> Cheers! 
> Karthik

-- 
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: Aadhaar Open Data

2015-11-04 Thread shantanu oak
Hi,
This seems to be useful data. The first few lines look something like 
this...

20150420,Allahabad Bank,A-Onerealtors Pvt Ltd,Delhi,South Delhi,Defence 
Colony,110025,F,65,1,0,0,0
20150420,Allahabad Bank,A-Onerealtors Pvt Ltd,Delhi,South Delhi,Defence 
Colony,110025,M,42,1,0,0,1
20150420,Allahabad Bank,A-Onerealtors Pvt Ltd,Delhi,South Delhi,Defence 
Colony,110025,M,61,1,0,0,1

I guess the columns are like this:
registrar ID, name of registrar, agency name and address, pincode, gender 
and age

I have 2 questions:
1) What are last 4 columns?
2) I do not see "date of registration". It is mentioned in the blog post.

-- Shantanu


On Wednesday, 21 October 2015 20:11:42 UTC+5:30, srinivas kodali wrote:
>
> Hi all,
>
> UIDAI is publishing the meta data of aadhaar registrations and applicants 
> here https://data.uidai.gov.in/
>
> Some description about the data is 
> http://www.lostprogrammer.com/blog/aadhaar-and-open-data/
>
> All the data from 2012 till Sept 2015, amounts to 40 gb of data points. 
> The compressed data is available here for any one to use it. 
> https://storage.googleapis.com/uuid/data.gz
>
> Anyone who is interested in analyzing this data can start using the 
> hackpad  
>
>
> Regards,
> Srinivas Kodali
> www.lostprogrammer.com
>

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