Hi One of the method is to use Spatial Join to transfer attributes of point to polygon. This works if the point is spatially located withing the polygon to whom you want to attach the attributes to. The other method is to join attributes of point to polygon based on a attribute which is common to both and is present in both attribute tables.
Hope this helps. Abhijit Original Message From: [email protected] Sent: Sunday 15 March 2015 00:31 To: [email protected] Reply To: [email protected] Subject: Qgis-user Digest, Vol 109, Issue 27 Send Qgis-user mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.osgeo.org/mailman/listinfo/qgis-user or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Qgis-user digest..." Today's Topics: 1. Re: Attribute copy from point to polygon (Joris Hintjens) 2. Re: Attribute copy from point to polygon (Lene Fischer) ---------------------------------------------------------------------- Message: 1 Date: Sat, 14 Mar 2015 13:44:19 +0100 From: Joris Hintjens <[email protected]> To: Raymond Nijssen <[email protected]> Cc: QGIS User <[email protected]> Subject: Re: [Qgis-user] Attribute copy from point to polygon Message-ID: <[email protected]> Content-Type: text/plain; charset=windows-1252 Ahah! our beloved Ujaval again! bedankt, Raymond. Ik had die optie al geprobeerd natuurlijk, maar kwam tot een vreemd resultaat. (een point layer met alleen features daar waar de polygonLayer ene?null? value had in een bepaalde kolom. Toen ben ik op zoek gegaan naar een alternatief. Nu nog eens geprobeerd, en het werkt wel.Waarschinijk bij de eerste poging(en) verkeerde parameters ingevuld, dat kan ik nu niet meer nagaan. toch bedankt, het lukt me nu wel. Joris > Op 12-mrt.-2015, om 12:33 heeft Raymond Nijssen <[email protected]> het > volgende geschreven: > > http://www.qgistutorials.com/nl/docs/performing_spatial_joins.html > > ps use google too ;) > > On 12-03-15 12:22, Joris Hintjens wrote: >> Hi, >> I have a pointlayer and polygon layer in .SHP. >> I need to copy an attribute from the points within each polygon to the >> polygon layer. >> Any suggestions on how to do this? >> >> thanks >> Joris >> >> >> >> _______________________________________________ >> Qgis-user mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/qgis-user >> > > -- > Terglobo > Amp?restraat 110 > 5223 CT 's-Hertogenbosch > 06-25314983 > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user ------------------------------ Message: 2 Date: Sat, 14 Mar 2015 14:20:42 +0000 From: Lene Fischer <[email protected]> To: Joris Hintjens <[email protected]>, Raymond Nijssen <[email protected]> Cc: QGIS User <[email protected]> Subject: Re: [Qgis-user] Attribute copy from point to polygon Message-ID: <38497AD9CA059C42AA3451EFEFF0378ED7224C61@P2KITMBX04WC02.unicph.domain> Content-Type: text/plain; charset="iso-8859-1" Try the point sampling tool ? Lene Fischer Associate Professor ? Department of Geosciences and Natural Resource Management University of Copenhagen ? MOB +45 40115084 [email protected] ? ? ? ? -----Oprindelig meddelelse----- Fra: [email protected] [mailto:[email protected]] P? vegne af Joris Hintjens Sendt: 14. marts 2015 13:44 Til: Raymond Nijssen Cc: QGIS User Emne: Re: [Qgis-user] Attribute copy from point to polygon Ahah! our beloved Ujaval again! bedankt, Raymond. Ik had die optie al geprobeerd natuurlijk, maar kwam tot een vreemd resultaat. (een point layer met alleen features daar waar de polygonLayer ene"null" value had in een bepaalde kolom. Toen ben ik op zoek gegaan naar een alternatief. Nu nog eens geprobeerd, en het werkt wel.Waarschinijk bij de eerste poging(en) verkeerde parameters ingevuld, dat kan ik nu niet meer nagaan. toch bedankt, het lukt me nu wel. Joris > Op 12-mrt.-2015, om 12:33 heeft Raymond Nijssen <[email protected]> het > volgende geschreven: > > http://www.qgistutorials.com/nl/docs/performing_spatial_joins.html > > ps use google too ;) > > On 12-03-15 12:22, Joris Hintjens wrote: >> Hi, >> I have a pointlayer and polygon layer in .SHP. >> I need to copy an attribute from the points within each polygon to >> the polygon layer. >> Any suggestions on how to do this? >> >> thanks >> Joris >> >> >> >> _______________________________________________ >> Qgis-user mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/qgis-user >> > > -- > Terglobo > Amp?restraat 110 > 5223 CT 's-Hertogenbosch > 06-25314983 > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user ------------------------------ _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user End of Qgis-user Digest, Vol 109, Issue 27 ****************************************** _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
