sortMany#

geetools.ee_image_collection.ImageCollectionAccessor.sortMany(properties, ascending=None)#

Sort an ImageCollection using more than 1 property.

Parameters:
  • properties (ee.List | list) – the list of properties to sort by.

  • ascending (ee.List | list | None) – the list of order. If not passed all properties will be sorted ascending

Return type:

ee.ImageCollection