Skip to content

Fetch tiles across a time-series#35

Draft
weiji14 wants to merge 1 commit intomainfrom
s2_time_series_tiles
Draft

Fetch tiles across a time-series#35
weiji14 wants to merge 1 commit intomainfrom
s2_time_series_tiles

Conversation

@weiji14
Copy link
Member

@weiji14 weiji14 commented Mar 4, 2026

What I am changing

  • Asynchronously grab tiles from the same region at different times of the year
  • Almost drop-in reimplementation of odc.stac.load, but yielding tiles instead of the whole scene

How I did it

TODO:

  • Initial draft implementation
  • Add logic to ensure always fetching from same MGRS tile
  • Apply to Sentinel-1 also? (might need to think about how to make things more composable/intuitive)
  • More documentation
  • More integration tests

How you can test it

  • Run uv run --group dev pytest --verbose or check CI logs.

Related Issues

Extends #24, part of #10

Wrapper around `stac_to_tiles` for grabbing Sentinel-2 scenes from multiple timesteps in a year. Added API entry for `stac_to_tiles` so that it can be referenced. Included a unit test to check that multiple STAC items are stacked together into an xarray.Dataset properly.
@weiji14 weiji14 self-assigned this Mar 4, 2026
@weiji14 weiji14 added the enhancement New feature or request label Mar 4, 2026
@weiji14 weiji14 changed the title Implement get_s2_time_series_tiles Fetch tiles across a time-series Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant