Hi,

On 25/06/21 12:49 pm, [email protected] wrote:
Is it possible to extract the Lat long data of the Kolkata city Parks from this BHUVAN webpage?

https://bhuvan-app1.nrsc.gov.in/parks/rc_bhuvan.php#

Yes, it is possible to extract the data. I tried to scrape the data using curl and some simple bash + jq.

https://gist.github.com/punchagan/4d4c326f8c70850e1ac2914d7610f0c3

I started with crawling the data by ward, but I found some things about how that data was organized, a little confusing.

So, I ended up fetching the data for each park, instead. I clubbed the separate json files into a single file. The wards based crawl had some additional information that may be useful, like the total population of the ward.

- P

--
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/8f206ef4-27a8-1bb1-9168-a0813e4d8983%40muse-amuse.in.

Reply via email to