Reviews (0)
For Workflow: Polygon buffer - Using pyWPS
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