kabasset / Linx

Extensible ND image laboratory
Apache License 2.0
3 stars 0 forks source link

Clean tiling #13

Open kabasset opened 1 year ago

kabasset commented 1 year ago

Some tiling functions still return rasters, where they should make generators. Implementation is a bit complicated, too. May require some refactoring.

kabasset commented 8 months ago

All functions now return generators and can be rasterized, but the rasterize() overload could be merged. Generators would just need to implement shape() I guess.