eemont.imagecollection.scale

eemont.imagecollection.scale(self)[source]

Scales bands on an image collection.

Warning

Pending Deprecation: The scale() method will no longer be available for future versions. Please use scaleAndOffset() instead.

Tip

Check more info about the supported platforms and image scaling the User Guide.

Parameters

self (ee.ImageCollection (this)) – Image collection to scale.

Returns

Scaled image collection.

Return type

ee.ImageCollection

Examples

>>> import ee, eemont
>>> ee.Authenticate()
>>> ee.Initialize()
>>> S2 = ee.ImageCollection('COPERNICUS/S2_SR').scale()