python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Shapely Point not inside Multipolygon when it should be inside
I'm trying to check if a point is inside a shapely Multipolygon.
The data is obtained from the GISCO and the link to it can be found here, the form data is: NUTS 2021, GeoJSON, Polygons (RG), 60M and ...
frarambra
Votes: 0
Answers: 1
Ensuring that all polygons on a map are visible
I have a map with some 4000 districts on it. I produce the map using matplotlib and save it as a png. Each district is represented in most cases by a Polygon, which I colour in based on the data I wis...
Baz
Votes: 0
Answers: 1
Matplotlib Graph For Geopandas Geometry is Too Small
The plot is completely squished and unreadable. I can't seem to figure out how to expand the graph.
Tried setting the axis x and y limits, but the scales are still shrunk down. I think it's an issue w...
Blake
Votes: 0
Answers: 1
Removing intersecting lines in geopandas
I have a large geodataframe (potentially millions of rows) which consists of LineString geometries. Some of these lines could intersect each other, whereas others don't intersect. I would like to remo...

FClubb
Votes: 0
Answers: 1