spatialdata
spatialdata copied to clipboard
improves dataloader performance
replaces #565 #622
iteration over 20 batches, single worker
new implementation
main
one annoying thing is that the "apply" method of the dataframe to get the bounding box selection is quite slow.
quick push to try #699 where tiling is vectorized, removed the need for pandas.DataFrame.apply. Quite big speedup