Skip to content

Add DelayedMultibandTile#223

Open
echeipesh wants to merge 1 commit intogeotrellis:developfrom
echeipesh:feature/delayedmultibandtile
Open

Add DelayedMultibandTile#223
echeipesh wants to merge 1 commit intogeotrellis:developfrom
echeipesh:feature/delayedmultibandtile

Conversation

@echeipesh
Copy link
Copy Markdown
Collaborator

Closes: #199

Trying to integrate this into RasterRegion raises more questions:

Currently signature of RasterRegion.raster: Option[Raster[MultibandTile]] seems very clunky considering that current implementation of RasterRegion does not allow creating region that does not intersect source and the that expected behavior is for raster region to buffer out missing pixels. The implication seems to be that RasterRegion will do its best to produce an expected tile. So the Option part doesn't make so much sense, only exceptional failures might prevent production of the result.

Something that delegates reading to a function and caches the result
@echeipesh echeipesh self-assigned this Aug 5, 2019
@CloudNiner CloudNiner changed the base branch from master to develop September 25, 2019 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RasterRegion should produce LazyMultibandTile

1 participant