You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code finds all input images intersecting the tile requested in GetTile and extracts Raster for that area. However, in an overlapping case, it may be that the first image fully covers the tile, or more in general, that one of the inputs is actually never used for a given tile.
These calculation should be deferred to the first actual need of a input to avoid un-necessary processing.
The text was updated successfully, but these errors were encountered:
The current code finds all input images intersecting the tile requested in GetTile and extracts Raster for that area. However, in an overlapping case, it may be that the first image fully covers the tile, or more in general, that one of the inputs is actually never used for a given tile.
These calculation should be deferred to the first actual need of a input to avoid un-necessary processing.
The text was updated successfully, but these errors were encountered: