ronnyhdez / reclaimed_sites_ab

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

Create ~30m buffer water bodies #47

Closed ronnyhdez closed 3 months ago

ronnyhdez commented 4 months ago

Polygons intersecting this buffer should be excluded

ronnyhdez commented 3 months ago

This is gonna be a bit tricky.

When creating a buffer around the abandoned wells polygons, I got the error:

EEException: Collection query aborted after accumulating over 5000 elements.

This happens only when I'm trying to use the .getInfo() function. Avoid using it

ronnyhdez commented 3 months ago

Ref #56 I uploaded the reservoirs data from ABMI. This is not waterbodies complete, it has another definition (documented in the ref issue)

After running the intersect function, it seems that no abandoned well with a buffer of 30m intersects one of those polygons.

Need more exploration on this.

ronnyhdez commented 3 months ago

Ref #57 buffers are created.

Intersections process in Ref #59