geeservermap.helpers#

TODO Missing docstring.

Module Contents#

Functions#

getImageTile(image, visParams[, visible])

Get image's tiles uri.

visparamsListToStr(params)

Transform a list to a string formatted as needed by ee.data.getMapId.

visparamsStrToList(params)

Transform a string formatted as needed by ee.data.getMapId to a list.

geeservermap.helpers.getImageTile(image, visParams, visible=True)[source]#

Get image’s tiles uri.

geeservermap.helpers.visparamsListToStr(params)[source]#

Transform a list to a string formatted as needed by ee.data.getMapId.

Parameters:

params – params to convert

Returns:

a string formatted as needed by ee.data.getMapId

geeservermap.helpers.visparamsStrToList(params)[source]#

Transform a string formatted as needed by ee.data.getMapId to a list.

Parameters:

params – to convert

Returns:

a list with the params