HI Nikhil, Cool and neat solution, Thankyou. just a quick question, what if the WMS layer is a line or polygon, what has to be changed in the python script?
regards sashi On Wednesday, October 17, 2018 at 10:05:34 AM UTC+5:30, Nikhil VJ wrote: > > Here you go, > > https://github.com/answerquest/asi-monuments-xml2csv > > It's in a CSV now and you can drag-drop it on geojson.io for preview, and > convert it to other formats from there. > > All metadata encountered in the xml is saved in respective columns. > > The python script used is there too, in a jupyter notebook (.ipynb) file. > Github will display it nicely. > > -Nikhil VJ > Pune, India > > > On Tuesday, October 16, 2018 at 2:42:43 PM UTC+5:30, Arun Ganesh wrote: >> >> Found the Bhuvan geoserver listing which has the asi layers: >> http://bhuvan5.nrsc.gov.in/bhuvan/web/?wicket:bookmarkablePage=:org.geoserver.web.demo.MapPreviewPage >> >> They have disabled WFS so its not possible to download the shapefiles, >> but it looks the WMS GeoRSS output gives the vectors in an xml format. >> >> Monument locations: >> http://bhuvan5.nrsc.gov.in/bhuvan/asi/wms?service=WMS&version=1.1.0&request=GetMap&layers=asi:monuments2&styles=&bbox=68.963,8.076,96.005,32.976&width=512&height=471&srs=EPSG:4326&format=application%2Frss%2Bxml >> >> The file opens great in Qgis, but the feature properties are formatted as >> an HTML list. If this can be cleaned up, we can have the exact shapefiles. >> >> On Tue, Oct 16, 2018 at 12:59 PM Sashikumar N <[email protected]> >> wrote: >> >>> Scrapping WMS layer is not possible, (i don't know if there is a way to >>> do it). But if your interest is only few entities, you can use 'Tools' -> >>> 'Draw' to mark/draw and download them as shapefile from the Bhuvan itself. >>> >>> On Monday, October 15, 2018 at 1:31:03 PM UTC+5:30, Arun Ganesh wrote: >>>> >>>> >>>> >>>> On Mon, Oct 15, 2018 at 11:50 AM Sashikumar N <[email protected]> >>>> wrote: >>>> >>>>> Bhuvan has a WMS layer of all ASI monuments, please check >>>>> >>>> >>>> Thanks, found it here: >>>> https://bhuvan-app1.nrsc.gov.in/culture_monuments/ >>>> >>>> Its fantastic to browse around and should be shared more widely. Is >>>> there a way to get the features as vectors? >>>> >>> -- >>> 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]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- 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]. For more options, visit https://groups.google.com/d/optout.
