{"id":2218,"date":"2016-01-29T03:18:07","date_gmt":"2016-01-29T03:18:07","guid":{"rendered":"https:\/\/grindgis.com\/?p=2218"},"modified":"2016-01-29T03:19:45","modified_gmt":"2016-01-29T03:19:45","slug":"basic-editing-tools-in-qgis","status":"publish","type":"post","link":"https:\/\/grindgis.com\/?p=2218","title":{"rendered":"Basic Editing Geoprocessing Tools in QGIS"},"content":{"rendered":"<p style=\"text-align: justify;\">I think I am just enjoying QGIS and writing tutorials on it. So far this is my third tutorial on QGIS. I thought I should write on some basics tools that you might need on your daily task. For example creating buffer or clipping the polygon I will be using the Geoprocessing tools to demonstrate some of the task that we might use every day while editing. If you want me to write specific tutorial then please leave your message on comment section.<\/p>\n<p style=\"text-align: justify;\"><img decoding=\"async\" src=\"https:\/\/grindgis.com\/wp-content\/uploads\/2016\/01\/012916_0305_BasicEditin1.png\" alt=\"\" \/><\/p>\n<h2><span style=\"font-family: font-size: 20pt;\"><strong>A. Buffer<\/strong><br \/>\n<\/span><\/h2>\n<p style=\"text-align: justify;\">You have to create buffer all the time, it is fixed distance around the polygon, polyline or point file. To do that open the tool from <strong>Vector &gt; Geoprocessing Tools &gt; Intersect<\/strong>. Then you assign the layer under Input layer, buffer distance and output file name.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/grindgis.com\/wp-content\/uploads\/2016\/01\/012916_0305_BasicEditin2.png\" alt=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/grindgis.com\/wp-content\/uploads\/2016\/01\/012916_0305_BasicEditin3.png\" alt=\"\" \/><\/p>\n<h2><span style=\"font-family: font-size: 20pt;\"><strong>B. Intersect<\/strong><br \/>\n<\/span><\/h2>\n<p style=\"text-align: justify;\">Intersect tools allow you to exclude the area that is not overlapping. To do that open the tool from <strong>Vector &gt; Geoprocessing Tools &gt; Intersect.<\/strong> You assign Input Vector layer and Intersect layer and finally assign the output file name.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"https:\/\/grindgis.com\/wp-content\/uploads\/2016\/01\/012916_0305_BasicEditin4.png\" alt=\"intersect option\" width=\"397\" height=\"324\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"https:\/\/grindgis.com\/wp-content\/uploads\/2016\/01\/012916_0305_BasicEditin5.png\" alt=\"intersect output\" width=\"474\" height=\"260\" \/><\/p>\n<h2><span style=\"font-family: font-size: 20pt;\"><strong>C. Union<\/strong><br \/>\n<\/span><\/h2>\n<p style=\"text-align: justify;\">Union allow to merge two layer into one layer but it does not remove the boundary line. To do that open the tool from <strong>Vector &gt; Geoprocessing Tools &gt; Union<\/strong>. You assign Input Vector layer and Union layer and finally assign the output file name. Attributes from both the layer are copied.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"https:\/\/grindgis.com\/wp-content\/uploads\/2016\/01\/012916_0305_BasicEditin6.png\" alt=\"Union\" width=\"393\" height=\"274\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"https:\/\/grindgis.com\/wp-content\/uploads\/2016\/01\/012916_0305_BasicEditin7.png\" alt=\"Union Output\" width=\"548\" height=\"239\" \/><\/p>\n<h2><span style=\"font-family: font-size: 20pt;\"><strong>D. Symmetrical Difference<\/strong><br \/>\n<\/span><\/h2>\n<p style=\"text-align: justify;\">Symmetrical Difference is opposite to intersect, it removes area that is overlapping. To do that open the tool from <strong>Vector &gt; Geoprocessing Tools &gt; Symmetrical Difference<\/strong>. You assign Input Vector layer and Difference layer and finally assign the output file name. Attributes from both the layer are copied.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"https:\/\/grindgis.com\/wp-content\/uploads\/2016\/01\/012916_0305_BasicEditin8.png\" alt=\"Symmetrical Difference\" width=\"395\" height=\"274\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"https:\/\/grindgis.com\/wp-content\/uploads\/2016\/01\/012916_0305_BasicEditin9.png\" alt=\"Symmetrical Difference Output\" width=\"619\" height=\"244\" \/><\/p>\n<h2><span style=\"font-family: font-size: 20pt;\"><strong>E. Clip<\/strong><br \/>\n<\/span><\/h2>\n<p style=\"text-align: justify;\">Clipping allows you to clip the feature with the defined boundary line. To do that open the tool from <strong>Vector &gt; Geoprocessing Tools &gt; Clip<\/strong>. You assign Input Vector layer that you want to clip and Clip layer that&#8217;s boundary line will be used to clip and finally assign the output file name. It is similar to intersection tools, only difference is input layer attributes are copied.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"https:\/\/grindgis.com\/wp-content\/uploads\/2016\/01\/012916_0305_BasicEditin10.png\" alt=\"Clip\" width=\"394\" height=\"321\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"https:\/\/grindgis.com\/wp-content\/uploads\/2016\/01\/012916_0305_BasicEditin11.png\" alt=\"Clip Output\" width=\"474\" height=\"260\" \/><\/p>\n<h2><span style=\"font-family: font-size: 20pt;\"><strong>F. Difference<\/strong><br \/>\n<\/span><\/h2>\n<p style=\"text-align: justify;\">Difference layers allows to create area of input layer that is not overlapped. To do that open the tool from <strong>Vector &gt; Geoprocessing Tools &gt; Difference.<\/strong> You assign Input Vector layer that you want to create that is not overlapped and Difference layer that is overlapping some area of input layer and finally assign the output file name. Attribute table holds the values of input layer.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"https:\/\/grindgis.com\/wp-content\/uploads\/2016\/01\/012916_0305_BasicEditin12.png\" alt=\"Difference\" width=\"394\" height=\"324\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"https:\/\/grindgis.com\/wp-content\/uploads\/2016\/01\/012916_0305_BasicEditin13.png\" alt=\"Difference Output\" width=\"531\" height=\"196\" \/><\/p>\n<h2><span style=\"font-family: font-size: 20pt;\"><strong>G. Dissolve<\/strong><br \/>\n<\/span><\/h2>\n<p style=\"text-align: justify;\">Dissolve layer is similar to union but in this everything is merged by the common field and it works on single layer. To do that open the tool from <strong>Vector &gt; Geoprocessing Tools &gt; Dissolve<\/strong>. You assign Input Vector layer that you want to work on and dissolve field that is common and finally assign the output file name.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"https:\/\/grindgis.com\/wp-content\/uploads\/2016\/01\/012916_0305_BasicEditin14.png\" alt=\"Dissolve\" width=\"395\" height=\"288\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"https:\/\/grindgis.com\/wp-content\/uploads\/2016\/01\/012916_0305_BasicEditin15.png\" alt=\"Dissolve Output\" width=\"574\" height=\"240\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I think I am just enjoying QGIS and writing tutorials on it. So far this is my third tutorial on QGIS. I thought I should write on some basics tools that you might need on your daily task. For example creating buffer or clipping the polygon I will be using the Geoprocessing tools to demonstrate [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2220,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[316],"tags":[398,396,397,395,309,400,399],"class_list":["post-2218","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-qgis","tag-buffer","tag-clip","tag-difference","tag-dissolve","tag-qgis","tag-symmetrical-difference","tag-union","entry","has-media"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"QGIS has geoprocessing tools that you can use while editing GIS data, this tutorial talks about these tools with example.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"admin\"\/>\n\t<meta name=\"keywords\" content=\"buffer,clip,difference,dissolve,qgis,symmetrical difference,union\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/grindgis.com\/?p=2218\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Grind GIS-GIS and Remote Sensing Blogs, Articles, Tutorials | easy to learn gis, love geography\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Basic Editing Geoprocessing Tools in QGIS\" \/>\n\t\t<meta property=\"og:description\" content=\"QGIS has geoprocessing tools that you can use while editing GIS data, this tutorial talks about these tools with example.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/grindgis.com\/?p=2218\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/grindgis.com\/wp-content\/uploads\/2015\/01\/cropped-logo1.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/grindgis.com\/wp-content\/uploads\/2015\/01\/cropped-logo1.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2016-01-29T03:18:07+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-01-29T03:19:45+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Basic Editing Geoprocessing Tools in QGIS\" \/>\n\t\t<meta name=\"twitter:description\" content=\"QGIS has geoprocessing tools that you can use while editing GIS data, this tutorial talks about these tools with example.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/grindgis.com\/wp-content\/uploads\/2015\/01\/cropped-logo1.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=2218#article\",\"name\":\"Basic Editing Geoprocessing Tools in QGIS\",\"headline\":\"Basic Editing Geoprocessing Tools in QGIS\",\"author\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/grindgis.com\\\/wp-content\\\/uploads\\\/2016\\\/01\\\/xandy-1.png\",\"width\":522,\"height\":261,\"caption\":\"Geoprocessing tools\"},\"datePublished\":\"2016-01-29T03:18:07+00:00\",\"dateModified\":\"2016-01-29T03:19:45+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=2218#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=2218#webpage\"},\"articleSection\":\"QGIS, Buffer, Clip, Difference, Dissolve, QGIS, Symmetrical Difference, Union\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=2218#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/grindgis.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?cat=29#listItem\",\"name\":\"Software\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?cat=29#listItem\",\"position\":2,\"name\":\"Software\",\"item\":\"https:\\\/\\\/grindgis.com\\\/?cat=29\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?cat=316#listItem\",\"name\":\"QGIS\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?cat=316#listItem\",\"position\":3,\"name\":\"QGIS\",\"item\":\"https:\\\/\\\/grindgis.com\\\/?cat=316\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=2218#listItem\",\"name\":\"Basic Editing Geoprocessing Tools in QGIS\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?cat=29#listItem\",\"name\":\"Software\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=2218#listItem\",\"position\":4,\"name\":\"Basic Editing Geoprocessing Tools in QGIS\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?cat=316#listItem\",\"name\":\"QGIS\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/#organization\",\"name\":\"Grind GIS-GIS and Remote Sensing Blogs, Articles, Tutorials\",\"description\":\"easy to learn gis, love geography\",\"url\":\"https:\\\/\\\/grindgis.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/grindgis.com\\\/wp-content\\\/uploads\\\/2015\\\/01\\\/cropped-logo1.png\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=2218\\\/#organizationLogo\",\"width\":174,\"height\":48},\"image\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=2218\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/grindgis.com\\\/?author=1\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=2218#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/91cc14e604da110c467e47fc0fd18a3e1d4df92a1ca0b4bf6674ba184bce918b?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"admin\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=2218#webpage\",\"url\":\"https:\\\/\\\/grindgis.com\\\/?p=2218\",\"name\":\"Basic Editing Geoprocessing Tools in QGIS\",\"description\":\"QGIS has geoprocessing tools that you can use while editing GIS data, this tutorial talks about these tools with example.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=2218#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/grindgis.com\\\/wp-content\\\/uploads\\\/2016\\\/01\\\/xandy-1.png\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=2218\\\/#mainImage\",\"width\":522,\"height\":261,\"caption\":\"Geoprocessing tools\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=2218#mainImage\"},\"datePublished\":\"2016-01-29T03:18:07+00:00\",\"dateModified\":\"2016-01-29T03:19:45+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/#website\",\"url\":\"https:\\\/\\\/grindgis.com\\\/\",\"name\":\"Grind GIS-GIS and Remote Sensing Blogs, Articles, Tutorials\",\"description\":\"easy to learn gis, love geography\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Basic Editing Geoprocessing Tools in QGIS","description":"QGIS has geoprocessing tools that you can use while editing GIS data, this tutorial talks about these tools with example.","canonical_url":"https:\/\/grindgis.com\/?p=2218","robots":"max-image-preview:large","keywords":"buffer,clip,difference,dissolve,qgis,symmetrical difference,union","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/grindgis.com\/?p=2218#article","name":"Basic Editing Geoprocessing Tools in QGIS","headline":"Basic Editing Geoprocessing Tools in QGIS","author":{"@id":"https:\/\/grindgis.com\/?author=1#author"},"publisher":{"@id":"https:\/\/grindgis.com\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/grindgis.com\/wp-content\/uploads\/2016\/01\/xandy-1.png","width":522,"height":261,"caption":"Geoprocessing tools"},"datePublished":"2016-01-29T03:18:07+00:00","dateModified":"2016-01-29T03:19:45+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/grindgis.com\/?p=2218#webpage"},"isPartOf":{"@id":"https:\/\/grindgis.com\/?p=2218#webpage"},"articleSection":"QGIS, Buffer, Clip, Difference, Dissolve, QGIS, Symmetrical Difference, Union"},{"@type":"BreadcrumbList","@id":"https:\/\/grindgis.com\/?p=2218#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/grindgis.com#listItem","position":1,"name":"Home","item":"https:\/\/grindgis.com","nextItem":{"@type":"ListItem","@id":"https:\/\/grindgis.com\/?cat=29#listItem","name":"Software"}},{"@type":"ListItem","@id":"https:\/\/grindgis.com\/?cat=29#listItem","position":2,"name":"Software","item":"https:\/\/grindgis.com\/?cat=29","nextItem":{"@type":"ListItem","@id":"https:\/\/grindgis.com\/?cat=316#listItem","name":"QGIS"},"previousItem":{"@type":"ListItem","@id":"https:\/\/grindgis.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/grindgis.com\/?cat=316#listItem","position":3,"name":"QGIS","item":"https:\/\/grindgis.com\/?cat=316","nextItem":{"@type":"ListItem","@id":"https:\/\/grindgis.com\/?p=2218#listItem","name":"Basic Editing Geoprocessing Tools in QGIS"},"previousItem":{"@type":"ListItem","@id":"https:\/\/grindgis.com\/?cat=29#listItem","name":"Software"}},{"@type":"ListItem","@id":"https:\/\/grindgis.com\/?p=2218#listItem","position":4,"name":"Basic Editing Geoprocessing Tools in QGIS","previousItem":{"@type":"ListItem","@id":"https:\/\/grindgis.com\/?cat=316#listItem","name":"QGIS"}}]},{"@type":"Organization","@id":"https:\/\/grindgis.com\/#organization","name":"Grind GIS-GIS and Remote Sensing Blogs, Articles, Tutorials","description":"easy to learn gis, love geography","url":"https:\/\/grindgis.com\/","logo":{"@type":"ImageObject","url":"https:\/\/grindgis.com\/wp-content\/uploads\/2015\/01\/cropped-logo1.png","@id":"https:\/\/grindgis.com\/?p=2218\/#organizationLogo","width":174,"height":48},"image":{"@id":"https:\/\/grindgis.com\/?p=2218\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/grindgis.com\/?author=1#author","url":"https:\/\/grindgis.com\/?author=1","name":"admin","image":{"@type":"ImageObject","@id":"https:\/\/grindgis.com\/?p=2218#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/91cc14e604da110c467e47fc0fd18a3e1d4df92a1ca0b4bf6674ba184bce918b?s=96&d=mm&r=g","width":96,"height":96,"caption":"admin"}},{"@type":"WebPage","@id":"https:\/\/grindgis.com\/?p=2218#webpage","url":"https:\/\/grindgis.com\/?p=2218","name":"Basic Editing Geoprocessing Tools in QGIS","description":"QGIS has geoprocessing tools that you can use while editing GIS data, this tutorial talks about these tools with example.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/grindgis.com\/#website"},"breadcrumb":{"@id":"https:\/\/grindgis.com\/?p=2218#breadcrumblist"},"author":{"@id":"https:\/\/grindgis.com\/?author=1#author"},"creator":{"@id":"https:\/\/grindgis.com\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/grindgis.com\/wp-content\/uploads\/2016\/01\/xandy-1.png","@id":"https:\/\/grindgis.com\/?p=2218\/#mainImage","width":522,"height":261,"caption":"Geoprocessing tools"},"primaryImageOfPage":{"@id":"https:\/\/grindgis.com\/?p=2218#mainImage"},"datePublished":"2016-01-29T03:18:07+00:00","dateModified":"2016-01-29T03:19:45+00:00"},{"@type":"WebSite","@id":"https:\/\/grindgis.com\/#website","url":"https:\/\/grindgis.com\/","name":"Grind GIS-GIS and Remote Sensing Blogs, Articles, Tutorials","description":"easy to learn gis, love geography","inLanguage":"en-US","publisher":{"@id":"https:\/\/grindgis.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"Grind GIS-GIS and Remote Sensing Blogs, Articles, Tutorials | easy to learn gis, love geography","og:type":"article","og:title":"Basic Editing Geoprocessing Tools in QGIS","og:description":"QGIS has geoprocessing tools that you can use while editing GIS data, this tutorial talks about these tools with example.","og:url":"https:\/\/grindgis.com\/?p=2218","og:image":"https:\/\/grindgis.com\/wp-content\/uploads\/2015\/01\/cropped-logo1.png","og:image:secure_url":"https:\/\/grindgis.com\/wp-content\/uploads\/2015\/01\/cropped-logo1.png","article:published_time":"2016-01-29T03:18:07+00:00","article:modified_time":"2016-01-29T03:19:45+00:00","twitter:card":"summary","twitter:title":"Basic Editing Geoprocessing Tools in QGIS","twitter:description":"QGIS has geoprocessing tools that you can use while editing GIS data, this tutorial talks about these tools with example.","twitter:image":"https:\/\/grindgis.com\/wp-content\/uploads\/2015\/01\/cropped-logo1.png"},"aioseo_meta_data":{"post_id":"2218","title":null,"description":"QGIS has geoprocessing tools that you can use while editing GIS data, this tutorial talks about these tools with example.","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":"","isEnabled":true},"graphs":[]},"schema_type":null,"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":"2020-12-21 04:59:28","updated":"2025-06-04 14:29:20","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/grindgis.com\" 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:\/\/grindgis.com\/?cat=29\" title=\"Software\">Software<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/grindgis.com\/?cat=316\" title=\"QGIS\">QGIS<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tBasic Editing Geoprocessing Tools in QGIS\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/grindgis.com"},{"label":"Software","link":"https:\/\/grindgis.com\/?cat=29"},{"label":"QGIS","link":"https:\/\/grindgis.com\/?cat=316"},{"label":"Basic Editing Geoprocessing Tools in QGIS","link":"https:\/\/grindgis.com\/?p=2218"}],"_links":{"self":[{"href":"https:\/\/grindgis.com\/index.php?rest_route=\/wp\/v2\/posts\/2218","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/grindgis.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/grindgis.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/grindgis.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/grindgis.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2218"}],"version-history":[{"count":0,"href":"https:\/\/grindgis.com\/index.php?rest_route=\/wp\/v2\/posts\/2218\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/grindgis.com\/index.php?rest_route=\/wp\/v2\/media\/2220"}],"wp:attachment":[{"href":"https:\/\/grindgis.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2218"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/grindgis.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2218"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/grindgis.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2218"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}