About 301,000 results
Open links in new tab
  1. Finding if two polygons intersect in Python

    Mar 19, 2014 · I'm looking for an algorithm, a high-level solution, or even a library which can help me determine if two polygons intersect, in Python. I have the vertices of the two polygons (These are …

  2. Getting intersection of multiple polygons efficiently in Python

    Apr 17, 2017 · I would like to get the intersection of multiple polygons. Using Python's shapely package, I can find the intersection of two polygons using the intersection function.

  3. Intersect/overlay multiple geodataframes from list using python ...

    Oct 5, 2022 · Intersect/overlay multiple geodataframes from list using python (geopandas) Ask Question Asked 3 years, 2 months ago Modified 3 years, 2 months ago

  4. python - Intersection of two GeoPandas Dataframes - Geographic ...

    Nov 27, 2022 · Start asking to get answers Find the answer to your question by asking. Ask question python geopandas intersection data-frame geodataframe

  5. python - Identifying self-intersections in LineString using shapely ...

    Feb 9, 2022 · I am looking for an efficient way to identify the self-intersections in a shapely LineString. I can check if there is an intersection by lineStringName.is_simple function. However, I couldn't find ...

  6. geojson - Isolating the intersecting polygon where all polygons ...

    Jun 1, 2023 · Isolating the intersecting polygon where all polygons intersect in Python with the shapely library Ask Question Asked 2 years, 6 months ago Modified 2 years, 2 months ago

  7. How to fix invalid polygon with self-intersection - Python

    Feb 6, 2019 · I have a self-intersecting polygon inside a shapefile. Does there exist a Python library which spots the self-intersections and makes it possible to correct them? I have found it is possible in …

  8. Intersecting two shapefiles from Python or command line?

    Jan 30, 2016 · I'm new to working with geo data and trying to address a similar question to the one posted as How to calculate the size of a particular area below a buffer in QGIS Using command line …

  9. python - Line vs. Polygon Intersection Coordinates - Geographic ...

    Dec 31, 2014 · I am working with Python, Shapely and Fiona... Is there any way where I can give in an input of a line shapefile and a polygon shapefile, and get a result of the intersection points and their …

  10. intersection - Find the intersecting points of 2 polygons in Python ...

    Sep 14, 2020 · I am trying to get the intersecting point coordinates of 2 polygons in Python. For example intersecting points of the two polygons (polys2). For illustration purpose, I have marked the intersecting