cedar.sensors.common module¶
Common functions for dealing with GEE
-
cedar.sensors.common.
collection_metadata
(collection, key)[source]¶ Return a ee.List of metadata from each item in
collection
- Parameters
collection (ee.ImageCollection) – GEE collection
key (str) – Metadata key
- Returns
List of metadata per item in
collection
- Return type
ee.List