MCPcopy
hub / github.com/google/earthengine-api / _get_size_image_collection

Method _get_size_image_collection

python/ee/cli/commands.py:1059–1061  ·  view source on GitHub ↗
(self, asset)

Source from the content-addressed store, hash-verified

1057 return sum(sizes)
1058
1059 def _get_size_image_collection(self, asset):
1060 images = ee.ImageCollection(asset['id'])
1061 return images.aggregate_sum('system:asset_size').getInfo()
1062
1063
1064class MoveCommand:

Callers

nothing calls this directly

Calls 2

aggregate_sumMethod · 0.80
getInfoMethod · 0.45

Tested by

no test coverage detected