Splitting shapefile into separate files for each feature using QGIS/GDAL/SAGA? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Splitting ShapefilesHow to split a layer by attributes in Qgis?polygons to polygon conversion with attribute nameGroup by variable and create layers from that in QGISExporting feature class into multiple feature classes based on field values using ArcGIS Desktop?Split a vector layer based on attribute value?Export each feature to a new geojson individuallygenerate massive shapefilesTurning off specific attribute values in shapefile using QGIS?Exploding features based on numerical field in QGIS?Comparing GIS librariesConverting classified raster map back into vector classes using QGIS?Getting Field value for a given coordinate out of ESRI Shapefile using GDAL/OGRHow to split shapefile per feature in Python using GDAL?SAGA/GDAL fails to open grid in QGIS 2.0.1 on OSX 10.6.8Exporting feature class from Geodatabase to shapefile, shortens/abbreviates field values in resultant file?How to retrieve start and end points for each line in line shapefile?Create new shapefile based on values ranges in existing shapefile using gdal/ogr/pythonCombining field data from multiple shapefiles into one queryable layer using ArcGIS for Desktop?Rasterize Vector MultiLine

Crossing US/Canada Border for less than 24 hours

Most bit efficient text communication method?

What is a fractional matching?

Why do we bend a book to keep it straight?

Selecting user stories during sprint planning

Is grep documentation about ignoring case wrong, since it doesn't ignore case in filenames?

Why is it faster to reheat something than it is to cook it?

Is it possible for SQL statements to execute concurrently within a single session in SQL Server?

How does light 'choose' between wave and particle behaviour?

Is CEO the "profession" with the most psychopaths?

Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode

Time to Settle Down!

How fail-safe is nr as stop bytes?

Sum letters are not two different

How to tell that you are a giant?

Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?

What do you call the main part of a joke?

Putting class ranking in CV, but against dept guidelines

How does the math work when buying airline miles?

How do I use the new nonlinear finite element in Mathematica 12 for this equation?

Why aren't air breathing engines used as small first stages?

Why do we need to use the builder design pattern when we can do the same thing with setters?

If Windows 7 doesn't support WSL, then what does Linux subsystem option mean?

Should I use a zero-interest credit card for a large one-time purchase?



Splitting shapefile into separate files for each feature using QGIS/GDAL/SAGA?



Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Splitting ShapefilesHow to split a layer by attributes in Qgis?polygons to polygon conversion with attribute nameGroup by variable and create layers from that in QGISExporting feature class into multiple feature classes based on field values using ArcGIS Desktop?Split a vector layer based on attribute value?Export each feature to a new geojson individuallygenerate massive shapefilesTurning off specific attribute values in shapefile using QGIS?Exploding features based on numerical field in QGIS?Comparing GIS librariesConverting classified raster map back into vector classes using QGIS?Getting Field value for a given coordinate out of ESRI Shapefile using GDAL/OGRHow to split shapefile per feature in Python using GDAL?SAGA/GDAL fails to open grid in QGIS 2.0.1 on OSX 10.6.8Exporting feature class from Geodatabase to shapefile, shortens/abbreviates field values in resultant file?How to retrieve start and end points for each line in line shapefile?Create new shapefile based on values ranges in existing shapefile using gdal/ogr/pythonCombining field data from multiple shapefiles into one queryable layer using ArcGIS for Desktop?Rasterize Vector MultiLine



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








28















I have a polyline shapefile with about 20 kinds of roads.



I would like to know how can I create automatically a vector file for each one.



I am aware of how to do it using ArcGIS for Desktop - see Exporting feature class into multiple feature classes based on field values using ArcGIS for Desktop?



How do I do it using QGIS, GDAL, SAGA, etc?










share|improve this question






























    28















    I have a polyline shapefile with about 20 kinds of roads.



    I would like to know how can I create automatically a vector file for each one.



    I am aware of how to do it using ArcGIS for Desktop - see Exporting feature class into multiple feature classes based on field values using ArcGIS for Desktop?



    How do I do it using QGIS, GDAL, SAGA, etc?










    share|improve this question


























      28












      28








      28


      9






      I have a polyline shapefile with about 20 kinds of roads.



      I would like to know how can I create automatically a vector file for each one.



      I am aware of how to do it using ArcGIS for Desktop - see Exporting feature class into multiple feature classes based on field values using ArcGIS for Desktop?



      How do I do it using QGIS, GDAL, SAGA, etc?










      share|improve this question
















      I have a polyline shapefile with about 20 kinds of roads.



      I would like to know how can I create automatically a vector file for each one.



      I am aware of how to do it using ArcGIS for Desktop - see Exporting feature class into multiple feature classes based on field values using ArcGIS for Desktop?



      How do I do it using QGIS, GDAL, SAGA, etc?







      qgis shapefile gdal saga






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 23 '17 at 14:38









      underdark

      69.3k13178351




      69.3k13178351










      asked May 18 '12 at 8:26









      BoboBobo

      141123




      141123




















          4 Answers
          4






          active

          oldest

          votes


















          38














          In QGIS 2.8.1 there's a tool in the Vector menu that can split a dataset based on an attribute.



          Look in Vector > Data Management Tools > Split Vector Layer...



          split vector layer tool in QGIS 2.8.1



          It's a basic tool that should work if you don't want to resort to plugins or tools in Processing; unless they offer additional functionality you need.






          share|improve this answer























          • Unlike the other vector tools this one does not add the files to the project, and you should select an output folder with Browse to find them afterwards.

            – AndreJ
            Oct 29 '17 at 9:24


















          5














          Quantum GIS has a plugin called ShapefileSplitter, which does this.






          share|improve this answer
































            1














            You could consider saga gis (either directly or through sextante in qgis). It contains a module that will split a shape by attribute (shapes/tools/ split table/shape by attribute).






            share|improve this answer






























              1














              On the processing toolbox of QGIS, if you go the example scripts of the Scripts section. You'll find the script called "Split vector layer by attribute". That'll do what you need.






              share|improve this answer


















              • 1





                is this different from the plugin suggested by @oeon?

                – matt wilkie
                Mar 12 '15 at 21:00











              • @mattwilkie its an algorithm that comes natively with QGIS. No need to install a Plug in for that!

                – Stophface
                Sep 26 '17 at 15:04











              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "79"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f25709%2fsplitting-shapefile-into-separate-files-for-each-feature-using-qgis-gdal-saga%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              4 Answers
              4






              active

              oldest

              votes








              4 Answers
              4






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              38














              In QGIS 2.8.1 there's a tool in the Vector menu that can split a dataset based on an attribute.



              Look in Vector > Data Management Tools > Split Vector Layer...



              split vector layer tool in QGIS 2.8.1



              It's a basic tool that should work if you don't want to resort to plugins or tools in Processing; unless they offer additional functionality you need.






              share|improve this answer























              • Unlike the other vector tools this one does not add the files to the project, and you should select an output folder with Browse to find them afterwards.

                – AndreJ
                Oct 29 '17 at 9:24















              38














              In QGIS 2.8.1 there's a tool in the Vector menu that can split a dataset based on an attribute.



              Look in Vector > Data Management Tools > Split Vector Layer...



              split vector layer tool in QGIS 2.8.1



              It's a basic tool that should work if you don't want to resort to plugins or tools in Processing; unless they offer additional functionality you need.






              share|improve this answer























              • Unlike the other vector tools this one does not add the files to the project, and you should select an output folder with Browse to find them afterwards.

                – AndreJ
                Oct 29 '17 at 9:24













              38












              38








              38







              In QGIS 2.8.1 there's a tool in the Vector menu that can split a dataset based on an attribute.



              Look in Vector > Data Management Tools > Split Vector Layer...



              split vector layer tool in QGIS 2.8.1



              It's a basic tool that should work if you don't want to resort to plugins or tools in Processing; unless they offer additional functionality you need.






              share|improve this answer













              In QGIS 2.8.1 there's a tool in the Vector menu that can split a dataset based on an attribute.



              Look in Vector > Data Management Tools > Split Vector Layer...



              split vector layer tool in QGIS 2.8.1



              It's a basic tool that should work if you don't want to resort to plugins or tools in Processing; unless they offer additional functionality you need.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Mar 12 '15 at 23:01









              SaultDonSaultDon

              8,01312662




              8,01312662












              • Unlike the other vector tools this one does not add the files to the project, and you should select an output folder with Browse to find them afterwards.

                – AndreJ
                Oct 29 '17 at 9:24

















              • Unlike the other vector tools this one does not add the files to the project, and you should select an output folder with Browse to find them afterwards.

                – AndreJ
                Oct 29 '17 at 9:24
















              Unlike the other vector tools this one does not add the files to the project, and you should select an output folder with Browse to find them afterwards.

              – AndreJ
              Oct 29 '17 at 9:24





              Unlike the other vector tools this one does not add the files to the project, and you should select an output folder with Browse to find them afterwards.

              – AndreJ
              Oct 29 '17 at 9:24













              5














              Quantum GIS has a plugin called ShapefileSplitter, which does this.






              share|improve this answer





























                5














                Quantum GIS has a plugin called ShapefileSplitter, which does this.






                share|improve this answer



























                  5












                  5








                  5







                  Quantum GIS has a plugin called ShapefileSplitter, which does this.






                  share|improve this answer















                  Quantum GIS has a plugin called ShapefileSplitter, which does this.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Apr 10 at 23:28









                  Mike T

                  32.1k685132




                  32.1k685132










                  answered Jul 12 '12 at 21:34









                  oeonoeon

                  44429




                  44429





















                      1














                      You could consider saga gis (either directly or through sextante in qgis). It contains a module that will split a shape by attribute (shapes/tools/ split table/shape by attribute).






                      share|improve this answer



























                        1














                        You could consider saga gis (either directly or through sextante in qgis). It contains a module that will split a shape by attribute (shapes/tools/ split table/shape by attribute).






                        share|improve this answer

























                          1












                          1








                          1







                          You could consider saga gis (either directly or through sextante in qgis). It contains a module that will split a shape by attribute (shapes/tools/ split table/shape by attribute).






                          share|improve this answer













                          You could consider saga gis (either directly or through sextante in qgis). It contains a module that will split a shape by attribute (shapes/tools/ split table/shape by attribute).







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Sep 10 '13 at 17:34









                          johanvdwjohanvdw

                          5,7601839




                          5,7601839





















                              1














                              On the processing toolbox of QGIS, if you go the example scripts of the Scripts section. You'll find the script called "Split vector layer by attribute". That'll do what you need.






                              share|improve this answer


















                              • 1





                                is this different from the plugin suggested by @oeon?

                                – matt wilkie
                                Mar 12 '15 at 21:00











                              • @mattwilkie its an algorithm that comes natively with QGIS. No need to install a Plug in for that!

                                – Stophface
                                Sep 26 '17 at 15:04















                              1














                              On the processing toolbox of QGIS, if you go the example scripts of the Scripts section. You'll find the script called "Split vector layer by attribute". That'll do what you need.






                              share|improve this answer


















                              • 1





                                is this different from the plugin suggested by @oeon?

                                – matt wilkie
                                Mar 12 '15 at 21:00











                              • @mattwilkie its an algorithm that comes natively with QGIS. No need to install a Plug in for that!

                                – Stophface
                                Sep 26 '17 at 15:04













                              1












                              1








                              1







                              On the processing toolbox of QGIS, if you go the example scripts of the Scripts section. You'll find the script called "Split vector layer by attribute". That'll do what you need.






                              share|improve this answer













                              On the processing toolbox of QGIS, if you go the example scripts of the Scripts section. You'll find the script called "Split vector layer by attribute". That'll do what you need.







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered May 30 '14 at 15:57









                              ArielAriel

                              13211




                              13211







                              • 1





                                is this different from the plugin suggested by @oeon?

                                – matt wilkie
                                Mar 12 '15 at 21:00











                              • @mattwilkie its an algorithm that comes natively with QGIS. No need to install a Plug in for that!

                                – Stophface
                                Sep 26 '17 at 15:04












                              • 1





                                is this different from the plugin suggested by @oeon?

                                – matt wilkie
                                Mar 12 '15 at 21:00











                              • @mattwilkie its an algorithm that comes natively with QGIS. No need to install a Plug in for that!

                                – Stophface
                                Sep 26 '17 at 15:04







                              1




                              1





                              is this different from the plugin suggested by @oeon?

                              – matt wilkie
                              Mar 12 '15 at 21:00





                              is this different from the plugin suggested by @oeon?

                              – matt wilkie
                              Mar 12 '15 at 21:00













                              @mattwilkie its an algorithm that comes natively with QGIS. No need to install a Plug in for that!

                              – Stophface
                              Sep 26 '17 at 15:04





                              @mattwilkie its an algorithm that comes natively with QGIS. No need to install a Plug in for that!

                              – Stophface
                              Sep 26 '17 at 15:04

















                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f25709%2fsplitting-shapefile-into-separate-files-for-each-feature-using-qgis-gdal-saga%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              រឿង រ៉ូមេអូ និង ហ្ស៊ុយលីយេ សង្ខេបរឿង តួអង្គ បញ្ជីណែនាំ

                              Crop image to path created in TikZ? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Crop an inserted image?TikZ pictures does not appear in posterImage behind and beyond crop marks?Tikz picture as large as possible on A4 PageTransparency vs image compression dilemmaHow to crop background from image automatically?Image does not cropTikzexternal capturing crop marks when externalizing pgfplots?How to include image path that contains a dollar signCrop image with left size given

                              QGIS export composer to PDF scale the map [closed] Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Print Composer QGIS 2.6, how to export image?QGIS 2.8.1 print composer won't export all OpenCycleMap base layer tilesSave Print/Map QGIS composer view as PNG/PDF using Python (without changing anything in visible layout)?Export QGIS Print Composer PDF with searchable text labelsQGIS Print Composer does not change from landscape to portrait orientation?How can I avoid map size and scale changes in print composer?Fuzzy PDF export in QGIS running on macSierra OSExport the legend into its 100% size using Print ComposerScale-dependent rendering in QGIS PDF output