Hi Vaidya, So it turns out this data is being hosted by a GeoServer Backend. The benefit of that , is that GeoServer has a Layer Preview page ( http://43.204.221.41:8080/geoserver/web/wicket/bookmarkable/org.geoserver.web.demo.MapPreviewPage )
This Layer preview page makes it easier to get Data from the service. Next to each layer, is a dropdown, which can give us the data in various formats. If you select WFS>>Geojson, a new tab should open, with a preview of the data. The url will be something like: http://43.204.221.41:8080/geoserver/bbmp/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=bbmp%3AproposedWards&maxFeatures=50&outputFormat=application%2Fjson This has only the first 50 features; If you want them all, then change the maxFeatures parameter to something large like 9999999 Replacing this in the URL should give you all the features in GeoJSON format Regards, Devdatta On Tue, 22 Aug 2023 at 09:34, Vaidya <[email protected]> wrote: > Hello, > > BBMP has released map of the new wards (225) in this site: > http://bbmpdelimitation2023.com/ > > They are using a WMS server: > http://43.204.221.41:8080/geoserver/bbmp/wms > > Anyone has tried getting map files from WMS? > Could you help share the method please? > > Thanks, > Vaidya > > -- > 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/CAHVy6PEgJuw8pNo2vhiwgHySwh7GAEmCvgTF_Bi6afvOwe9bPQ%40mail.gmail.com > <https://groups.google.com/d/msgid/datameet/CAHVy6PEgJuw8pNo2vhiwgHySwh7GAEmCvgTF_Bi6afvOwe9bPQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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/CAOQOUMuJ5whgiK9eheNPsuqcMDUCXPgF%2B5Txv6kg5kwa6BJUNw%40mail.gmail.com.
