Questions tagged [split-by-attribute]
The split-by-attribute tag has no summary.
64 questions
5 votes
1 answer
243 views
Splitting categorized layer into independent layers using QGIS
I have a layer which is categorized into 17 multilines. How can I split the categorized layer so I get 17 independent layers that all are saved as "Layername.gpkg"?
0 votes
0 answers
58 views
Splitting shapefiles based on ID: error "could not create layer"
I am trying to split a shapefile in different shapefiles based on ID attributes in QGIS 3.28. I used Vector > Data Management Tools > Split Vector Layer, chose a directory I had previously ...
0 votes
1 answer
199 views
In QGIS, how do I split lines in MultilineString shapefile into segments based on an attribute value that is linked to each line within the shapefile?
Question: In QGIS 3.26.3-Buenos Aires, how do I split the lines in a MultilineString ESRI shapefile into a number of segments based on an attribute value that is linked to each line within the ...
0 votes
1 answer
427 views
QGIS Split Vector Layer By Multiple Attributes
I am working on a fiber network file and would like to be able to split a point shapefile by multiple attributes, three to be exact. I can "Select Features by Value" and export each one but ...
1 vote
1 answer
46 views
Batch exporting groups of 100 polygons from shapefile into new layers using ArcMap
I have a shapefile of about 14,000 overlapping polygons that I need to separate into layers of 100 for processing purposes. Is there a way to create these layers without manually selecting each group ...
3 votes
1 answer
200 views
Save vector layer features into separate layers, based on combination of two attribute values: correct QGIS expression
I am doing a lab worksheet and I am having a hard time figuring out what to put in in the expression box. GENERAL STEP: You need to identify Aspen and Birch (Select by Expression) and export these ...
1 vote
1 answer
870 views
Explode a layer into multiple layers based on an attribute field, using QGIS [duplicate]
I have a layer where every feature contains a type attribute with a value from a restricted set. Is there a way in QGIS to explode the layer into multiple layers, one for each value for the type ...
1 vote
0 answers
145 views
Make each individual feature layer based on list of OBJECTID with ArcPy
I want to make each separate individual feature layer based on list of OBJECTID of one feature layer. And I want the name of each feature layer to be sequential (e.g.: 1, 2, 3, 4..) So far I already ...
1 vote
0 answers
50 views
Invisible layers when splitting vectors after simplifying in QGIS
I am working with elevation curves and I want to group curves by elevation. I can do it with the Split Vector Layer tool (Vector, Data management Tools) and choose ELEV as a unique ID field. However, ...
1 vote
0 answers
97 views
Automate adding a new attribute field based on name
I frequently take in datasets of land parcels and need to split them into separate layers (Private, County, State, Federal). I have been manually creating a new attribute field and then selecting by ...
1 vote
2 answers
814 views
How to use the dissolve function to create multiple dissolved polygons at once
I had a village level shapefile. I selected villages using the "select by attribute" function to group them into electoral units (labelled as GP in attribute table) I wanted to use the ...
3 votes
1 answer
1k views
I want to create multiple shapefiles using values from the attribute table
I have a village level shapefile. I selected villages using the "select by attribute" function to group them into electoral units (labelled as GP in attribute table. I now wish to make ...
0 votes
1 answer
166 views
Split by attributes function only splits some, but not all values?
I have a shapefile that has GPS coordinates and categories such as ID. I wanted to split my shapefiles into separate shapefiles for each ID. When I use split by attributes, it only extracts/splits ...
3 votes
1 answer
1k views
Creating separate layers from single CSV file in QGIS
I would like to add a single CSV file, which can then be separated within QGIS into separate layers. With the aim of being able to turn off all layers except for 1 area that I am working on. I ...
1 vote
1 answer
431 views
Use FME to expose each feature from feature class
I have a feature class in a geodatabase which usually has between 1-300 features. I would like to use FME to expose each feature and create an individual shapefile for each, based on an attribute. For ...