geedim.collection.MaskedCollection.from_name

classmethod MaskedCollection.from_name(name: str, add_props: List[str] = None) MaskedCollection

Create a MaskedCollection instance from an Earth Engine image collection name.

Parameters:
  • name (str) – Name of the Earth Engine image collection to create.

  • add_props (list of str, optional) – Additional Earth Engine image properties to include in properties.

Returns:

A MaskedCollection instance.

Return type:

MaskedCollection