Skip to main content

Questions tagged [point-in-polygon]

A common GIS operation. Used to determine whether a point lies within a polygon's bounds.

1 vote
1 answer
87 views

Context: I’m using a polygon layer as a makeshift gazetteer to find approximate addresses for point locations. My current workflow uses geopandas to: Load the polygon dataset into memory Use the ...
christoph's user avatar
  • 615
1 vote
1 answer
89 views

I read the similar question/answers: Seeking algorithm to place maximum number of points within constrained area at minimum spacing? However, it is more than a decade old, maybe something new evolved ...
S-Man's user avatar
  • 55
1 vote
0 answers
85 views

I have species occurrence points, to preprocess for my analysis I must count the number of points (total samples) that fall within each polygon of the fishnet layer calculate species richness by ...
SMM's user avatar
  • 11
2 votes
1 answer
82 views

I would like to get this kind of final result extract from counting points in polygons. Generally I do export from with CSV file This is what I have 4 rows are doing one plot. So I was doing 2 grid ...
Matt's user avatar
  • 23
0 votes
0 answers
40 views

I am using QGIS and I have a cluster of say 1000 points. I want to cluster these points such that all points which are within 200 m of each other will be part of the cluster but with the constraints ...
Akhilesh jj's user avatar
1 vote
1 answer
97 views

If I made a buffer around points and I am uniting those buffers that are in contact with each other. Now I want to make an attribute column in those united buffers that tells me what points are inside ...
Gabriel Moya's user avatar
1 vote
1 answer
115 views

I have the following layers: One Vector Polygon Layer with Protected Areas (several variables, e.g. "NAME" of the Protected Area) One Vector Point Layer with coordinates, pesticide names ...
LoMap's user avatar
  • 11
2 votes
2 answers
106 views

I have a polygon layer containing the wards (neighborhoods) of an area. It has only one column in the attribute table, called "WD21CD" which is a string with the unique code for every ward (...
Dolby's user avatar
  • 1,284
1 vote
0 answers
113 views

I am using QGIS to map animal counts on farms in the Midwest US and using a circle polygon to show where there are more than 30,000 animals between all the farms in that specific area. Each data point ...
Ryan Whalen's user avatar
1 vote
1 answer
74 views

I am trying to connect points in a vector layer. Each point should be connected to its nearest neighbour that is not inside the same polygon. I am using the ProcessX "nearest point to path" ...
Frannzz's user avatar
  • 11
2 votes
2 answers
746 views

I have got two geodataframes: df1 which has got points as geometry type and has around 2.5 million rows, df2 has got polygons/multipolgyons as geometry type and has over 2.6 million rows. I want to ...
user2293224's user avatar
0 votes
1 answer
122 views

I want to find points are in the boundaries of polygons so I use Select By Location tools in a large area as country so I have many polygons (in shapefile) and the points (in shapefile) that is ...
coral's user avatar
  • 69
0 votes
1 answer
276 views

I'm relatively new to GIS, and I'm currently using QGIS version 3.32.3 Lima. I'm encountering some challenges as I don't have a solid foundation in using GIS, so I'm reaching out for your help and ...
fterranova's user avatar
3 votes
3 answers
2k views

With QGIS I need to build the shortest route between two points inside a polygon. I have a vector polygon layer and I need to build a path inside it from the starting point to the ending point. How ...
redhat's user avatar
  • 367
1 vote
1 answer
69 views

I want to display the names of points on my polygon with shapely. Polygon([(0, 0), (0, 2), (2, 2), (2, 0), (0, 0)]) and Names = [A, B, C, D, A] How can I do it simply?
PAKAM's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
34