Re: [Qgis-user] Spatial join from WMS raster layer
You can't with standard tools. The identify on a wms layer triggers a web request to the origin server, which responds the data for that location. A script could be generated to query one request for each point and parse/save the replies (maybe with throttling managenent in case the server denies query bombing) but I'm not aware of a plugin thats does it already. It can be written in a few minutes, but I can't help you right now... Maybe next days. giovanni Il 31/mar/2015 16:28 "Joris Hintjens" ha scritto: > Hello, > I have a vector layer (points) and a wms layer. > I can get info from any point in the wms , and get as answer a html or > text table with the properties of that point. How can I copy those values > into a vector layer? From vector layer tovectorlayer, This can be done with > Spatial Join. What about a raster layer as data source? > > Thanks > > Joris > > > ___ > Qgis-user mailing list > Qgis-user@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/qgis-user > ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user
Re: [Qgis-user] Spatial join from WMS raster layer
Hi Joris, I'm not quite sure if this will work with wms-layers too. But I applied a plugin called 'point sampling tool' (I guess thats the name) to sample raster values at point locations. If you want a text based file, this would be a possible way: http://gis.stackexchange.com/questions/8844/get-list-of-coordinates-for-points-in-a-layer However, I remember, there are more options to export beside shape and csv, e.g. GML... Torsten Am 08-Apr-2015 20:49:13 +0200 schrieb joris...@gmail.com: > > Hello, > I have a vector layer (points) and a wms layer. > I can get info from any point in the wms , and get as answer a html or text > table with the properties of that point. How can I copy those values into a > vector layer? From vector layer to vector layer, this can be done with > Spatial Join. What about a raster layer as data source? > > Thanks > > Joris > > ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user
[Qgis-user] Spatial join from WMS raster layer
> > Hello, > I have a vector layer (points) and a wms layer. > I can get info from any point in the wms , and get as answer a html or text > table with the properties of that point. How can I copy those values into a > vector layer? From vector layer to vector layer, this can be done with > Spatial Join. What about a raster layer as data source? > > Thanks > > Joris > > ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user
[Qgis-user] Spatial join from WMS raster layer
Hello, I have a vector layer (points) and a wms layer. I can get info from any point in the wms , and get as answer a html or text table with the properties of that point. How can I copy those values into a vector layer? From vector layer tovectorlayer, This can be done with Spatial Join. What about a raster layer as data source? Thanks Joris ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user