-
Notifications
You must be signed in to change notification settings - Fork 110
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.
-
pattern
There are 2 special words:
-
system_date
: replace with the date of the image formatted withdatePattern
-
id
orID
: the image id. If None, it'll be replaced with 'id'
-
-
properties
: a list containing the properties used inpattern
-
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