﻿{"id":14955,"date":"2025-08-18T10:00:00","date_gmt":"2025-08-18T08:00:00","guid":{"rendered":"https:\/\/www.sigterritoires.fr\/?p=14955"},"modified":"2025-08-07T15:13:56","modified_gmt":"2025-08-07T13:13:56","slug":"associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis","status":"publish","type":"post","link":"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/","title":{"rendered":"Associating points with their municipality or zone: simple spatial joins with MMQGIS"},"content":{"rendered":"\n<p>When you have a layer of points (field surveys, geocoded addresses, incidents, observations, etc.) and a polygon layer (municipalities, sectors, zones), it is often useful to know which zone each point is located in.<\/p>\n\n\n\n<p>This is what a spatial join allows you to do. And with the MMQGIS plugin, you can do it in just a few clicks, without writing a single line of code.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 counter-hierarchy ez-toc-counter ez-toc-light-blue ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Contenu <\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#Objective\" >Objective<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#Required_data\" >Required data<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#Steps_in_QGIS\" >Steps in QGIS<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#Result\" >Result<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#Best_practices\" >Best practices<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#Concrete_example\" >Concrete example<\/a><\/li><\/ul><\/nav><\/div>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Objective\"><\/span>Objective<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>For each point, add descriptive information from the polygon in which it is located: name of the municipality, sector, INSEE code, etc.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Required_data\"><\/span>Required data<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A point layer (Shapefile, <a href=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/geopackage-format-and-qgis-3\/\">GeoPackage<\/a>, or geocoded <a href=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/import-csv-qgis\/\">CSV<\/a> format).<\/li>\n\n\n\n<li>A polygon layer containing the attribute to be reported (e.g., municipality_name, zone_code, etc.).<\/li>\n<\/ul>\n\n\n\n<p>Both layers must be in the same coordinate system (ideally <a href=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/epsg-4326-vs-3857-2\/\">EPSG:4326<\/a> or EPSG:2154 for France).<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Steps_in_QGIS\"><\/span>Steps in QGIS<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open both layers in QGIS (points + polygons).<\/li>\n\n\n\n<li>Menu:\n<ul class=\"wp-block-list\">\n<li>MMQGIS \u2192 Combine \u2192 Spatial Join<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join.jpg?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"568\" height=\"216\" data-attachment-id=\"14834\" data-permalink=\"https:\/\/www.sigterritoires.fr\/index.php\/associer-des-points-a-leur-commune-ou-zone-les-jointures-spatiales-simples-avec-mmqgis\/mmqgis_spatial_join\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join.jpg?fit=568%2C216&amp;ssl=1\" data-orig-size=\"568,216\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}\" data-image-title=\"mmqgis_spatial_join\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join.jpg?fit=568%2C216&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join.jpg?resize=568%2C216&#038;ssl=1\" alt=\"\" class=\"wp-image-14834\" srcset=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join.jpg?w=568&amp;ssl=1 568w, https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join.jpg?resize=300%2C114&amp;ssl=1 300w\" sizes=\"auto, (max-width: 568px) 100vw, 568px\" \/><\/a><\/figure>\n<\/div>\n\n\n<ol class=\"wp-block-list\">\n<li>In the dialog box:\n<ul class=\"wp-block-list\">\n<li>Target Layer = point layer (the one that will receive the attribute).<\/li>\n\n\n\n<li>Join Layer = polygon layer (the one that contains the attributes to be added).<\/li>\n\n\n\n<li>Field Operation = First (\u201cTake attributes of first matching feature\u201d).<\/li>\n\n\n\n<li>Select the fields to retrieve (e.g., municipality_name).<\/li>\n\n\n\n<li>Specify an output file (shapefile or other).<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Click OK.<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_window.jpg?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"571\" height=\"481\" data-attachment-id=\"14835\" data-permalink=\"https:\/\/www.sigterritoires.fr\/index.php\/associer-des-points-a-leur-commune-ou-zone-les-jointures-spatiales-simples-avec-mmqgis\/mmqgis_spatial_join_window\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_window.jpg?fit=571%2C481&amp;ssl=1\" data-orig-size=\"571,481\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}\" data-image-title=\"mmqgis_spatial_join_window\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_window.jpg?fit=571%2C481&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_window.jpg?resize=571%2C481&#038;ssl=1\" alt=\"\" class=\"wp-image-14835\" srcset=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_window.jpg?w=571&amp;ssl=1 571w, https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_window.jpg?resize=300%2C253&amp;ssl=1 300w\" sizes=\"auto, (max-width: 571px) 100vw, 571px\" \/><\/a><\/figure>\n<\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Result\"><\/span>Result<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>A new enriched point layer appears. Each point now contains one or more additional fields from the polygon in which it is located.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Best_practices\"><\/span>Best practices<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If a point does not fall within any polygon, the added fields will remain empty. Remember to check for \u201cout of zone\u201d cases.<\/li>\n\n\n\n<li>You can choose to add the first intersecting polygon or all of them (but MMQGIS only handles one match per point).<\/li>\n\n\n\n<li>For complex cases (points in multiple areas, overlaps), the QGIS Processing Toolbox offers more options (including \u201cJoin attributes by location (summary)\u201d).<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Concrete_example\"><\/span>Concrete example<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>You have:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>schools (points),<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_ecoles.jpg?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"143\" data-attachment-id=\"14836\" data-permalink=\"https:\/\/www.sigterritoires.fr\/index.php\/associer-des-points-a-leur-commune-ou-zone-les-jointures-spatiales-simples-avec-mmqgis\/mmqgis_spatial_join_ecoles\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_ecoles.jpg?fit=1138%2C253&amp;ssl=1\" data-orig-size=\"1138,253\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}\" data-image-title=\"mmqgis_spatial_join_ecoles\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_ecoles.jpg?fit=640%2C143&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_ecoles.jpg?resize=640%2C143&#038;ssl=1\" alt=\"\" class=\"wp-image-14836\" srcset=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_ecoles.jpg?resize=1024%2C228&amp;ssl=1 1024w, https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_ecoles.jpg?resize=300%2C67&amp;ssl=1 300w, https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_ecoles.jpg?resize=768%2C171&amp;ssl=1 768w, https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_ecoles.jpg?w=1138&amp;ssl=1 1138w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/a><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>municipalities (polygons).<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_communes.jpg?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"124\" data-attachment-id=\"14837\" data-permalink=\"https:\/\/www.sigterritoires.fr\/index.php\/associer-des-points-a-leur-commune-ou-zone-les-jointures-spatiales-simples-avec-mmqgis\/mmqgis_spatial_join_communes\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_communes.jpg?fit=1333%2C258&amp;ssl=1\" data-orig-size=\"1333,258\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}\" data-image-title=\"mmqgis_spatial_join_communes\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_communes.jpg?fit=640%2C124&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_communes.jpg?resize=640%2C124&#038;ssl=1\" alt=\"\" class=\"wp-image-14837\" srcset=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_communes.jpg?resize=1024%2C198&amp;ssl=1 1024w, https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_communes.jpg?resize=300%2C58&amp;ssl=1 300w, https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_communes.jpg?resize=768%2C149&amp;ssl=1 768w, https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_communes.jpg?w=1333&amp;ssl=1 1333w, https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_communes.jpg?w=1280&amp;ssl=1 1280w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/a><\/figure>\n\n\n\n<p>After spatial joining, each school carries the attribute fields of the municipalities, which is useful for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>grouping data,<\/li>\n\n\n\n<li>creating thematic maps,<\/li>\n\n\n\n<li>generating reports by municipality.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_resultat.jpg?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"101\" data-attachment-id=\"14838\" data-permalink=\"https:\/\/www.sigterritoires.fr\/index.php\/associer-des-points-a-leur-commune-ou-zone-les-jointures-spatiales-simples-avec-mmqgis\/mmqgis_spatial_join_resultat\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_resultat.jpg?fit=1644%2C258&amp;ssl=1\" data-orig-size=\"1644,258\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}\" data-image-title=\"mmqgis_spatial_join_resultat\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_resultat.jpg?fit=640%2C101&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_resultat.jpg?resize=640%2C101&#038;ssl=1\" alt=\"\" class=\"wp-image-14838\" srcset=\"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_resultat.jpg?resize=1024%2C161&amp;ssl=1 1024w, https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_resultat.jpg?resize=300%2C47&amp;ssl=1 300w, https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_resultat.jpg?resize=768%2C121&amp;ssl=1 768w, https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_resultat.jpg?resize=1536%2C241&amp;ssl=1 1536w, https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_resultat.jpg?w=1644&amp;ssl=1 1644w, https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/mmqgis_spatial_join_resultat.jpg?w=1280&amp;ssl=1 1280w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/a><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you have a layer of points (field surveys, geocoded addresses, incidents, observations, etc.) and a polygon layer (municipalities, sectors, zones), it is often useful to know which zone each point is located in. This is&hellip;<\/p>\n","protected":false},"author":1,"featured_media":14839,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"give_campaign_id":0,"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"sfsi_plus_gutenberg_text_before_share":"","sfsi_plus_gutenberg_show_text_before_share":"","sfsi_plus_gutenberg_icon_type":"","sfsi_plus_gutenberg_icon_alignemt":"","sfsi_plus_gutenburg_max_per_row":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3394,1377],"tags":[1435,3542,1758,1386,2763],"class_list":["post-14955","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pluigin-en","category-qgis-en","tag-join","tag-mmqgis-en","tag-plugin-en","tag-qgis-en","tag-spatial-en"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/MMQGIS_spatial.jpg?fit=1232%2C756&ssl=1","jetpack_shortlink":"https:\/\/wp.me\/p6XU0A-3Td","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/posts\/14955","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/comments?post=14955"}],"version-history":[{"count":0,"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/posts\/14955\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/media\/14839"}],"wp:attachment":[{"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/media?parent=14955"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/categories?post=14955"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/tags?post=14955"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}