eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.52k stars 1.42k forks source link

parsable configuration (trac #165) #165

Open behrisch opened 14 years ago

behrisch commented 14 years ago

The idea is to have the configuration description being a child of the generated document.

Migrated from http://sumo.dlr.de/ticket/165

{
    "status": "new", 
    "changetime": "2013-05-28T08:24:46Z", 
    "description": "The idea is to have the configuration description being a child of the generated document.\n * assure configurations are not parsed by catching them in the GenericSAXHandler or one of its child classes\n * write configurations into generated XML-files as children\n", 
    "reporter": "dkrajzew", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1369729486000000", 
    "component": "other (also unclassified)", 
    "summary": "parsable configuration", 
    "priority": "minor", 
    "keywords": "", 
    "time": "2009-12-02T17:18:08Z", 
    "milestone": "1.0.0", 
    "owner": "", 
    "type": "enhancement"
}
behrisch commented 14 years ago
behrisch commented 14 years ago

@behrisch changed priority from "major" to "minor"

behrisch commented 6 years ago

There are people out there which parse the header with a line parser to get this info so it is still a valid ticket, but obviously nothing really urgent.

behrisch commented 3 years ago

As long as all of our configuration files have the same root element it won't work together with schema validation. So this depends on #7700