What's new? | Help | Directory | Sign in
Google
webprocessingserver
WebProcessingServer: RESTful Geodata Processing Server
  
  
  
  
    
License: New BSD License
Labels: python, geo, wps
Show all Featured Wiki Pages:
Actions
Join project
Project owners:
  crschmidt
Project members:
hobu.inc

WebProcessingServer

WebProcessingServer is a RESTful Geodata Processing Server, designed to allow hooking into any geographic data processing tool that has access from Python. WPServer includes sample actions for reprojection using ogr, buffering using Shapely, pure Python Douglas-Peucker line simplification, and routing using pgRouting.

WPServer is largely a proof of concept for the idea of RESTful WPS.

Currently only supports input/output as GeoJSON FeatureCollections.