TOLL INFORMATION SYSTEM

113 views
Skip to first unread message

blessing isaiah

unread,
May 20, 2020, 10:34:28 AM5/20/20
to data...@googlegroups.com
Hi all,

I would need the toll locations and the type of toll (BOT or public funded etc) from here, http://tis.nhai.gov.in/tollplazasonmap?language=en

Can someone share it with me please. 
Many thanks.

Best regards,
Blessing Isaiah 

Deepak Sharda

unread,
May 20, 2020, 2:03:00 PM5/20/20
to data...@googlegroups.com
try doing web scrapping that supports locations 

--
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+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/datameet/CABxwALYGs0ONwaQdEF6Cm_3eHUHVGe23fBYct2AOZ44Di0GdmQ%40mail.gmail.com.

Arun Ganesh

unread,
May 20, 2020, 2:10:46 PM5/20/20
to datameet
Here's the raw json data which has a mess of encoded html. Maybe someone can help parse out the required details: https://gist.github.com/planemad/fa8eb76f09ec2f95997a2b819381ea4e

Souvik Sankar Mitra

unread,
May 20, 2020, 3:31:27 PM5/20/20
to datameet
I parse the json data and save the required details in csv. 


On Wednesday, May 20, 2020 at 11:40:46 PM UTC+5:30, Arun Ganesh wrote:
Here's the raw json data which has a mess of encoded html. Maybe someone can help parse out the required details: https://gist.github.com/planemad/fa8eb76f09ec2f95997a2b819381ea4e

On Wed, May 20, 2020 at 2:03 PM Deepak Sharda <deeps...@gmail.com> wrote:
try doing web scrapping that supports locations 

On Wed, May 20, 2020 at 8:04 PM blessing isaiah <blessi...@gmail.com> wrote:
Hi all,

I would need the toll locations and the type of toll (BOT or public funded etc) from here, http://tis.nhai.gov.in/tollplazasonmap?language=en

Can someone share it with me please. 
Many thanks.

Best regards,
Blessing Isaiah 

--
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 data...@googlegroups.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 data...@googlegroups.com.
india-tollplaza-data-nhai.csv

Arun Ganesh

unread,
May 20, 2020, 10:37:46 PM5/20/20
to datameet
Wonderful Souvik!

Have added the CSV to the gist for future reference https://gist.github.com/planemad/fa8eb76f09ec2f95997a2b819381ea4e . Would be great if you could share the code to do the parsing, it would be interesting to parse out the rates as well.

Deepak Sharda

unread,
May 20, 2020, 11:10:37 PM5/20/20
to data...@googlegroups.com
dear souvik , 

so you share what kind of parsing tool or bot you use. we all have many queries like this for parsing locations from websites. it would be easier for everyone if you could share guidance on this matter.

thank you 

On Thu, May 21, 2020 at 8:07 AM Arun Ganesh <arung...@gmail.com> wrote:
Wonderful Souvik!

Have added the CSV to the gist for future reference https://gist.github.com/planemad/fa8eb76f09ec2f95997a2b819381ea4e . Would be great if you could share the code to do the parsing, it would be interesting to parse out the rates as well.

--
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+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/datameet/CA%2BGKQr2zy%3DJ1qSt-MXc6B6wvn0CAYewoe5PZWiHfyB7qD%2BQZQA%40mail.gmail.com.

Sajjad Anwar

unread,
May 21, 2020, 12:08:42 AM5/21/20
to data...@googlegroups.com
I put together a scraper for this dataset a while ago. I think the data might be outdated but the scripts should work https://github.com/geohacker/toll-plazas-india


From: data...@googlegroups.com <data...@googlegroups.com> on behalf of Deepak Sharda <deeps...@gmail.com>
Sent: Thursday, May 21, 2020 8:39:35 AM
To: data...@googlegroups.com <data...@googlegroups.com>
Subject: Re: [datameet] TOLL INFORMATION SYSTEM
 

Souvik Sankar Mitra

unread,
May 21, 2020, 3:06:29 AM5/21/20
to datameet
Thank you very much sir. I have done it using a google sheet script. I am attaching the code. You have to paste the code in google script and named it as the function name "ParseJson".gs . To use it for any json url , type =ParseJson(url). It will fetch the json and arrange it it rows and colomns. 


On Thursday, May 21, 2020 at 8:40:37 AM UTC+5:30, Deepak Sharda wrote:
dear souvik , 

so you share what kind of parsing tool or bot you use. we all have many queries like this for parsing locations from websites. it would be easier for everyone if you could share guidance on this matter.

thank you 

On Thu, May 21, 2020 at 8:07 AM Arun Ganesh <arung...@gmail.com> wrote:
Wonderful Souvik!

Have added the CSV to the gist for future reference https://gist.github.com/planemad/fa8eb76f09ec2f95997a2b819381ea4e . Would be great if you could share the code to do the parsing, it would be interesting to parse out the rates as well.

--
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 data...@googlegroups.com.
parse_json.txt

blessing isaiah

unread,
May 22, 2020, 2:50:39 PM5/22/20
to data...@googlegroups.com
Dear,

Arun Ganesh and Souvik! Thank you very much for your help. 

Could we get the data of rates as well? Would be really helpful. 

Best regards,
Blessing Isaiah

Souvik Sankar Mitra

unread,
May 22, 2020, 3:59:38 PM5/22/20
to datameet
Thank you mam. I found some rates from the json. I am attaching the csv. But other rates are showing zero or missing values. I think Arun Ganesh sir can help to resolve it.  


On Saturday, May 23, 2020 at 12:20:39 AM UTC+5:30, blessing isaiah wrote:
Dear,

Arun Ganesh and Souvik! Thank you very much for your help. 

Could we get the data of rates as well? Would be really helpful. 

Best regards,
Blessing Isaiah

On Wed, 20 May, 2020, 23:40 Arun Ganesh, <arung...@gmail.com> wrote:
Here's the raw json data which has a mess of encoded html. Maybe someone can help parse out the required details: https://gist.github.com/planemad/fa8eb76f09ec2f95997a2b819381ea4e

On Wed, May 20, 2020 at 2:03 PM Deepak Sharda <deeps...@gmail.com> wrote:
try doing web scrapping that supports locations 

On Wed, May 20, 2020 at 8:04 PM blessing isaiah <blessi...@gmail.com> wrote:
Hi all,

I would need the toll locations and the type of toll (BOT or public funded etc) from here, http://tis.nhai.gov.in/tollplazasonmap?language=en

Can someone share it with me please. 
Many thanks.

Best regards,
Blessing Isaiah 

--
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 data...@googlegroups.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 data...@googlegroups.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 data...@googlegroups.com.
india_toll_data_nhai_rates.csv

blessing isaiah

unread,
May 22, 2020, 11:52:05 PM5/22/20
to data...@googlegroups.com
Great thank you Souvik! Should be very helpful.

Best regards,
Blessing Isaiah

To unsubscribe from this group and stop receiving emails from it, send an email to datameet+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/datameet/ecfe71ed-146a-4f58-aece-83aaf4760f7f%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages