-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GTC-3077 Give NoIntersectionError in AFi if geometry too small
In the AFi analysis, we currently don't return any row at all for a location whose geometry does not intersect the centroid of any pixel (mostly because the geometry is small compared to the pixel size). Add similar code as in FCD to detect this case and return NoIntersectionError. Same change for GFWProDashboard as well, though need to check if that is really what we want.
- Loading branch information
Showing
2 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters