dirac-institute / kbmod

KBMOD (Kernel-Based Moving Object Detection)
BSD 2-Clause "Simplified" License
46 stars 14 forks source link

Add sorting to ImageCollection #548

Closed DinoBektesevic closed 4 months ago

DinoBektesevic commented 7 months ago

It'd be pretty cool if we could sort IC the same way we do a Table. That would enable groups to work to I think. Issue is ordering of the standardizers and the WCS. Right now they're kept as separate lists (for lazy loading) but really they can just be columns.

Making them be columns lets us sort without worrying about ordering.