Tuesday, January 13, 2009

GML2PNG Process for PyWPS 3.0

How to : 1) Create a new pywps process into your : PYWPS_PROCESSES directory 2) Copy and paste the code bellow into a new gml2png.py file 3) Define the process into your __init__.py __all__=["gml2png"] 4) Thats All... + Test if gml2png is on ProcessOfferings + Execute the process + wait for your ProcessSucceeded response .. and check for the generated file into your defined : outputPath accessed over outputUrl .. References: PyWPS , OGC, OGC WPS

0 comentarios: