Hello, there is currently no option that would give you filtered output coming out of sumo. I can think of two alternatives: a) run sumo with the option --fcd-output stdout | sed .... this would give you streaming output to the standard output which can be filtered with tools such as sed or grep (on linux) b) use http://sumo.dlr.de/wiki/Tools/Routes#cutRoutes.py to build a scenario for the reduced area with through-traffic taken from the original scenario regards, Jakob
2015-05-01 15:50 GMT+02:00 Deborah Perrotta <[email protected]>: > Hello everyone, > > I'm working on a very big network and analysis will be held on specific > sub-areas of this network. In this sense, it is interesting for me to find > a way to filter the outputs, such as the fcd-output, for a specific area, > once the output file gets really large. > > My question is if there is a way to previously define the edges and/or the > geographical coordinates of a bounding box in order to have a customized > fcd output. > > Thank you in advance, > > -- > Deborah Perrotta > PhD Researcher - MIT Portugal > http://pt.linkedin.com/in/deborahperrotta/ > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
