Is there a way to apply the “Select features by rectanglepolygon…” function on multiple layers simultaneously? 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?How to select multiple Features from multiple Layers in OpenLayers?Is there any way to select only the layer of which the features have been selected?How to select features from different WFS layers?Selecting only displayed features using select by rectangle tool?vb.net ArcObjects is there a function the same as “Select Features by Polygon” of ArcMap's toolHow to apply a filter to multiple vector layers in QGIS?Is there a way to ignore the “handle bad layers” error message without removing the layers from the project?Improve the speed at which arcpy creates a layer objectSelect features from different vector layers at once?Select features in a polygon that covered the most by features of another polygon layer QGIS

Why do we bend a book to keep it straight?

Why is Nikon 1.4g better when Nikon 1.8g is sharper?

How to play a character with a disability or mental disorder without being offensive?

Generate an RGB colour grid

What was the first language to use conditional keywords?

What is this clumpy 20-30cm high yellow-flowered plant?

Hangman Game with C++

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

How does the secondary effect of the Heat Metal spell interact with a creature resistant/immune to fire damage?

An adverb for when you're not exaggerating

Putting class ranking in CV, but against dept guidelines

Question about debouncing - delay of state change

How fail-safe is nr as stop bytes?

Taylor expansion of ln(1-x)

Significance of Cersei's obsession with elephants?

How to install press fit bottom bracket into new frame

Amount of permutations on an NxNxN Rubik's Cube

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

How could we fake a moon landing now?

Did Deadpool rescue all of the X-Force?

AppleTVs create a chatty alternate WiFi network

Is there a kind of relay that only consumes power when switching?

A term for a woman complaining about things/begging in a cute/childish way

Project Euler #1 in C++



Is there a way to apply the “Select features by rectanglepolygon…” function on multiple layers simultaneously?



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?How to select multiple Features from multiple Layers in OpenLayers?Is there any way to select only the layer of which the features have been selected?How to select features from different WFS layers?Selecting only displayed features using select by rectangle tool?vb.net ArcObjects is there a function the same as “Select Features by Polygon” of ArcMap's toolHow to apply a filter to multiple vector layers in QGIS?Is there a way to ignore the “handle bad layers” error message without removing the layers from the project?Improve the speed at which arcpy creates a layer objectSelect features from different vector layers at once?Select features in a polygon that covered the most by features of another polygon layer QGIS



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








3















I have put a map together using openstreemap data that is intended to be used as a base for different projects. However due to the amount of information (number of layers) the loading time is rather slow. I was wondering if there is a way to select items in all layers within an area by using the selected features only once (well can be a few more times, but not once for each layer) and save them separately, so that I can load only the information within a specified suburb in a project, rather than the entire city?



enter image description here










share|improve this question
























  • @Jason Tam, since you are working with shapefiles directly, then you can easily create a new layer, which will define the target area for your project. In the next stage, you just need to perform a clip action (Vector > Geoprocessing Tools > Clip) between your target area layer and all others. Could be much efficient to use PyQGIS or a Model. Alternative you may try the selection by location (Vector > Research Tools > Select by Location)

    – Taras
    Aug 2 '18 at 10:19


















3















I have put a map together using openstreemap data that is intended to be used as a base for different projects. However due to the amount of information (number of layers) the loading time is rather slow. I was wondering if there is a way to select items in all layers within an area by using the selected features only once (well can be a few more times, but not once for each layer) and save them separately, so that I can load only the information within a specified suburb in a project, rather than the entire city?



enter image description here










share|improve this question
























  • @Jason Tam, since you are working with shapefiles directly, then you can easily create a new layer, which will define the target area for your project. In the next stage, you just need to perform a clip action (Vector > Geoprocessing Tools > Clip) between your target area layer and all others. Could be much efficient to use PyQGIS or a Model. Alternative you may try the selection by location (Vector > Research Tools > Select by Location)

    – Taras
    Aug 2 '18 at 10:19














3












3








3


1






I have put a map together using openstreemap data that is intended to be used as a base for different projects. However due to the amount of information (number of layers) the loading time is rather slow. I was wondering if there is a way to select items in all layers within an area by using the selected features only once (well can be a few more times, but not once for each layer) and save them separately, so that I can load only the information within a specified suburb in a project, rather than the entire city?



enter image description here










share|improve this question
















I have put a map together using openstreemap data that is intended to be used as a base for different projects. However due to the amount of information (number of layers) the loading time is rather slow. I was wondering if there is a way to select items in all layers within an area by using the selected features only once (well can be a few more times, but not once for each layer) and save them separately, so that I can load only the information within a specified suburb in a project, rather than the entire city?



enter image description here







qgis layers select






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 29 '16 at 7:37









PolyGeo

54k1782246




54k1782246










asked Sep 30 '15 at 0:28









Jason TamJason Tam

161




161












  • @Jason Tam, since you are working with shapefiles directly, then you can easily create a new layer, which will define the target area for your project. In the next stage, you just need to perform a clip action (Vector > Geoprocessing Tools > Clip) between your target area layer and all others. Could be much efficient to use PyQGIS or a Model. Alternative you may try the selection by location (Vector > Research Tools > Select by Location)

    – Taras
    Aug 2 '18 at 10:19


















  • @Jason Tam, since you are working with shapefiles directly, then you can easily create a new layer, which will define the target area for your project. In the next stage, you just need to perform a clip action (Vector > Geoprocessing Tools > Clip) between your target area layer and all others. Could be much efficient to use PyQGIS or a Model. Alternative you may try the selection by location (Vector > Research Tools > Select by Location)

    – Taras
    Aug 2 '18 at 10:19

















@Jason Tam, since you are working with shapefiles directly, then you can easily create a new layer, which will define the target area for your project. In the next stage, you just need to perform a clip action (Vector > Geoprocessing Tools > Clip) between your target area layer and all others. Could be much efficient to use PyQGIS or a Model. Alternative you may try the selection by location (Vector > Research Tools > Select by Location)

– Taras
Aug 2 '18 at 10:19






@Jason Tam, since you are working with shapefiles directly, then you can easily create a new layer, which will define the target area for your project. In the next stage, you just need to perform a clip action (Vector > Geoprocessing Tools > Clip) between your target area layer and all others. Could be much efficient to use PyQGIS or a Model. Alternative you may try the selection by location (Vector > Research Tools > Select by Location)

– Taras
Aug 2 '18 at 10:19











2 Answers
2






active

oldest

votes


















0














You could use the plugin "Clip Multiple Layers" (https://plugins.qgis.org/plugins/ClipMultipleLayers/) to do this. This will clip all of the layers within the extent of a selected polygon and save them to a location of your choice. You could do this for each district or area, then create a layer file for each group to allow you to easily drag in each batch of layers.



Note that for very large/complex shapefiles the process can be very time consuming and does crash occasionally. So limiting the inputs by getting rid of unused data is a useful first step.






share|improve this answer






























    0














    It's difficult to use one unique tool to get this result.
    You could merge layers and realize just one geographic request and later, split your result....but it's not the beter way and it's time consuming.



    It's possible to get a result from many layers through many solutions :



    • SQL : Use postgis + Qgis to request layers (= table) and save results to different table (= import table to qgis as layer). You can connect postgis Databases to Qgis with database manager extension.


    • SQL : Use QSpatiaLite extension to directly create SQL request on Qgis and create dynamically your result without postgis or others outside tools


    • Use Qgis graphical modeler to automatically realize vector calculs and delete manual operations (http://docs.qgis.org/2.0/ca/docs/user_manual/processing/modeler.html)






    share|improve this answer

























      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%2f164710%2fis-there-a-way-to-apply-the-select-features-by-rectangle-polygon-function%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0














      You could use the plugin "Clip Multiple Layers" (https://plugins.qgis.org/plugins/ClipMultipleLayers/) to do this. This will clip all of the layers within the extent of a selected polygon and save them to a location of your choice. You could do this for each district or area, then create a layer file for each group to allow you to easily drag in each batch of layers.



      Note that for very large/complex shapefiles the process can be very time consuming and does crash occasionally. So limiting the inputs by getting rid of unused data is a useful first step.






      share|improve this answer



























        0














        You could use the plugin "Clip Multiple Layers" (https://plugins.qgis.org/plugins/ClipMultipleLayers/) to do this. This will clip all of the layers within the extent of a selected polygon and save them to a location of your choice. You could do this for each district or area, then create a layer file for each group to allow you to easily drag in each batch of layers.



        Note that for very large/complex shapefiles the process can be very time consuming and does crash occasionally. So limiting the inputs by getting rid of unused data is a useful first step.






        share|improve this answer

























          0












          0








          0







          You could use the plugin "Clip Multiple Layers" (https://plugins.qgis.org/plugins/ClipMultipleLayers/) to do this. This will clip all of the layers within the extent of a selected polygon and save them to a location of your choice. You could do this for each district or area, then create a layer file for each group to allow you to easily drag in each batch of layers.



          Note that for very large/complex shapefiles the process can be very time consuming and does crash occasionally. So limiting the inputs by getting rid of unused data is a useful first step.






          share|improve this answer













          You could use the plugin "Clip Multiple Layers" (https://plugins.qgis.org/plugins/ClipMultipleLayers/) to do this. This will clip all of the layers within the extent of a selected polygon and save them to a location of your choice. You could do this for each district or area, then create a layer file for each group to allow you to easily drag in each batch of layers.



          Note that for very large/complex shapefiles the process can be very time consuming and does crash occasionally. So limiting the inputs by getting rid of unused data is a useful first step.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 7 '18 at 10:17









          Ed RollasonEd Rollason

          2,6131127




          2,6131127























              0














              It's difficult to use one unique tool to get this result.
              You could merge layers and realize just one geographic request and later, split your result....but it's not the beter way and it's time consuming.



              It's possible to get a result from many layers through many solutions :



              • SQL : Use postgis + Qgis to request layers (= table) and save results to different table (= import table to qgis as layer). You can connect postgis Databases to Qgis with database manager extension.


              • SQL : Use QSpatiaLite extension to directly create SQL request on Qgis and create dynamically your result without postgis or others outside tools


              • Use Qgis graphical modeler to automatically realize vector calculs and delete manual operations (http://docs.qgis.org/2.0/ca/docs/user_manual/processing/modeler.html)






              share|improve this answer





























                0














                It's difficult to use one unique tool to get this result.
                You could merge layers and realize just one geographic request and later, split your result....but it's not the beter way and it's time consuming.



                It's possible to get a result from many layers through many solutions :



                • SQL : Use postgis + Qgis to request layers (= table) and save results to different table (= import table to qgis as layer). You can connect postgis Databases to Qgis with database manager extension.


                • SQL : Use QSpatiaLite extension to directly create SQL request on Qgis and create dynamically your result without postgis or others outside tools


                • Use Qgis graphical modeler to automatically realize vector calculs and delete manual operations (http://docs.qgis.org/2.0/ca/docs/user_manual/processing/modeler.html)






                share|improve this answer



























                  0












                  0








                  0







                  It's difficult to use one unique tool to get this result.
                  You could merge layers and realize just one geographic request and later, split your result....but it's not the beter way and it's time consuming.



                  It's possible to get a result from many layers through many solutions :



                  • SQL : Use postgis + Qgis to request layers (= table) and save results to different table (= import table to qgis as layer). You can connect postgis Databases to Qgis with database manager extension.


                  • SQL : Use QSpatiaLite extension to directly create SQL request on Qgis and create dynamically your result without postgis or others outside tools


                  • Use Qgis graphical modeler to automatically realize vector calculs and delete manual operations (http://docs.qgis.org/2.0/ca/docs/user_manual/processing/modeler.html)






                  share|improve this answer















                  It's difficult to use one unique tool to get this result.
                  You could merge layers and realize just one geographic request and later, split your result....but it's not the beter way and it's time consuming.



                  It's possible to get a result from many layers through many solutions :



                  • SQL : Use postgis + Qgis to request layers (= table) and save results to different table (= import table to qgis as layer). You can connect postgis Databases to Qgis with database manager extension.


                  • SQL : Use QSpatiaLite extension to directly create SQL request on Qgis and create dynamically your result without postgis or others outside tools


                  • Use Qgis graphical modeler to automatically realize vector calculs and delete manual operations (http://docs.qgis.org/2.0/ca/docs/user_manual/processing/modeler.html)







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Apr 11 at 6:18









                  Ahsan Mukhtar

                  1,272420




                  1,272420










                  answered Apr 29 '16 at 9:08









                  GaetanGaetan

                  212




                  212



























                      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%2f164710%2fis-there-a-way-to-apply-the-select-features-by-rectangle-polygon-function%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