Re: [datameet] Get Smart Route to Avoid Containment Zone

2020-07-07 Thread Dilawar Singh
Thanks for the pointers Abhishek. The token can be obtained using a GET request: " https://covid19.quantela.com/qpa/1.0.0/public/token/bbmp.com/6a4d20c0-87dd-556b-9319-ab7147e388d9 "; I've created an automated pipeline for our institute App. Here is a PHP+CURL solution to fetch the zone

Re: [datameet] Get Smart Route to Avoid Containment Zone

2020-07-07 Thread mohit K
Thanks buddy, will take a look. On Mon, Jul 6, 2020 at 10:08 PM Ark Arjun wrote: > Hi Mohit, > > See whether this helps you or not. > https://covid19.bbmpgov.in/ > > On Sat, 4 Jul 2020 at 19:50, mohit K wrote: > >> Hi Guys, >> >> Is there a place I can get Bangalore containment zones data? >>

Re: [datameet] Get Smart Route to Avoid Containment Zone

2020-07-06 Thread Ark Arjun
Hi Mohit, See whether this helps you or not. https://covid19.bbmpgov.in/ On Sat, 4 Jul 2020 at 19:50, mohit K wrote: > Hi Guys, > > Is there a place I can get Bangalore containment zones data? > > Appreciate your help. > > Mohit > > On Sun, May 17, 2020 at 8:35 PM Souvik Sankar Mitra < >

Re: [datameet] Get Smart Route to Avoid Containment Zone

2020-07-06 Thread mohit K
Thanks Abhishek, this is helpful. On Sat, 4 Jul 2020 at 22:24, Abhishek wrote: > Hey Mohit, > You can get the updated data from BBMP's dashboard > > curl --location --request POST ' >

Re: [datameet] Get Smart Route to Avoid Containment Zone

2020-07-04 Thread Abhishek
Hey Mohit, You can get the updated data from BBMP's dashboard curl --location --request POST ' https://covid19.quantela.com/qpa/1.0.0/public/dashboard/getData/bbmp.com/7WGKgnEBHZrt-aeeDTHg/TmpE-XEBiNslxwBhF2EA ' \ --header 'Authorization: Bearer 3a9d616a-5db2-3f0d-a2b6-5e2dd06a4037' \ --header

Re: [datameet] Get Smart Route to Avoid Containment Zone

2020-07-04 Thread mohit K
Hi Guys, Is there a place I can get Bangalore containment zones data? Appreciate your help. Mohit On Sun, May 17, 2020 at 8:35 PM Souvik Sankar Mitra < souviksankar2...@gmail.com> wrote: > Thank you very much for your advice sir. I will try to implement of > getting location by clicking.

Re: [datameet] Get Smart Route to Avoid Containment Zone

2020-05-17 Thread Souvik Sankar Mitra
Thank you very much for your advice sir. I will try to implement of getting location by clicking. Actually sir I use Google's Direction API here. But I can try to implement it using open source routing. Thank you for the Stack Overflow link sir. It will help me.. With regards , Souvik Sankar

[datameet] Get Smart Route to Avoid Containment Zone

2020-05-13 Thread Souvik Sankar Mitra
I have developed a smart navigation application to avoid containment zone. It gives a safe route between source and destination which does not go through any containment zone. Till now it only available for Kolkata and Howrah but it can be implemented for other cities also. You can check it