Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance parsing of navteq networks (trac #738) #738

Closed
behrisch opened this issue Aug 16, 2012 · 13 comments
Closed

Enhance parsing of navteq networks (trac #738) #738

behrisch opened this issue Aug 16, 2012 · 13 comments

Comments

@behrisch
Copy link
Contributor

currently only _nodes_unsplitted.txt, _traffic_signals.txt and _links_unsplitted.txt are being parsed.

  • intialize priority from street_type
  • add option --dlr-navteq.date and then parse _links_timerestrictions.txt (otherwise the network may contain edges which are to be built 10 years in the future)
  • if the option output.street-names is set, parse _names.txt
  • parse _prohibited_manoeuvres.txt for connection information
  • parse connected_lanes.txt
  • evaluate form_of_way:
    • 14 (deliveries allowed, autos not allowed) needs to override vehicle_type. This type is used for Fußgängerzonen (pedestrian areas) but vehicle_type allows all except bike.
    • 11,12,13,14 should have lower priority

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

{
    "status": "closed", 
    "changetime": "2017-04-25T07:15:13Z", 
    "description": "currently only _nodes_unsplitted.txt, _traffic_signals.txt and _links_unsplitted.txt are being parsed.\n\n - ~~intialize priority from street_type~~\n - ~~add option --dlr-navteq.date and then parse _links_timerestrictions.txt (otherwise the network may contain edges which are to be built 10 years in the future)~~\n - ~~if the option output.street-names is set, parse  _names.txt~~\n - parse _prohibited_manoeuvres.txt for connection information\n - parse connected_lanes.txt\n - ~~evaluate form_of_way:~~\n  - ~~14 (deliveries allowed, autos not allowed) needs to override vehicle_type. This type is used for Fu\u00dfg\u00e4ngerzonen (pedestrian areas) but vehicle_type allows all except bike.~~\n  - ~~11,12,13,14 should have lower priority~~", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "fixed", 
    "_ts": "1493104513426651", 
    "component": "net building (NETGEN, NETCONVERT)", 
    "summary": "Enhance parsing of navteq networks", 
    "priority": "major", 
    "keywords": "", 
    "time": "2012-08-16T09:03:57Z", 
    "milestone": "0.30.0", 
    "owner": "namdre", 
    "type": "enhancement"
}
@behrisch
Copy link
Contributor Author

  • @namdre changed description from:

currently only _nodes_unsplitted.txt, _traffic_signals.txt and _links_unsplitted.txt are being parsed.

  • add option --dlr-navteq.date and then parse _links_timerestrictions.txt (otherwise the network may contain edges which are to be built 10 years in the future)
  • if the option output.street-names is set, parse _names.txt
  • parse _prohibited_manoeuvres.txt for connection information

to:

currently only _nodes_unsplitted.txt, _traffic_signals.txt and _links_unsplitted.txt are being parsed.

  • intialize priority from street_type
  • add option --dlr-navteq.date and then parse _links_timerestrictions.txt (otherwise the network may contain edges which are to be built 10 years in the future)
  • if the option output.street-names is set, parse _names.txt
  • parse _prohibited_manoeuvres.txt for connection information
  • @namdre changed owner from "" to "namdre"
  • @namdre changed status from "new" to "assigned"

@behrisch
Copy link
Contributor Author

some fixes

  • @namdre changed description from:

currently only _nodes_unsplitted.txt, _traffic_signals.txt and _links_unsplitted.txt are being parsed.

  • intialize priority from street_type
  • add option --dlr-navteq.date and then parse _links_timerestrictions.txt (otherwise the network may contain edges which are to be built 10 years in the future)
  • if the option output.street-names is set, parse _names.txt
  • parse _prohibited_manoeuvres.txt for connection information

to:

currently only _nodes_unsplitted.txt, _traffic_signals.txt and _links_unsplitted.txt are being parsed.

  • intialize priority from street_type
  • add option --dlr-navteq.date and then parse _links_timerestrictions.txt (otherwise the network may contain edges which are to be built 10 years in the future)
  • if the option output.street-names is set, parse _names.txt
  • parse _prohibited_manoeuvres.txt for connection information

@behrisch
Copy link
Contributor Author

@namdre changed description from:

currently only _nodes_unsplitted.txt, _traffic_signals.txt and _links_unsplitted.txt are being parsed.

  • intialize priority from street_type
  • add option --dlr-navteq.date and then parse _links_timerestrictions.txt (otherwise the network may contain edges which are to be built 10 years in the future)
  • if the option output.street-names is set, parse _names.txt
  • parse _prohibited_manoeuvres.txt for connection information

to:

currently only _nodes_unsplitted.txt, _traffic_signals.txt and _links_unsplitted.txt are being parsed.

  • intialize priority from street_type
  • add option --dlr-navteq.date and then parse _links_timerestrictions.txt (otherwise the network may contain edges which are to be built 10 years in the future)
  • if the option output.street-names is set, parse _names.txt
  • parse _prohibited_manoeuvres.txt for connection information
  • evaluate form_of_way:
  • 14 (deliveries allowed, autos not allowed) needs to override vehicle_type. This type is used for Fußgängerzonen (pedestrian areas) but vehicle_type allows all except bike.
  • 11,12,13,14 should have lowest priority (-5)

@behrisch
Copy link
Contributor Author

see 0f740cf (aka r12729)

  • @namdre changed description from:

currently only _nodes_unsplitted.txt, _traffic_signals.txt and _links_unsplitted.txt are being parsed.

  • intialize priority from street_type
  • add option --dlr-navteq.date and then parse _links_timerestrictions.txt (otherwise the network may contain edges which are to be built 10 years in the future)
  • if the option output.street-names is set, parse _names.txt
  • parse _prohibited_manoeuvres.txt for connection information
  • evaluate form_of_way:
  • 14 (deliveries allowed, autos not allowed) needs to override vehicle_type. This type is used for Fußgängerzonen (pedestrian areas) but vehicle_type allows all except bike.
  • 11,12,13,14 should have lowest priority (-5)

to:

currently only _nodes_unsplitted.txt, _traffic_signals.txt and _links_unsplitted.txt are being parsed.

  • intialize priority from street_type
  • add option --dlr-navteq.date and then parse _links_timerestrictions.txt (otherwise the network may contain edges which are to be built 10 years in the future)
  • if the option output.street-names is set, parse _names.txt
  • parse _prohibited_manoeuvres.txt for connection information
  • evaluate form_of_way:
  • 14 (deliveries allowed, autos not allowed) needs to override vehicle_type. This type is used for Fußgängerzonen (pedestrian areas) but vehicle_type allows all except bike.
  • 11,12,13,14 should have lower priority

@behrisch
Copy link
Contributor Author

@namdre changed description from:

currently only _nodes_unsplitted.txt, _traffic_signals.txt and _links_unsplitted.txt are being parsed.

  • intialize priority from street_type
  • add option --dlr-navteq.date and then parse _links_timerestrictions.txt (otherwise the network may contain edges which are to be built 10 years in the future)
  • if the option output.street-names is set, parse _names.txt
  • parse _prohibited_manoeuvres.txt for connection information
  • evaluate form_of_way:
  • 14 (deliveries allowed, autos not allowed) needs to override vehicle_type. This type is used for Fußgängerzonen (pedestrian areas) but vehicle_type allows all except bike.
  • 11,12,13,14 should have lower priority

to:

currently only _nodes_unsplitted.txt, _traffic_signals.txt and _links_unsplitted.txt are being parsed.

  • intialize priority from street_type
  • add option --dlr-navteq.date and then parse _links_timerestrictions.txt (otherwise the network may contain edges which are to be built 10 years in the future)
  • if the option output.street-names is set, parse _names.txt
  • parse _prohibited_manoeuvres.txt for connection information
  • parse connected_lanes.txt
  • evaluate form_of_way:
  • 14 (deliveries allowed, autos not allowed) needs to override vehicle_type. This type is used for Fußgängerzonen (pedestrian areas) but vehicle_type allows all except bike.
  • 11,12,13,14 should have lower priority

@behrisch
Copy link
Contributor Author

@behrisch changed milestone from "" to "1.1.0"

@behrisch
Copy link
Contributor Author

  • @namdre changed description from:

currently only _nodes_unsplitted.txt, _traffic_signals.txt and _links_unsplitted.txt are being parsed.

  • intialize priority from street_type
  • add option --dlr-navteq.date and then parse _links_timerestrictions.txt (otherwise the network may contain edges which are to be built 10 years in the future)
  • if the option output.street-names is set, parse _names.txt
  • parse _prohibited_manoeuvres.txt for connection information
  • parse connected_lanes.txt
  • evaluate form_of_way:
  • 14 (deliveries allowed, autos not allowed) needs to override vehicle_type. This type is used for Fußgängerzonen (pedestrian areas) but vehicle_type allows all except bike.
  • 11,12,13,14 should have lower priority

to:

currently only _nodes_unsplitted.txt, _traffic_signals.txt and _links_unsplitted.txt are being parsed.

  • intialize priority from street_type
  • add option --dlr-navteq.date and then parse _links_timerestrictions.txt (otherwise the network may contain edges which are to be built 10 years in the future)
  • if the option output.street-names is set, parse _names.txt
  • parse _prohibited_manoeuvres.txt for connection information
  • parse connected_lanes.txt
  • evaluate form_of_way:
  • 14 (deliveries allowed, autos not allowed) needs to override vehicle_type. This type is used for Fußgängerzonen (pedestrian areas) but vehicle_type allows all except bike.
  • 11,12,13,14 should have lower priority
  • @namdre changed milestone from "1.1.0" to "1.0.0"

@behrisch
Copy link
Contributor Author

@namdre committed 2543313(../commit/25433137066ea2d6e04f3cf58cda79574343c45a) (aka r22650):
now parsing street names in different format versions refs #738

@behrisch
Copy link
Contributor Author

@namdre committed c4c2581 (aka r22976):
added test refs #738

@behrisch
Copy link
Contributor Author

@www-data committed b0e7e2e (aka r22977):
now parsing prohibited_manoeuvres from dlr-tdp input. refs #738

@behrisch
Copy link
Contributor Author

@namdre committed cd72f12 (aka r22982):
added test refs #738

@behrisch
Copy link
Contributor Author

@behrisch
Copy link
Contributor Author

@behrisch changed milestone from "1.0.0" to "0.30.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants