Re: [datameet] Welcome to new members

2020-04-05 Thread Arun Ganesh
>
>
>
> There is only one very important rule -
>
> *Be Nice*
>
>
Welcome all! may i upgrade that to one picked up from a wonderful community
in Germany.

*Be excellent to each other. *

https://www.ccc.de/en/updates/2016/a-reminder-to-be-excellent-to-each-other

-- 
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%2BGKQr0s-H%3DghKQYrhQGqjO%3Db5kwPZuVYWMG3frP83xiUPAbww%40mail.gmail.com.


[datameet] Re: Organizing workshop on COVID-19 data

2020-04-05 Thread Akshay Aditya
Sounds good. 

On Friday, April 3, 2020 at 11:32:39 PM UTC-4, Sanjay Chitnis wrote:
>
> Dear Datameet founders and members,
>
> Would you be interested in organizing and participating in an online 
> workshop on COVID-19 data and its use?
>
> Do you think it will be useful? If so, what are your ideas about this? It 
> can consist of expert talks and discussions on how we can contribute to 
> this war against the virus for India and the world.
>
> I work for Dayananda Sagar University, Bangalore and would be happy to 
> collaborate for organizing this.
>
> -- 
> Sanjay Chitnis
> http://www.linkedin.com/in/sanjaychitnis 
>
>
> *"You are what your deep, driving desire is. As your desire is, so is your 
> will. As your will is, so is your deed. As your deed is, so is your 
> destiny." – Brihadaranyaka Upanishad IV. 4.5*
>

-- 
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/f83dd4c8-fd4c-4eb3-946c-c33f1a06a5e6%40googlegroups.com.


Re: [datameet] Re: #COVID19 mohfw data

2020-04-05 Thread Rithika Kumar
Hi everyone,

Thank you for the amazing work that all of you have put into making COVID 
related data accessible to the public. Is there any information on whether 
socio-economic and other demographic characteristics of cases/deaths in 
India? I am guessing this might be hard to obtain but will be interesting 
to see. Rithika

On Sunday, April 5, 2020 at 10:17:52 AM UTC-4, Thejesh GN wrote:
>
> I recorded a video yesterday, in which I go through each video explaining 
> how they are sourced, archived and parsed. I also show some example usage
>
> https://thejeshgn.com/2020/04/05/datameets-covid-19-india-datasets/
>
> Also some of the members had questions about converting from JSON to CSV.
>
> You can use a simple online conversion tool like this
>
> https://apps.thejeshgn.com/json-csv/
>
> If required. I can convert the JSON to CSV on a daily basis and commit to 
> the github. Let me know.
>
>
> Thej
> --
> Thejesh GN *⏚* ತೇಜೇಶ್ ಜಿ.ಎನ್
> http://thejeshgn.com
> GPG ID :  0xBFFC8DD3C06DD6B0
>
>
> On Wed, 1 Apr 2020 at 17:40, Pooja Dantewadia  > wrote:
>
>> Works on incognito mode or if the ad blocker is removed. 
>>
>> On Wed, 1 Apr 2020 at 5:37 PM, Ajeya Raj > > wrote:
>>
>>> state wise data is not opening right now
>>>
>>> On Wed, Apr 1, 2020 at 4:07 PM Thejesh GN >> > wrote:
>>>
 - They keep changing the format of the page everyday. I have to fix it 
 almost every time. Anyway latest (9am)data is up.
 - No updates from ICMR yet!
 - I also have a page where you can see COVID19 related but non virus 
 deaths. Sadly even that is growing. 
 https://thejeshgn.com/projects/covid19-india/non-virus-deaths/


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


 On Mon, 30 Mar 2020 at 19:01, Thejesh GN >>> > wrote:

> No data directly from ICMR anymore. It will come from mohfw.
>
> https://twitter.com/arvindgunasekar/status/1244515099001393152
>
> Thej
> --
> Thejesh GN *⏚* ತೇಜೇಶ್ ಜಿ.ಎನ್
> http://thejeshgn.com
> GPG ID :  0xBFFC8DD3C06DD6B0
>
>
> On Mon, 30 Mar 2020 at 16:49, Ajeya Raj  > wrote:
>
>> Do we have citywise covid-19 cases data
>>
>> On Sun, Mar 29, 2020 at 11:32 PM Thejesh GN > > wrote:
>>
>>> 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 of
>>> confirmed_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 <
>>> bodhisat...@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 

[datameet] Asking for volunteers for data collection on Personal Protection Equipment manufacturers and suppliers in India

2020-04-05 Thread Sidharth
Hi All,

This is Sidharth here, I work at C-SAG Bangalore, and I also volunteer for 
Ministry of Road Transport and Highways.

I have been assigned to collect data on PPE(medical) manufacturers and 
suppliers in India.

Lots of data is available in various websites, but many are fraudulent. 

I request anyone and everyone to give a few hours everyday to get authentic 
information.

Best form is to phone call the manufacturers.

I will be sharing a EtherCalc sheet, which is an open source link for a 
SpreadSheet that can be accessed by anyone on Laptops or PCs.

It includes the following columns -

Sr_NoPPE_Manufacturer_Company_NamePhoneMobileAddress
LatitudeLongitudeEmailPersonWebsiteCapacity_per_day
Stocks_available_04_04_2020Kit_SpecsPrice_Rs
Manufacturing_startConfirmationComments


In comments, it is required to add any info related to issues faced by the 
person you are contacting.

In Confirmation column, its required to add the medium via which you 
collected all the rest of information, phone calls will be the most safe 
and sure option according to me.

This info will be shared directly to Government of India via me. I am not 
exaggerating, the Ministry representative is the Chief Geospatial Officer 
of MoRTH.

Please do take some time out for this.

The link is - https://ethercalc.org/yxja1s1wc1eo

KINDLY DO NOT TAMPER WITH ANY INFO ALREADY ON THE SHEET.

Only add useful info you may have collected yourself.

Thanking you.

Sidharth

CSAG

-- 
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/56fe0a4b-86d4-4e8a-b28b-cdae00285ced%40googlegroups.com.


[datameet] Welcome to new members

2020-04-05 Thread Thejesh GN
In the last few days, a lot of people have joined the group. Welcome
everyone.

You can go through the archives to see what kind of discussions we as
community engage in
https://groups.google.com/forum/#!forum/datameet

Here are some rules about how we conduct ourselves
http://datameet.org/discussions/

There is only one very important rule -

*Be Nice*

Welcome again.



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/CAABnYsWn9OGw1-B%2BpZ1vP1o%2BAR7oVjvarD%3DnJOwcTVci1PHm8A%40mail.gmail.com.


Re: [datameet] Re: #COVID19 mohfw data

2020-04-05 Thread Thejesh GN
I recorded a video yesterday, in which I go through each video explaining
how they are sourced, archived and parsed. I also show some example usage

https://thejeshgn.com/2020/04/05/datameets-covid-19-india-datasets/

Also some of the members had questions about converting from JSON to CSV.

You can use a simple online conversion tool like this

https://apps.thejeshgn.com/json-csv/

If required. I can convert the JSON to CSV on a daily basis and commit to
the github. Let me know.


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


On Wed, 1 Apr 2020 at 17:40, Pooja Dantewadia 
wrote:

> Works on incognito mode or if the ad blocker is removed.
>
> On Wed, 1 Apr 2020 at 5:37 PM, Ajeya Raj  wrote:
>
>> state wise data is not opening right now
>>
>> On Wed, Apr 1, 2020 at 4:07 PM Thejesh GN  wrote:
>>
>>> - They keep changing the format of the page everyday. I have to fix it
>>> almost every time. Anyway latest (9am)data is up.
>>> - No updates from ICMR yet!
>>> - I also have a page where you can see COVID19 related but non virus
>>> deaths. Sadly even that is growing.
>>> https://thejeshgn.com/projects/covid19-india/non-virus-deaths/
>>>
>>>
>>> Thej
>>> --
>>> Thejesh GN *⏚* ತೇಜೇಶ್ ಜಿ.ಎನ್
>>> http://thejeshgn.com
>>> GPG ID :  0xBFFC8DD3C06DD6B0
>>>
>>>
>>> On Mon, 30 Mar 2020 at 19:01, Thejesh GN  wrote:
>>>
 No data directly from ICMR anymore. It will come from mohfw.

 https://twitter.com/arvindgunasekar/status/1244515099001393152

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


 On Mon, 30 Mar 2020 at 16:49, Ajeya Raj  wrote:

> Do we have citywise covid-19 cases data
>
> On Sun, Mar 29, 2020 at 11:32 PM Thejesh GN  wrote:
>
>> 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 of
>> confirmed_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
>>>
>> --