[datameet] Re: india shp file with j and Ladhak

2020-03-29 Thread karthikeyan ravichandran
Try this one..

https://github.com/justinelliotmeyers/India_Official_Boundaries_2019

thanks to https://github.com/justinelliotmeyers.

On Tuesday, 18 February 2020 13:30:12 UTC+5:30, Atul Panday wrote:
>
> Dear all 
>
> Any one please share the new india state wise shp with J And Ladhak.
>
> Kind Regards 
>
>
> -- 
>
>
> *Atul PandayEmail: greatat...@gmail.com Mob: 7024457369*
>

-- 
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/b8d89227-c299-4bb1-b328-b3a1165fef4b%40googlegroups.com.


[datameet] Re: #COVID19 Non Virus Death Data/API

2020-03-29 Thread Thejesh GN
Expected format

{
  "id": "2020-03-25|non_virus_deaths|17",
  "key": "2020-03-25|non_virus_deaths|17",
  "value": {
"_id": "2020-03-25|non_virus_deaths|17",
"_rev": "3-3381b76df61bff8c3b28276a1cffad27",
"type": "non_virus_deaths",
"location": "Rasingapuram",
"district": "Theni",
"state": "KL",
"incident_date": "2020-03-24",
"deaths": 4,
"reason": [
  "Forest fire",
  "Roadblock"
],
"source_date": "2020-03-25",
"source_link":
"https://www.thehindu.com/news/national/tamil-nadu/death-toll-rises-to-4-in-theni-forest-fire-tragedy/article31160605.ece
and 
https://www.thenewsminute.com/article/3-women-and-one-year-old-child-die-theni-forest-fire-121088;,
"source": "www.thehindu.com"
  }
}

deaths : no of deaths reported in this specific incident report



Planning to update once a day.

But please contribute  : https://forms.gle/1TePxEnyUtnv79sX9


Thej
--
Thejesh GN *⏚* ತೇಜೇಶ್ ಜಿ.ಎನ್
http://thejeshgn.com
GPG ID :  0xBFFC8DD3C06DD6B0


On Sun, 29 Mar 2020 at 23:45, Thejesh GN  wrote:

> There are many deaths (Suicide, due to lockdown, lathicharge, hunger
> ,during migration etc) reported from the field which are related to
> COVID-19 disease but are not attributed to virus. Community has collected
> them and organized them.
>
> Project page: http://projects.datameet.org/covid19/non-virus-deaths/
>
> You can contribute at : https://forms.gle/1TePxEnyUtnv79sX9
>
>
> https://data.thejeshgn.com/covid19/_design/india/_view/non_virus_deaths?descending=false=2020032923
>
> nounce = mmddhh datetime upto hour to invalidate cache
>
>
>
>
> Thej
> --
> Thejesh GN *⏚* ತೇಜೇಶ್ ಜಿ.ಎನ್
> http://thejeshgn.com
> GPG ID :  0xBFFC8DD3C06DD6B0
>

-- 
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/CAABnYsX-_PEYf0xKzvL2VE7piF_Yn%2B3Fotn%2BvpjFeOFsW7e-2A%40mail.gmail.com.


[datameet] #COVID19 Non Virus Death Data/API

2020-03-29 Thread Thejesh GN
There are many deaths (Suicide, due to lockdown, lathicharge, hunger
,during migration etc) reported from the field which are related to
COVID-19 disease but are not attributed to virus. Community has collected
them and organized them.

Project page: http://projects.datameet.org/covid19/non-virus-deaths/

You can contribute at : https://forms.gle/1TePxEnyUtnv79sX9

https://data.thejeshgn.com/covid19/_design/india/_view/non_virus_deaths?descending=false=2020032923

nounce = mmddhh datetime upto hour to invalidate cache




Thej
--
Thejesh GN *⏚* ತೇಜೇಶ್ ಜಿ.ಎನ್
http://thejeshgn.com
GPG ID :  0xBFFC8DD3C06DD6B0

-- 
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/CAABnYsUZYD0N-7R9%2BuFQ6iY2%2BC2hg-mRi3_gomFBLG90WfCy%2BQ%40mail.gmail.com.


Re: [datameet] Re: #COVID19 mohfw data

2020-03-29 Thread Thejesh GN
They just removed the columns confirmed_foreign and confirmed_indians. Now
it's just one total number. So I have updated the Data and API accordingly.

There is one record for each state and report_time combination.

{   "id":"2020-03-12T11:00:00.00+05:30|dl",
   "key":"2020-03-12T11:00:00.00+05:30|dl",
   "value":{
  "_id":"2020-03-12T11:00:00.00+05:30|dl",
  "_rev":"1-1b430a0a4b4a8b43fdab12d040ae8735",
  "state":"dl",
  "report_time":"2020-03-12T11:00:00.00+05:30",
  "confirmed_india":6,
  "confirmed_foreign":0,
  "confirmed": 6,
  "cured":0,
  "death":0,
  "source":"mohfw",
  "type":"cases"
}
}

confirmed_india and confirmed_foreign are present only when they are
available. Use confirmed which is usually the addition ofconfirmed_india and
confirmed_foreign
http://projects.datameet.org/covid19/mohfw/

Thej
--
Thejesh GN *⏚* ತೇಜೇಶ್ ಜಿ.ಎನ್
http://thejeshgn.com
GPG ID :  0xBFFC8DD3C06DD6B0


On Sun, 29 Mar 2020 at 21:51, Bodhisattwa Mandal <
bodhisattwa.rg...@gmail.com> wrote:

> There are huge discrepancies in confirmed cases at district level between
> MoHFW, state health bulletins, media news channel, covid19india that it has
> now become a tiring task to verify and find the correct one. :(
>
>
>
> On Sun, 29 Mar 2020, 20:00 Thejesh GN,  wrote:
>
>> Last one was 27th.
>>
>> https://github.com/datameet/covid19/blob/master/icmr-backup/ICMR_website_update_27March_9AM_IST.pdf
>>
>> They might release on tomorrow (working day?).
>>
>>
>> Regards,
>> Thej
>>
>> Thejesh GN ⏚ ತೇಜೇಶ್ ಜಿ.ಎನ್
>> http://thejeshgn.com
>>
>> On Sun, 29 Mar, 2020, 7:37 PM Ajeya Raj,  wrote:
>>
>>> https://icmr.nic.in/node/39071
>>>
>>> Is ICMR publishing the no of tests done still? where is the link?
>>>
>>> On Sun, Mar 29, 2020 at 1:36 PM Ajay Kelkar 
>>> wrote:
>>>
 Have you guys seen this: https://ncov2019.live/

 Also see this:
 https://www.democracynow.org/2020/3/13/meet_the_17_year_old_behind




 On Friday, March 13, 2020 at 5:36:23 PM UTC+5:30, Thejesh GN wrote:
>
>
> - I have been scraping and diffing the #COVID19 data at
> https://t.co/qhdbOGGaeh  every 12 hours
>
> - Converting them into clean JSON and made a simple API
>
> - You can use the below URL if you like
>
>
> https://data.thejeshgn.com/covid19/_design/india/_view/incidents?include_docs=true=5=true
>
>
>
> Regards,
> Thej
>
> Thejesh GN ⏚ ತೇಜೇಶ್ ಜಿ.ಎನ್
> http://thejeshgn.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/a0738435-d678-4af1-a25d-396e3780332a%40googlegroups.com
 
 .

>>>
>>>
>>> *The contents of this email message and any attachments are intended
>>> solely for the addressee(s) only and contains confidential and/or
>>> privileged information and may be legally protected from disclosure. If you
>>> are not the intended recipient of this message or their agent, or if this
>>> message has been addressed to you in error, please immediately alert the
>>> sender by reply email and then delete this message and any attachments
>>> thereof. Mobisy is not liable for any loss or any damage arising in any way
>>> from the use of this e-mail or its attachments.*
>>>
>>> --
>>> 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/CAO7sb2bKxJZ%3DLHUvixbW4sh%2B3ATe-yvZ9rzkk%3Dni0zUR7e79_A%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
>> 

Re: [datameet] Re: #COVID19 mohfw data

2020-03-29 Thread Bodhisattwa Mandal
There are huge discrepancies in confirmed cases at district level between
MoHFW, state health bulletins, media news channel, covid19india that it has
now become a tiring task to verify and find the correct one. :(



On Sun, 29 Mar 2020, 20:00 Thejesh GN,  wrote:

> Last one was 27th.
>
> https://github.com/datameet/covid19/blob/master/icmr-backup/ICMR_website_update_27March_9AM_IST.pdf
>
> They might release on tomorrow (working day?).
>
>
> Regards,
> Thej
>
> Thejesh GN ⏚ ತೇಜೇಶ್ ಜಿ.ಎನ್
> http://thejeshgn.com
>
> On Sun, 29 Mar, 2020, 7:37 PM Ajeya Raj,  wrote:
>
>> https://icmr.nic.in/node/39071
>>
>> Is ICMR publishing the no of tests done still? where is the link?
>>
>> On Sun, Mar 29, 2020 at 1:36 PM Ajay Kelkar  wrote:
>>
>>> Have you guys seen this: https://ncov2019.live/
>>>
>>> Also see this:
>>> https://www.democracynow.org/2020/3/13/meet_the_17_year_old_behind
>>>
>>>
>>>
>>>
>>> On Friday, March 13, 2020 at 5:36:23 PM UTC+5:30, Thejesh GN wrote:


 - I have been scraping and diffing the #COVID19 data at
 https://t.co/qhdbOGGaeh  every 12 hours

 - Converting them into clean JSON and made a simple API

 - You can use the below URL if you like


 https://data.thejeshgn.com/covid19/_design/india/_view/incidents?include_docs=true=5=true



 Regards,
 Thej

 Thejesh GN ⏚ ತೇಜೇಶ್ ಜಿ.ಎನ್
 http://thejeshgn.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/a0738435-d678-4af1-a25d-396e3780332a%40googlegroups.com
>>> 
>>> .
>>>
>>
>>
>> *The contents of this email message and any attachments are intended
>> solely for the addressee(s) only and contains confidential and/or
>> privileged information and may be legally protected from disclosure. If you
>> are not the intended recipient of this message or their agent, or if this
>> message has been addressed to you in error, please immediately alert the
>> sender by reply email and then delete this message and any attachments
>> thereof. Mobisy is not liable for any loss or any damage arising in any way
>> from the use of this e-mail or its attachments.*
>>
>> --
>> 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/CAO7sb2bKxJZ%3DLHUvixbW4sh%2B3ATe-yvZ9rzkk%3Dni0zUR7e79_A%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/CAABnYsUbXWrhK6EnVJFX-5tiRye%3DnKtq-qE38MOa3ZprdnAVwQ%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/CAHyrfgaihXo8Vo_%3D9GqF%3DZ7Ho0ioyr1y%2BMjQ9vKHCW2h0CHBxQ%40mail.gmail.com.


Re: [datameet] Re: #COVID19 mohfw data

2020-03-29 Thread Thejesh GN
Last one was 27th.
https://github.com/datameet/covid19/blob/master/icmr-backup/ICMR_website_update_27March_9AM_IST.pdf

They might release on tomorrow (working day?).


Regards,
Thej

Thejesh GN ⏚ ತೇಜೇಶ್ ಜಿ.ಎನ್
http://thejeshgn.com

On Sun, 29 Mar, 2020, 7:37 PM Ajeya Raj,  wrote:

> https://icmr.nic.in/node/39071
>
> Is ICMR publishing the no of tests done still? where is the link?
>
> On Sun, Mar 29, 2020 at 1:36 PM Ajay Kelkar  wrote:
>
>> Have you guys seen this: https://ncov2019.live/
>>
>> Also see this:
>> https://www.democracynow.org/2020/3/13/meet_the_17_year_old_behind
>>
>>
>>
>>
>> On Friday, March 13, 2020 at 5:36:23 PM UTC+5:30, Thejesh GN wrote:
>>>
>>>
>>> - I have been scraping and diffing the #COVID19 data at
>>> https://t.co/qhdbOGGaeh  every 12 hours
>>>
>>> - Converting them into clean JSON and made a simple API
>>>
>>> - You can use the below URL if you like
>>>
>>>
>>> https://data.thejeshgn.com/covid19/_design/india/_view/incidents?include_docs=true=5=true
>>>
>>>
>>>
>>> Regards,
>>> Thej
>>>
>>> Thejesh GN ⏚ ತೇಜೇಶ್ ಜಿ.ಎನ್
>>> http://thejeshgn.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/a0738435-d678-4af1-a25d-396e3780332a%40googlegroups.com
>> 
>> .
>>
>
>
> *The contents of this email message and any attachments are intended
> solely for the addressee(s) only and contains confidential and/or
> privileged information and may be legally protected from disclosure. If you
> are not the intended recipient of this message or their agent, or if this
> message has been addressed to you in error, please immediately alert the
> sender by reply email and then delete this message and any attachments
> thereof. Mobisy is not liable for any loss or any damage arising in any way
> from the use of this e-mail or its attachments.*
>
> --
> 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/CAO7sb2bKxJZ%3DLHUvixbW4sh%2B3ATe-yvZ9rzkk%3Dni0zUR7e79_A%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/CAABnYsUbXWrhK6EnVJFX-5tiRye%3DnKtq-qE38MOa3ZprdnAVwQ%40mail.gmail.com.


Re: [datameet] Re: #COVID19 mohfw data

2020-03-29 Thread Ajeya Raj
https://icmr.nic.in/node/39071

Is ICMR publishing the no of tests done still? where is the link?

On Sun, Mar 29, 2020 at 1:36 PM Ajay Kelkar  wrote:

> Have you guys seen this: https://ncov2019.live/
>
> Also see this:
> https://www.democracynow.org/2020/3/13/meet_the_17_year_old_behind
>
>
>
>
> On Friday, March 13, 2020 at 5:36:23 PM UTC+5:30, Thejesh GN wrote:
>>
>>
>> - I have been scraping and diffing the #COVID19 data at
>> https://t.co/qhdbOGGaeh  every 12 hours
>>
>> - Converting them into clean JSON and made a simple API
>>
>> - You can use the below URL if you like
>>
>>
>> https://data.thejeshgn.com/covid19/_design/india/_view/incidents?include_docs=true=5=true
>>
>>
>>
>> Regards,
>> Thej
>>
>> Thejesh GN ⏚ ತೇಜೇಶ್ ಜಿ.ಎನ್
>> http://thejeshgn.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/a0738435-d678-4af1-a25d-396e3780332a%40googlegroups.com
> 
> .
>

-- 
*
*
*The contents of this email message and any attachments are intended 
solely for the addressee(s) only and contains confidential and/or 
privileged information and may be legally protected from disclosure. If you 
are not the intended recipient of this message or their agent, or if this 
message has been addressed to you in error, please immediately alert the 
sender by reply email and then delete this message and any attachments 
thereof. Mobisy is not liable for any loss or any damage arising in any way 
from the use of this e-mail or its attachments.*

-- 
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/CAO7sb2bKxJZ%3DLHUvixbW4sh%2B3ATe-yvZ9rzkk%3Dni0zUR7e79_A%40mail.gmail.com.


[datameet] Re: #COVID19 mohfw data

2020-03-29 Thread Ajay Kelkar
Have you guys seen this: https://ncov2019.live/

Also see this: 
https://www.democracynow.org/2020/3/13/meet_the_17_year_old_behind




On Friday, March 13, 2020 at 5:36:23 PM UTC+5:30, Thejesh GN wrote:
>
>
> - I have been scraping and diffing the #COVID19 data at 
> https://t.co/qhdbOGGaeh  every 12 hours
>
> - Converting them into clean JSON and made a simple API
>
> - You can use the below URL if you like
>
>
> https://data.thejeshgn.com/covid19/_design/india/_view/incidents?include_docs=true=5=true
>
>
>
> Regards,
> Thej
>
> Thejesh GN ⏚ ತೇಜೇಶ್ ಜಿ.ಎನ್
> http://thejeshgn.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/a0738435-d678-4af1-a25d-396e3780332a%40googlegroups.com.