ronnyhdez / reclaimed_sites_ab

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

Run process in batch #74

Closed ronnyhdez closed 3 months ago

ronnyhdez commented 3 months ago

Process stops with message: EEException: User memory limit exceeded.

ronnyhdez commented 3 months ago

The geometry filter.bounds function documentation states:

Caution: providing a large or complex collection as the geometry argument can result in poor performance. Collating the geometry of collections does not scale well; use the smallest collection (or geometry) that is required to achieve the desired outcome.

Which is part of the problem.

rfernand387 commented 3 months ago

I suggest you generalize the coverages in GQIS before doing a vector op in GEE.

ronnyhdez commented 3 months ago

This was related to the wetland filter. We are not going to use this one as a filter in the pre-processing steps. Water categories would be detected later with the satellite imagery analysis.