question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Set hierarchy level

See original GitHub issue

Hello everyone! I’m using this tool in order to create an OSM network dataset adn then use it to generate GTFS shapes. I’m following the docs so, I loaded the osm file from Manchester http://download.geofabrik.de/europe/great-britain/england/greater-manchester.html adding this osm tag: highway=all. Once done it, I used Create OSM Network Dataset tool, loading the new created OSM Feature Datase and the network configuration sample files (DriveGeneric.xml). The resultant network dataset looked promising.

image

However, when I run the Generate GTFS Shapes tool, where I need to use the osm network and the manchester gtfs https://transitfeeds.com/p/transport-for-greater-manchester/224, it gave me the following warning:

Unable to create on-street Routes because the Solve failed. Solve warning messages: Cannot use hierarchy when the hierarchy level count is zero.

And the resulting shapes don’t match the osm network:

image

I’ve checked the network configuration sample file that I used for create the osm network dataset and it seems that the hierarchy settings are well written

<!-- Heirarchy --> <network_attribute> <name>Hierachy</name> <default_value>0</default_value> <hierachy useAsDefault="false"> <evaluator_attributes> <source>roads</source> <direction>From-To</direction> <Field script_type="VBScript"> <expression>h_level</expression> <pre_logic> <![CDATA[ h_level = 4 Select Case LCase([highway]) Case "motorway", "motorway_link" h_level = 1 Case "trunk", "trunk_link" h_level = 2 Case "primary", "primary_link" h_level = 3 Case "secondary", "secondary_link" h_level = 4 Case "tertiary", "tertiary_link", "living_street", "residential" h_level = 5 End Select ]]> </pre_logic> </Field> </evaluator_attributes> <evaluator_attributes> <source>roads</source> <direction>To-From</direction> <Field script_type="VBScript"> <expression>h_level</expression> <pre_logic> <![CDATA[ h_level = 4 Select Case LCase([highway]) Case "motorway", "motorway_link" h_level = 1 Case "trunk", "trunk_link" h_level = 2 Case "primary", "primary_link" h_level = 3 Case "secondary", "secondary_link" h_level = 4 Case "tertiary", "tertiary_link", "living_street", "residential" h_level = 5 End Select ]]> </pre_logic> </Field> </evaluator_attributes> </hierachy>

Anyone can help me with this issue? Thank you so much in advance.

(I’m runing ArcMap 10.4 in an Intel® Core™ i7-7500U CPU @ 2.70GHz, 2904 Mhz, 2)

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:16 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mboeringacommented, Oct 27, 2017
0reactions
proma90commented, Nov 15, 2017

I have found a solution. I uninstalled and installed again the tools so when I use it, it doesn’t give me any issue (even thought it is not 100% accurate). The problem reappears if I use the same osm network…creating each time a new one, the hierarchy issue dissapear. Thanks for all your help and suggestions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Learn About Hierarchies
A level-based hierarchy organizes the members of a dimension into levels, such as Country, State, and City. You can add level-based hierarchies to...
Read more >
Creating a Hierarchy Level
Each hierarchy level divides the merchandise into progressively smaller product classifications. You create levels that match the hierarchy of your enterprise, ...
Read more >
Working with Hierarchy Sets - Cloud
Hierarchy sets define the following rules for a hierarchy: The node types that the hierarchy consists of. The hierarchy's levels, which are the...
Read more >
Configure custom hierarchy levels in Advanced Roadmaps
To add a new level, select + Create level at the bottom of the menu. · To reorganize your hierarchy structure, drag and...
Read more >
What a Power BI Hierarchy Is, and How to Use it?
A hierarchy is a set of fields categorized in a hierarchical way that one level is the parent of another level. Values of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found