Open kabasset opened 1 year ago
Some tiling functions still return rasters, where they should make generators. Implementation is a bit complicated, too. May require some refactoring.
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.
rasterize()
shape()
Some tiling functions still return rasters, where they should make generators. Implementation is a bit complicated, too. May require some refactoring.