Re: [datameet] Help with schools location data extracting

2018-12-25 Thread rigved shenai
Using Overpass Turbo (https://overpass-turbo.eu/) and querying for Amenity - School will give you pretty good data. [out:json][timeout:25]; // gather results ( // query part for: “amenity=school” node["amenity"="school"]({{bbox}}); way["amenity"="school"]({{bbox}}); relation["amenity"="sch

Re: [datameet] Help with schools location data extracting

2018-12-23 Thread Devdatta Tengshe
Hi, Since this is an ArcGIS Server REST Service, one needs to be familiar with the REST API: ( https://developers.arcgis.com/rest/services-reference/map-service.htm) Then One needs to know which layer/MapService is serving out the data that you need. And finally, you need to query the 'Query

Re: [datameet] Help with schools location data extracting

2018-12-23 Thread Naraina Damle
Hello, What do I need to do if I want to extract the Name of School and Lat Lon in a particular area? On Sunday, May 22, 2016 at 6:14:31 PM UTC+5:30, Devdatta Tengshe wrote: > > Nihkil, > > There is a standard ArcGIS rest endpoint which is the backend for this > here: http://rsgis.nic.in/ArcGI

Re: [datameet] Help with schools location data extracting

2016-05-22 Thread Devdatta Tengshe
Nihkil, There is a standard ArcGIS rest endpoint which is the backend for this here: http://rsgis.nic.in/ArcGIS/rest/services/?f=json. What data do you want to extract? Regards, Devdatta On Sat, May 21, 2016 at 4:04 PM, Venkata Pingali wrote: > I looked at this site some months back. Notes fr

Re: [datameet] Help with schools location data extracting

2016-05-21 Thread Venkata Pingali
I looked at this site some months back. Notes from my investigation then: 1. The content/jsons are being served by commercial GIS operated by BSNL 2. The content is coming back split across many JSONs (50-60) with encoded URLs 3. API appeared stateful (URLs kept changing) This, I concluded, needs

Re: [datameet] Help with schools location data extracting

2016-05-21 Thread Raphael Susewind
Hi Nikhil, most likely the flash application loads something like a JSON (or CSV, if they are bad programmers ;-) ) from a specified API address. Use a network sniffer to intercept the traffic that the flashplayer generates, and see whether you can replicate the API. If you are lucky, you will se

[datameet] Help with schools location data extracting

2016-05-21 Thread Nikhil VJ
Hi friends, is their any way to extract data from such a flash player platform...as follows... schoolgis.nic.in --regards, Nikhil VJ Pune -- Datameet is a community of Data Science enthusiasts in India. Know more about us by visiting http://datameet.org --- You received this message because