Re: [datameet] Re: APIs for States, Districts, ... Panchayats

2024-01-17 Thread sreeram kandimalla
Hey Ashim,

Looks like LGD has not updated the block mappings for Rajasthan, as can be
seen by looking at Sanchore District at
https://lgdirectory.gov.in/globalviewBlockforcitizen.do .
The dumps reflect what is in LGD so nothing I can do there.
I think the block to district mapping can be reconstructed using the
villages_by_blocks.csv and villages.csv files. I hope that works out.

Thanks,
Sreeram K






On Tue, Jan 16, 2024 at 10:48 PM Ashim Jain  wrote:

> Hi Sreeram,
>
> Filter "blocks.csv" data for Rajasthan, and then count the number of
> unique districts in the districts column (District Name in English).  It
> shows 33.
>
> If you use "districts.csv" it will show 50.  So there is clearly something
> wrong.
>
> - Ashim
>
>
> On Sat, 13 Jan 2024 at 11:58, sreeram kandimalla <
> kandimalla.sree...@gmail.com> wrote:
>
>> Hey Ashim,
>>
>> I checked. Looks fine. Are you looking at districts.csv?
>>
>>
>>
>>
>> On Sat, 13 Jan, 2024, 01:50 Ashim Jain,  wrote:
>>
>>> Hi Sreeram,
>>>
>>> The data you're backing up appears to be obsolete because I downloaded
>>> your ZIP file 12 Jan 2024, which has only 33 districts in Rajasthan,
>>> whereas there should be 50.
>>>
>>> The APIs I gave have the latest districts data.
>>>
>>> - Ashim
>>>
>>>
>>> On Wed, 10 Jan 2024 at 18:21, sreeram kandimalla <
>>> kandimalla.sree...@gmail.com> wrote:
>>>
 I take a daily backup of LGD at
 https://ramseraph.github.io/opendata/lgd/
 No APIs just plain csv files.
 If anyone wants to have a go at building an API around it.. that would
 be awesome :)

 On Wednesday 10 January 2024 at 00:07:44 UTC+5:30 Ashim Jain wrote:

 I'm building mobile apps for the unorganized sector (asangathit mazdoor
 kisan).

 In the app's home address section, there are dropdowns for State,
 District, Subdistrict (Taluk/Tehsil), Block and Panchayat.  I need the data
 for this but via APIs because the government keeps changing it.

 I've managed to find APIs that fetch *recent data* for:

 STATES
 

 DISTRICTS
 

 SUBDISTRICTS
 

 However, I can't find similar APIs for BLOCKS and PANCHAYATS.  The APIs
 listed for these are fetching *old/obsolete data*.  These old APIs are:
 Blocks, Panchayats
 

 Can anyone help to find APIs for Blocks and Panchayats that fetch *recent
 data*?

 Thank you in advance.

 - Ashim

 --
 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/3531dfd3-f100-4347-8d49-03e83e5ee17en%40googlegroups.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.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/datameet/CAPaFkDwRn03F0PP_zbveU1fz%2B0-g0m6U69%3DKKyMxKdGqAfHj8w%40mail.gmail.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.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/datameet/CAMgvHC5OQpF0hLF_g4iUHZOevLO-8YbqUY%2BGHRB%2BR53ZHzOe%2BA%40mail.gmail.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 

Re: [datameet] Re: APIs for States, Districts, ... Panchayats

2024-01-16 Thread Ashim Jain
Hi Sreeram,

Filter "blocks.csv" data for Rajasthan, and then count the number of unique
districts in the districts column (District Name in English).  It shows 33.

If you use "districts.csv" it will show 50.  So there is clearly something
wrong.

- Ashim


On Sat, 13 Jan 2024 at 11:58, sreeram kandimalla <
kandimalla.sree...@gmail.com> wrote:

> Hey Ashim,
>
> I checked. Looks fine. Are you looking at districts.csv?
>
>
>
>
> On Sat, 13 Jan, 2024, 01:50 Ashim Jain,  wrote:
>
>> Hi Sreeram,
>>
>> The data you're backing up appears to be obsolete because I downloaded
>> your ZIP file 12 Jan 2024, which has only 33 districts in Rajasthan,
>> whereas there should be 50.
>>
>> The APIs I gave have the latest districts data.
>>
>> - Ashim
>>
>>
>> On Wed, 10 Jan 2024 at 18:21, sreeram kandimalla <
>> kandimalla.sree...@gmail.com> wrote:
>>
>>> I take a daily backup of LGD at
>>> https://ramseraph.github.io/opendata/lgd/
>>> No APIs just plain csv files.
>>> If anyone wants to have a go at building an API around it.. that would
>>> be awesome :)
>>>
>>> On Wednesday 10 January 2024 at 00:07:44 UTC+5:30 Ashim Jain wrote:
>>>
>>> I'm building mobile apps for the unorganized sector (asangathit mazdoor
>>> kisan).
>>>
>>> In the app's home address section, there are dropdowns for State,
>>> District, Subdistrict (Taluk/Tehsil), Block and Panchayat.  I need the data
>>> for this but via APIs because the government keeps changing it.
>>>
>>> I've managed to find APIs that fetch *recent data* for:
>>>
>>> STATES
>>> 
>>>
>>> DISTRICTS
>>> 
>>>
>>> SUBDISTRICTS
>>> 
>>>
>>> However, I can't find similar APIs for BLOCKS and PANCHAYATS.  The APIs
>>> listed for these are fetching *old/obsolete data*.  These old APIs are:
>>> Blocks, Panchayats
>>> 
>>>
>>> Can anyone help to find APIs for Blocks and Panchayats that fetch *recent
>>> data*?
>>>
>>> Thank you in advance.
>>>
>>> - Ashim
>>>
>>> --
>>> 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/3531dfd3-f100-4347-8d49-03e83e5ee17en%40googlegroups.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.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/datameet/CAPaFkDwRn03F0PP_zbveU1fz%2B0-g0m6U69%3DKKyMxKdGqAfHj8w%40mail.gmail.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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/CAMgvHC5OQpF0hLF_g4iUHZOevLO-8YbqUY%2BGHRB%2BR53ZHzOe%2BA%40mail.gmail.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAPaFkDz-Ra-Y%3DyNL66_q07EiSiLjAz9wD8gQPgpt7Pu_3%2BEMxw%40mail.gmail.com.


Re: [datameet] Re: APIs for States, Districts, ... Panchayats

2024-01-12 Thread sreeram kandimalla
Hey Ashim,

I checked. Looks fine. Are you looking at districts.csv?




On Sat, 13 Jan, 2024, 01:50 Ashim Jain,  wrote:

> Hi Sreeram,
>
> The data you're backing up appears to be obsolete because I downloaded
> your ZIP file 12 Jan 2024, which has only 33 districts in Rajasthan,
> whereas there should be 50.
>
> The APIs I gave have the latest districts data.
>
> - Ashim
>
>
> On Wed, 10 Jan 2024 at 18:21, sreeram kandimalla <
> kandimalla.sree...@gmail.com> wrote:
>
>> I take a daily backup of LGD at https://ramseraph.github.io/opendata/lgd/
>>
>> No APIs just plain csv files.
>> If anyone wants to have a go at building an API around it.. that would be
>> awesome :)
>>
>> On Wednesday 10 January 2024 at 00:07:44 UTC+5:30 Ashim Jain wrote:
>>
>> I'm building mobile apps for the unorganized sector (asangathit mazdoor
>> kisan).
>>
>> In the app's home address section, there are dropdowns for State,
>> District, Subdistrict (Taluk/Tehsil), Block and Panchayat.  I need the data
>> for this but via APIs because the government keeps changing it.
>>
>> I've managed to find APIs that fetch *recent data* for:
>>
>> STATES
>> 
>>
>> DISTRICTS
>> 
>>
>> SUBDISTRICTS
>> 
>>
>> However, I can't find similar APIs for BLOCKS and PANCHAYATS.  The APIs
>> listed for these are fetching *old/obsolete data*.  These old APIs are:
>> Blocks, Panchayats
>> 
>>
>> Can anyone help to find APIs for Blocks and Panchayats that fetch *recent
>> data*?
>>
>> Thank you in advance.
>>
>> - Ashim
>>
>> --
>> 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/3531dfd3-f100-4347-8d49-03e83e5ee17en%40googlegroups.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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/CAPaFkDwRn03F0PP_zbveU1fz%2B0-g0m6U69%3DKKyMxKdGqAfHj8w%40mail.gmail.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAMgvHC5OQpF0hLF_g4iUHZOevLO-8YbqUY%2BGHRB%2BR53ZHzOe%2BA%40mail.gmail.com.


Re: [datameet] Re: APIs for States, Districts, ... Panchayats

2024-01-12 Thread Ashim Jain
Hi Sreeram,

The data you're backing up appears to be obsolete because I downloaded your
ZIP file 12 Jan 2024, which has only 33 districts in Rajasthan, whereas
there should be 50.

The APIs I gave have the latest districts data.

- Ashim


On Wed, 10 Jan 2024 at 18:21, sreeram kandimalla <
kandimalla.sree...@gmail.com> wrote:

> I take a daily backup of LGD at https://ramseraph.github.io/opendata/lgd/
>
> No APIs just plain csv files.
> If anyone wants to have a go at building an API around it.. that would be
> awesome :)
>
> On Wednesday 10 January 2024 at 00:07:44 UTC+5:30 Ashim Jain wrote:
>
> I'm building mobile apps for the unorganized sector (asangathit mazdoor
> kisan).
>
> In the app's home address section, there are dropdowns for State,
> District, Subdistrict (Taluk/Tehsil), Block and Panchayat.  I need the data
> for this but via APIs because the government keeps changing it.
>
> I've managed to find APIs that fetch *recent data* for:
>
> STATES
> 
>
> DISTRICTS
> 
>
> SUBDISTRICTS
> 
>
> However, I can't find similar APIs for BLOCKS and PANCHAYATS.  The APIs
> listed for these are fetching *old/obsolete data*.  These old APIs are:
> Blocks, Panchayats
> 
>
> Can anyone help to find APIs for Blocks and Panchayats that fetch *recent
> data*?
>
> Thank you in advance.
>
> - Ashim
>
> --
> 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/3531dfd3-f100-4347-8d49-03e83e5ee17en%40googlegroups.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAPaFkDwRn03F0PP_zbveU1fz%2B0-g0m6U69%3DKKyMxKdGqAfHj8w%40mail.gmail.com.