Skip to main content

Questions tagged [crossing]

0 votes
1 answer
454 views

I am having an issue using Python and folium regarding GeoJSON features. I made a simple map using folium and displayed tsunami information as well as specific colors for the different earthquake ...
Daltax's user avatar
  • 11
3 votes
1 answer
151 views

I have a LineString that I modify by extending the line. After extending it I want to check if it crosses itself. I am using QgsGeometry().crosses() to test this. For example: wkt_new = '...
MrXsquared's user avatar
  • 36.3k
2 votes
1 answer
529 views

I have a shapefile which visualise the countries of EU as polygons. The problem I have is that each country is formed by a fill colour and an outline color. The outline color is key because it ...
Nik Ge's user avatar
  • 23
4 votes
1 answer
403 views

I want to compound the red and green links (lines between the poinst) to one or more lines. I need it to finde the green links that not touching the red lines in my network. Step 1: compound touching ...
Tibor's user avatar
  • 375
1 vote
1 answer
105 views

I have two line feature classes. One road line (long line) and second is hookline i.e entry point to house (short line). Reference screen shot In the above screen shot I have three shapefiles Road ...
RakeshReddy Posham's user avatar
1 vote
0 answers
41 views

Given a simplified road network with nodes (= intersections and turning points) and uni-directional links (= path segments) between them, I'd like to: Know if there is a plugin or processing tool in ...
qbit's user avatar
  • 123
1 vote
0 answers
133 views

My aim is to calculate the shortest distance between two point layers One point layer contains Origin points, the other point layer contains Destination points. Both layers contain more than 100 data ...
JostS's user avatar
  • 11
8 votes
4 answers
1k views

I am using QGIS. I have a large dataset of approx a hundred animals and I want to determine the number of successful road crossings and extract the date, the time and the two GPS coordinates before ...
Rubén Portas's user avatar
0 votes
1 answer
230 views

I have line elements and polgone-elements on two different layers (lets say layer A (line) and layer B (polygons). Now I want to remove all elements of layer A that crosses/touches/laying in polygones ...
Julz_Mos's user avatar
2 votes
1 answer
1k views

I am using QGIS 3. I am creating a topographic map using OSM data downloaded as shapefiles. Obviously of I put the railways layer under the roads layer, all railways show as passing under roads. Or ...
AndyFollis's user avatar
1 vote
1 answer
121 views

I have a bunch of polygons (parcels, green areas) and a bunch of wells (point, black triangles). How do I calculate the number of parcels I need to cross to get to the closest well to each parcel? ...
If you do not know- just GIS's user avatar
1 vote
3 answers
401 views

I have a linestring which crosses itself, like in the picture below. There isn't any vertice at the crossing. It is a MultiLinestring, so when I want to get the startpoint, the endpoint, or the ...
GuiOm Clair's user avatar
  • 1,221
1 vote
1 answer
453 views

I am unsure if this is the fastest way to test if LineStrings cross each other. Is there a better method. for line_1, line_2, in itertools.combinations(lines, 2): crosses = line_1.crosses(line_2) ...
JamesLeversha's user avatar
1 vote
1 answer
144 views

First i'll show you this image The green polygons are lots/land/property of different people of my city. The blue lines are the river banks of a river that crosses my city. The red lines are called ...
Marcos Rodrigo Jung Alves's user avatar
-2 votes
1 answer
133 views

I am looking for a way to count the number of roads crossing a national border in Europe. If possible, I would also like to decompose this result between regions (NUTS2 European regions). I am looking ...
Julien's user avatar
  • 1

15 30 50 per page