ronnyhdez / reclaimed_sites_ab

https://ronnyhdez.github.io/reclaimed_sites_ab/
0 stars 0 forks source link

Flag intersections by waterbodies #59

Closed ronnyhdez closed 5 months ago

ronnyhdez commented 5 months ago

I have been trying to determine which abandoned well polygons intersect the 30-meter buffer zone around the waterbodies. However, at this buffer distance, it appears that no abandoned wells intersect it.

To validate the correctness of the code, I increased the buffer zone to an exaggerated value of 900 meters. With this larger buffer, I observed some changes in the intersection values, as shown below ("intersects_buffer", "intersects_waterbody")

With no intersection:

image

With intersection:

image

ronnyhdez commented 5 months ago

I exported the result of this operation with two new columns: intersecting buffer area, and intersecting waterbodies area. It worked! and it returned the exact number of abandoned wells that I had originally.

ronnyhdez commented 5 months ago

There are just 483 abandoned wells polygons that intersect the waterbodies (just by buffer)

image

ronnyhdez commented 5 months ago

These are the abandoned wells that intersect the buffers of water bodies:

image

ronnyhdez commented 5 months ago

Ref #68