WikiWatershed / mmw-geoprocessing

A Spark Job Server job for Model My Watershed geoprocessing.
Apache License 2.0
6 stars 6 forks source link

Fetch only intersecting tiles #41

Closed rajadain closed 7 years ago

rajadain commented 7 years ago

Currently, it seems that when given a large diagonal shape, all tiles in the bounding box are fetched from S3, even if they don't intersect the shape itself.

Modify the service so that only intersecting tiles are fetched and used for calculation.