geeservermap.main#

TODO Missing docstring.

Module Contents#

Functions#

add_layer()

TODO Missing docstring.

get_message()

TODO Missing docstring.

messages()

TODO Missing docstring.

register_map(width, height)

Register the index endpoint, allowing the user to pass a height and width.

run()

TODO Missing docstring.

Attributes#

HEIGHT

MESSAGES

PORT

WIDTH

app

parser

geeservermap.main.add_layer()[source]#

TODO Missing docstring.

geeservermap.main.get_message()[source]#

TODO Missing docstring.

geeservermap.main.messages()[source]#

TODO Missing docstring.

geeservermap.main.register_map(width, height)[source]#

Register the index endpoint, allowing the user to pass a height and width.

geeservermap.main.run()[source]#

TODO Missing docstring.

geeservermap.main.HEIGHT = 600[source]#
geeservermap.main.MESSAGES[source]#
geeservermap.main.PORT = 8018[source]#
geeservermap.main.WIDTH = 800[source]#
geeservermap.main.app[source]#
geeservermap.main.parser[source]#