-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GeoTrellisRasterSource temporal build improvements #219
Comments
Fresh after reviewing the Query DSL PR these are my notes on what the work probably should be, take it for FWIW:
|
I'm releasing my assignment on this as it wasn't strictly necessary in the implementation of #223. Going to move onto other stuff first and pull this again if it becomes a bottleneck. |
A small SpaceTimeKey layer using landsat 8 data is available at s3://geotrellis-test-non-public/spacetimekey-test, layer name |
Copying these "where to start" notes from a conversation with Grisha just now:
|
Just a note, my interpretation is that at the end of this PR its going to be clear how to delete |
At this point GeoTrellisRasterSource.build function creates a set of GeoTrellisRasterSources from a temporal layer, making an assumption that for each time bin there is a single spatial slice. This is not true in the most cases in real world:
The text was updated successfully, but these errors were encountered: