Skip to content

feat: read method that takes in arbitrary integer pixels#46

Merged
kylebarron merged 25 commits intomainfrom
kyle/read-helper
Feb 2, 2026
Merged

feat: read method that takes in arbitrary integer pixels#46
kylebarron merged 25 commits intomainfrom
kyle/read-helper

Conversation

@kylebarron
Copy link
Member

@kylebarron kylebarron commented Jan 30, 2026

Change list

  • New read method that takes in Window, permitting reads of partial tiles, which are then spliced together.
  • fetch_tile and fetch_tiles now return Tile and list[Tile]
  • Create Tile dataclass as the result of fetch_tile and fetch_tiles which holds the x and y tile indices and an array attribute, with an Array
  • Create Window dataclass for holding an integer pixel window to fetch
  • Update README example to use read instead of fetch_tile

For #23

@kylebarron kylebarron changed the title scratch work on read helper feat: read method that takes in arbitrary integer pixels Jan 30, 2026
@github-actions github-actions bot added the feat label Jan 30, 2026
@kylebarron kylebarron added this to the 0.1 milestone Jan 30, 2026
@kylebarron kylebarron merged commit 910818d into main Feb 2, 2026
6 checks passed
@kylebarron kylebarron deleted the kyle/read-helper branch February 2, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments