Jorgejesus' Workflows
Search filter terms
Filter by type
Filter by tag
Filter by licence
Filter by group
Filter by wsdl
Showing 13 results.
Use the filters on the left and the
search box below to refine the results.
Example on how to work with an async service, where the statusURL is used to check for Example on how to work with an async service, where the statusURL is used to check for if the process has finished or not
Created: 2010-11-04 | Last updated: 2011-04-27
Credits: Jorgejesus
Polygon buffer - Using pyWPS (1)
Basic example on how to integrate a Web Processing Service (WPS) using PyWPS's WSDL/SOAP
The workflow will accept a GML file with featureCollection where polyon is described using gml:coordinate element structure. This GMl is easely generated with GDAL.
The coodinate structure will be converted to WKT and used to create a polygon using shapely, the output will be a buffer polygon with a defined width.
Output polygon will replace the orginal polygon and the existing XML will be return...
Created: 2010-10-26 | Last updated: 2010-10-26
Credits: Jorgejesus