Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I am currently evaluating different OGC Services(WFS,WMS and WPS) for driving zone computation. As I am new to WPS services, I would like some suggestions regarding which OGC services to implement.

I am thinking through these issues right now:

If I use WPS to calculate driving zones, is it better to integrate this computation as Web Processing Service or to directly compute it in the App Server? Would the client be overwhelmed or exhausted with delays in computation?

Is there any way to deal with driving zone computations that exceed some predefined computation time limit, like couple of seconds?

Also is there any issue if my background map layer is in different road network than the road network where driving zone computation is being performed?

Please correct me if my concept is misleading.

Thanks

share|improve this question
2  
You will need to do the geoprocessing (driving zones) on a server due to the nature and amount of processing required. Example resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/… Javascript code resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/… – Mapperz Oct 18 '11 at 13:39
3  
Building drive zones is computationally similar to routing, so you might try searching for people who are using WPS for routing, like here. – Kirk Kuykendall Oct 18 '11 at 17:00
Like @Mapperz , you need to do geoprocessiong on server. I don't know any WPS driving zones services. I usually use pgrouting (pgrouting.org) for this issues, but performing is not good and need a lot of resources. – angelcervera Nov 12 '12 at 9:55

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.