Skip to main content

Questions tagged [self-intersection]

A self-intersecting polygon is where the boundary (edge) crosses over itself.

2 votes
3 answers
69 views

I've a very large linear shapefile wich represents pipes. I need to determine the position of every intersection between lines in this shape, only where no vertices already exists (I think with 0,-1 ...
pelino's user avatar
  • 95
3 votes
2 answers
130 views

I need to Single Sided Buffer a specific surface based on a line length, on QGIS. Example: line length: 60.367 meters. area needed from single sided buffer: 452.4 square meters. theoretic Single ...
Marin Marian's user avatar
2 votes
0 answers
114 views

We are trying to visualise prefabricated concrete elements. These elements are exported in an ifc format. https://technical.buildingsmart.org/standards/ifc/ifc-formats/ We have already been able to ...
Glenn's user avatar
  • 29
3 votes
1 answer
171 views

According to this link, ST_IsValid should return self-intersections. However, using the following WKT, I get that the following line is valid: SELECT ST_IsValid(ST_GeomFromText('MultiLineString ((8....
BritishSteel's user avatar
  • 6,737
0 votes
1 answer
202 views

I have a multipart shape file created from a GeoJSON. The original geoJSON is from the Vermont Open Geodata Portal, so a lot of the polygons have errors and overlaps. To fix the overlaps, after I ...
jake g's user avatar
  • 1
0 votes
0 answers
66 views

I have performed a set of geoprocessing tasks to produce a polygon output. The polygon output contains - what I would consider an invalid set of vertexes and as such, an invalid geometry. (see screen ...
nr_aus's user avatar
  • 3,880
1 vote
1 answer
512 views

I am new to using CRS on R and thus am confused and have the following question: I have two .shp files from - https://github.com/HindustanTimesLabs/shapefiles/blob/master/city/delhi/ward/delhi_ward....
Anisha Garg's user avatar
1 vote
0 answers
91 views

I’m using shapely to solve a problem in physic. My problem can be represented in 2D with a LineString. In order to solve my problem I need to : Apply a transformation to the original LineString Find ...
lamilam's user avatar
  • 11
4 votes
1 answer
691 views

I am working on a project that includes preparation of a series of polygon shapefiles that need to go through an official geometry/topology check-up before final submission. This official check-up ...
Gašper Zupančič's user avatar
0 votes
0 answers
227 views

I am working with a new global-scale river network that splits around large islands (blue lines). I will be working with the river network in Google Earth Engine and have completed some prior vector ...
Rich_B's user avatar
  • 33
1 vote
1 answer
122 views

PostGIS3.2, PostgreSQL 13 I have a table with multipolygons. There is a constraint CHECK (st_isvalid(geom)) on it. Run a query with st_ivalid(geom) returns no error fortunately ! When I try to ...
Leehan's user avatar
  • 1,243
3 votes
0 answers
488 views

Description Sum-up When splitting a complex line - let's say with a single "loop" - shapely.ops.split applied at the self-intersection point returns two lines where I would expect three ...
jmon12's user avatar
  • 151
1 vote
3 answers
950 views

When using the Intersect tool in ArcGIS (Desktop 10.8): I have two inputs, a polyline FC and a polygon FC. I want to get the intersection of each polyline feature with the polygon features, so the ...
Matt Leonard's user avatar
2 votes
2 answers
4k views

I have a GeoJSON file with latlong polygons for the US state of New Mexico. I've loaded them into Postgres, using the geography column type. For some of the polygons, I get an error when calling ...
Kannan Goundan's user avatar
3 votes
1 answer
559 views

I am using QGIS 3.14 long term version. I need to identify these polygons that are self-crossing. Here are the tools I have tried SAGA's "Polygon self-intersect"; check validity from ...
Bruno Neves's user avatar

15 30 50 per page