﻿{"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 class=\"wp-block-paragraph\">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 class=\"wp-block-paragraph\">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\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_85 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<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 class=\"wp-block-paragraph\">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 (<a href=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/shapefile-vs-geopackage\/\">Shapefile<\/a>, <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 class=\"wp-block-paragraph\">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 class=\"wp-block-paragraph\">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 class=\"wp-block-paragraph\">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 class=\"wp-block-paragraph\">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 class=\"wp-block-paragraph\"><\/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":{"_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_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"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":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"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 what a spatial join allows you to do. And with the MMQGIS plugin, you can do it in just\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Atilio Francois\"\/>\n\t<meta name=\"google-site-verification\" content=\"ByXHZUbGNn7RNv-Xk5A-ysTZrM65VLIO2RxfSJ2nIEQ\" \/>\n\t<meta name=\"keywords\" content=\"join,mmqgis,plugin,qgis,spatial\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"fr_FR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Blog SIG &amp; Territoires | le portail des professionnels du SIG\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Associating points with their municipality or zone: simple spatial joins with MMQGIS | Blog SIG &amp; Territoires\" \/>\n\t\t<meta property=\"og:description\" content=\"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 what a spatial join allows you to do. And with the MMQGIS plugin, you can do it in just\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-08-18T08:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-08-07T13:13:56+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/atilio.francois\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@SigTerritoires\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Associating points with their municipality or zone: simple spatial joins with MMQGIS | Blog SIG &amp; Territoires\" \/>\n\t\t<meta name=\"twitter:description\" content=\"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 what a spatial join allows you to do. And with the MMQGIS plugin, you can do it in just\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@SigTerritoires\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\\\/#article\",\"name\":\"Associating points with their municipality or zone: simple spatial joins with MMQGIS | Blog SIG & Territoires\",\"headline\":\"Associating points with their municipality or zone: simple spatial joins with MMQGIS\",\"author\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.sigterritoires.fr\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/MMQGIS_spatial.jpg?fit=1232%2C756&ssl=1\",\"width\":1232,\"height\":756},\"datePublished\":\"2025-08-18T10:00:00+02:00\",\"dateModified\":\"2025-08-07T15:13:56+02:00\",\"inLanguage\":\"fr-FR\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\\\/#webpage\"},\"articleSection\":\"Plugin, QGis, join, mmqgis, plugin, qgis, spatial, English\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.sigterritoires.fr\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/category\\\/qgis-en\\\/#listItem\",\"name\":\"QGis\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/category\\\/qgis-en\\\/#listItem\",\"position\":2,\"name\":\"QGis\",\"item\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/category\\\/qgis-en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/category\\\/qgis-en\\\/pluigin-en\\\/#listItem\",\"name\":\"Plugin\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/category\\\/qgis-en\\\/pluigin-en\\\/#listItem\",\"position\":3,\"name\":\"Plugin\",\"item\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/category\\\/qgis-en\\\/pluigin-en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\\\/#listItem\",\"name\":\"Associating points with their municipality or zone: simple spatial joins with MMQGIS\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/category\\\/qgis-en\\\/#listItem\",\"name\":\"QGis\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\\\/#listItem\",\"position\":4,\"name\":\"Associating points with their municipality or zone: simple spatial joins with MMQGIS\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/category\\\/qgis-en\\\/pluigin-en\\\/#listItem\",\"name\":\"Plugin\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/#person\",\"name\":\"Atilio Francois\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f76dc2a720162999bce81d6c99b6d7b9517d6600ad7ceb5ed5268f02cefaa0ee?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Atilio Francois\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/author\\\/admin\\\/\",\"name\":\"Atilio Francois\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f76dc2a720162999bce81d6c99b6d7b9517d6600ad7ceb5ed5268f02cefaa0ee?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Atilio Francois\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\\\/#webpage\",\"url\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\\\/\",\"name\":\"Associating points with their municipality or zone: simple spatial joins with MMQGIS | Blog SIG & Territoires\",\"description\":\"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 what a spatial join allows you to do. And with the MMQGIS plugin, you can do it in just\",\"inLanguage\":\"fr-FR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/author\\\/admin\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.sigterritoires.fr\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/MMQGIS_spatial.jpg?fit=1232%2C756&ssl=1\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\\\/#mainImage\",\"width\":1232,\"height\":756},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\\\/#mainImage\"},\"datePublished\":\"2025-08-18T10:00:00+02:00\",\"dateModified\":\"2025-08-07T15:13:56+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/#website\",\"url\":\"https:\\\/\\\/www.sigterritoires.fr\\\/\",\"name\":\"Blog SIG & Territoires\",\"description\":\"le portail des professionnels du SIG\",\"inLanguage\":\"fr-FR\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Associating points with their municipality or zone: simple spatial joins with MMQGIS | Blog SIG & Territoires","description":"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 what a spatial join allows you to do. And with the MMQGIS plugin, you can do it in just","canonical_url":"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/","robots":"max-image-preview:large","keywords":"join,mmqgis,plugin,qgis,spatial","webmasterTools":{"google-site-verification":"ByXHZUbGNn7RNv-Xk5A-ysTZrM65VLIO2RxfSJ2nIEQ","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#article","name":"Associating points with their municipality or zone: simple spatial joins with MMQGIS | Blog SIG & Territoires","headline":"Associating points with their municipality or zone: simple spatial joins with MMQGIS","author":{"@id":"https:\/\/www.sigterritoires.fr\/index.php\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.sigterritoires.fr\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/MMQGIS_spatial.jpg?fit=1232%2C756&ssl=1","width":1232,"height":756},"datePublished":"2025-08-18T10:00:00+02:00","dateModified":"2025-08-07T15:13:56+02:00","inLanguage":"fr-FR","mainEntityOfPage":{"@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#webpage"},"isPartOf":{"@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#webpage"},"articleSection":"Plugin, QGis, join, mmqgis, plugin, qgis, spatial, English"},{"@type":"BreadcrumbList","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.sigterritoires.fr#listItem","position":1,"name":"Home","item":"https:\/\/www.sigterritoires.fr","nextItem":{"@type":"ListItem","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/qgis-en\/#listItem","name":"QGis"}},{"@type":"ListItem","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/qgis-en\/#listItem","position":2,"name":"QGis","item":"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/qgis-en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/qgis-en\/pluigin-en\/#listItem","name":"Plugin"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.sigterritoires.fr#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/qgis-en\/pluigin-en\/#listItem","position":3,"name":"Plugin","item":"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/qgis-en\/pluigin-en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#listItem","name":"Associating points with their municipality or zone: simple spatial joins with MMQGIS"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/qgis-en\/#listItem","name":"QGis"}},{"@type":"ListItem","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#listItem","position":4,"name":"Associating points with their municipality or zone: simple spatial joins with MMQGIS","previousItem":{"@type":"ListItem","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/qgis-en\/pluigin-en\/#listItem","name":"Plugin"}}]},{"@type":"Person","@id":"https:\/\/www.sigterritoires.fr\/#person","name":"Atilio Francois","image":{"@type":"ImageObject","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/f76dc2a720162999bce81d6c99b6d7b9517d6600ad7ceb5ed5268f02cefaa0ee?s=96&d=mm&r=g","width":96,"height":96,"caption":"Atilio Francois"}},{"@type":"Person","@id":"https:\/\/www.sigterritoires.fr\/index.php\/author\/admin\/#author","url":"https:\/\/www.sigterritoires.fr\/index.php\/author\/admin\/","name":"Atilio Francois","image":{"@type":"ImageObject","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/f76dc2a720162999bce81d6c99b6d7b9517d6600ad7ceb5ed5268f02cefaa0ee?s=96&d=mm&r=g","width":96,"height":96,"caption":"Atilio Francois"}},{"@type":"WebPage","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#webpage","url":"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/","name":"Associating points with their municipality or zone: simple spatial joins with MMQGIS | Blog SIG & Territoires","description":"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 what a spatial join allows you to do. And with the MMQGIS plugin, you can do it in just","inLanguage":"fr-FR","isPartOf":{"@id":"https:\/\/www.sigterritoires.fr\/#website"},"breadcrumb":{"@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#breadcrumblist"},"author":{"@id":"https:\/\/www.sigterritoires.fr\/index.php\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.sigterritoires.fr\/index.php\/author\/admin\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/i0.wp.com\/www.sigterritoires.fr\/wp-content\/uploads\/2025\/07\/MMQGIS_spatial.jpg?fit=1232%2C756&ssl=1","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#mainImage","width":1232,"height":756},"primaryImageOfPage":{"@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/#mainImage"},"datePublished":"2025-08-18T10:00:00+02:00","dateModified":"2025-08-07T15:13:56+02:00"},{"@type":"WebSite","@id":"https:\/\/www.sigterritoires.fr\/#website","url":"https:\/\/www.sigterritoires.fr\/","name":"Blog SIG & Territoires","description":"le portail des professionnels du SIG","inLanguage":"fr-FR","publisher":{"@id":"https:\/\/www.sigterritoires.fr\/#person"}}]},"og:locale":"fr_FR","og:site_name":"Blog SIG &amp; Territoires | le portail des professionnels du SIG","og:type":"article","og:title":"Associating points with their municipality or zone: simple spatial joins with MMQGIS | Blog SIG &amp; Territoires","og:description":"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 what a spatial join allows you to do. And with the MMQGIS plugin, you can do it in just","og:url":"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/","article:published_time":"2025-08-18T08:00:00+00:00","article:modified_time":"2025-08-07T13:13:56+00:00","article:publisher":"https:\/\/www.facebook.com\/atilio.francois\/","twitter:card":"summary","twitter:site":"@SigTerritoires","twitter:title":"Associating points with their municipality or zone: simple spatial joins with MMQGIS | Blog SIG &amp; Territoires","twitter:description":"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 what a spatial join allows you to do. And with the MMQGIS plugin, you can do it in just","twitter:creator":"@SigTerritoires"},"aioseo_meta_data":{"post_id":"14955","title":"#post_title | #site_title","description":"#post_excerpt","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-08-07 12:50:47","updated":"2025-08-18 08:02:24","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.sigterritoires.fr\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/qgis-en\/\" title=\"QGis\">QGis<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/qgis-en\/pluigin-en\/\" title=\"Plugin\">Plugin<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tAssociating points with their municipality or zone: simple spatial joins with MMQGIS\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.sigterritoires.fr"},{"label":"QGis","link":"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/qgis-en\/"},{"label":"Plugin","link":"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/qgis-en\/pluigin-en\/"},{"label":"Associating points with their municipality or zone: simple spatial joins with MMQGIS","link":"https:\/\/www.sigterritoires.fr\/index.php\/en\/associating-points-with-their-municipality-or-zone-simple-spatial-joins-with-mmqgis\/"}],"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}]}}