eoxserver.services.ows.wps.processes package

Submodules

eoxserver.services.ows.wps.processes.get_time_data module

class eoxserver.services.ows.wps.processes.get_time_data.GetTimeDataProcess(*args)

Bases: Component

GetTimeDataProcess defines a WPS process needed by the EOxClient time-slider componenet

description = 'Query collection and get list of coverages and their times and spatial extents. The process is used by the time-slider of the EOxClient (web client).'
static execute(collection, begin_time, end_time, **kwarg)

The main execution function for the process.

identifier = 'getTimeData'
inputs = {'begin_time': <eoxserver.services.ows.wps.parameters.literaldata.LiteralData object>, 'collection': <eoxserver.services.ows.wps.parameters.literaldata.LiteralData object>, 'end_time': <eoxserver.services.ows.wps.parameters.literaldata.LiteralData object>}
metadata = {}
outputs = {'times': <eoxserver.services.ows.wps.parameters.complexdata.ComplexData object>}
profiles = ['EOxServer:GetTimeData']
title = 'Get times of collection coverages.'

Module contents