geowatchutil.channel.geowatch_channel_wfs module

class geowatchutil.channel.geowatch_channel_wfs.GeoWatchChannelWFS(client, topic, mode, num_procs=1)[source]

Bases: geowatchutil.channel.base.GeoWatchChannelTopic

GeoWatchChannelWFS is used for posting GeoJSON to OGC WFS - topic = featuretype / layer name

classmethod decode(message)[source]
classmethod encode(message)[source]
get_messages_raw(count, block=True, timeout=5)[source]
send_message(message, **kwargs)[source]

message should already be converted into WFS Transaction

send_messages(messages, **kwargs)[source]