Skip to main content

Questions tagged [explode]

To break a polyline or polygon into its component line segments. Also to break a multipart feature into its component parts. Also known as "drop".

0 votes
0 answers
30 views

I'm working in QGIS (version 3.38.3) and have imported a DXF file that contains various geometries. After import, the resulting layer has features with geometry type GeometryCollection25D along with ...
Krishna's user avatar
  • 41
2 votes
1 answer
163 views

Are there ways to realize exploding lines through PyQGIS? I have layer with very complicated line and exploding lines is so slow, it doesn't end even after an hour. I've created spatial index and run ...
redhat's user avatar
  • 367
3 votes
1 answer
597 views

I've run into an issue with the Geopandas explode method. When I run the explode method, multi-polygons which originally had holes are filled inexplicably. I need to expolode the multi-polygons in a ...
Joshua Croff's user avatar
1 vote
2 answers
1k views

I have a simple GeoDataFrame containing 2 records, with MultiPolygonZ having several single parts as geometry elements. When I try to split those in their single parts using the .explode() method, it ...
swiss_knight's user avatar
  • 11.4k
0 votes
0 answers
70 views

I'm doing a project on accessibility analysis in Hannover using QGIS 3.26.1 and everything went well. Creating a service area was ok, but when I use the explode function, the loading bar just shows an ...
ET430 Rosenheim's user avatar
2 votes
1 answer
2k views

I have one shapefile with building polygons. I would like to convert them into lines split at each vertex, keeping the original source info as an attribute (Name). Name category height_ag ...
Ricardo Gomes's user avatar
5 votes
3 answers
919 views

I noticed that QGIS tool multipart to single parts produces different results than geopandas explode when used to MultiLineString geometries. Having a multiple lines which are randomly split along ...
XDOLK009's user avatar
  • 193
5 votes
2 answers
3k views

I am trying to find explode lines tool in QGIS equivalent in shapely or geopandas (which uses shapely anyway). does anyone know this? note that geopandas.GeoDataFrame.explode() does not work because ...
sutan's user avatar
  • 1,029
1 vote
0 answers
282 views

I'm using ArcMap 10.4 and working with parcel data. I'm trying to come up with a way to combine parcels owned by the same person that are close to each other, but leave parcels that are further out as ...
Ben Johnson's user avatar
6 votes
1 answer
3k views

I have a shp with a column NOM_CONCAT and I can not explode it to have a unique information, Each time, I have the same error message and I can't find solutions. #TypeError: explode() takes 1 ...
patrickblancseau's user avatar
1 vote
0 answers
52 views

I have a point feature class showing addresses where trees were planted. A single row in the attribute table represents a single address. I have a field in the attribute table called "...
haltead's user avatar
  • 51
1 vote
0 answers
1k views

I would like to use an ogr2ogr command to export features as multiple separate geojson files from a single GeoJSON feature collection. I have tried using the -explodecollections command but I am ...
B-Jizzle's user avatar
2 votes
2 answers
2k views

I'm working in QGIS with two shapefiles: point and line. Points mark nodes of the lines, and each of them have their own attributes. Lines are related to an attribute table too. The goal is, once the ...
Sergi's user avatar
  • 21
0 votes
1 answer
3k views

I'm trying to merge 2 geodataframes and combine all entities. So I use : cloudNshadow = gpd.overlay(cloud, shadow, how='union') cloudNshadow = cloudNshadow.unary_union() But it returns me : ...
Tim C.'s user avatar
  • 1,546
1 vote
1 answer
334 views

I want to access the explodelines function in Python outside of QGIS from a standalone script. import sip for api in ["QDate", "QDateTime", "QString", "QTextStream", "QTime", "QUrl", "QVariant"]: ...
freddykrueger's user avatar

15 30 50 per page