-
Notifications
You must be signed in to change notification settings - Fork 115
image
Rodrigo E. Principe edited this page Oct 4, 2019
·
3 revisions
Get image band's values from point at certain scale. Return a ee.Dictionary
Replace an image band with another band. Arguments:
-
replace_band: the name of the band to replace (str) -
add_band: the band that will replace thereplace_band(one bandee.Image)
Remove bands from an image.
Add a suffix to the specified bands. Return a function for mapping over an ImageCollection
Add a prefix to the specified bands. Return a function for mapping over an ImageCollection
Make a name with the given pattern. The pattern must contain the properties to replace between curly braces.
-
patternThere are 2 special words:
-
system_date: replace with the date of the image formatted withdatePattern -
idorID: the image id. If None, it'll be replaced with 'id'
-
-
datePattern: a pattern for dates. Defaults toyyyyMMdd
Pattern example (supposing each image has a property called city): 'image from {city} on {system_date}'
- @author: Rodrigo E. Principe
- email: fitoprincipe82 at gmail
- Licence: MIT