Select to view content in your preferred language

No pathway even though prelimpathway is generated

1756
9
Jump to solution
07-19-2022 08:36 PM
Ng_Chi_Wai
Emerging Contributor

Hi there, I meet a problem recently. I have a site with indoor prelimpathways generated but no pathway passing through the door to reach to the POI inside a room. Please find the photo below. The POI on the left side is with pathway generated passing through the door reaching to the POI. However, the right side POI is just with prelimpathways but no pathway passes through the door. The width of the two doors is similar. There is no any barrier covered by the door. Is there any idea why this happens? Thanks. 

https://flic.kr/p/2nzhmeR

0 Kudos
1 Solution

Accepted Solutions
JasonHineEsri
Regular Contributor

Thank you for your question and the photo. Even when the Lattice Density is set to an appropriate value, disconnected rooms may still occasionally occur depending on how preliminary pathways happen to align with doorways.

Manually connecting a few disconnected rooms may be faster than rerunning the tools. To ensure that all required attribute and z-information is preserved, copy a pathway feature from the current level, then paste and snap to endpoints of existing pathways to connect the disconnected room.

View solution in original post

9 Replies
Jinho_Kang
Frequent Contributor

Jinho_Kang_1-1658333760260.png

When running "Thin Indoor Pathways"

  • Add your POI to the "Routable Locations" parameter
  • Increase the search tolerance value

I hope this helps.

Ng_Chi_Wai
Emerging Contributor

Hi Jinho,

Thank you so much for your reply. Actually, we have set POI as "Roubtable Locations" and search tolerance as 5, which is reasonable. However, becasue of your reply, I try running Thin Indoor Pathways manually and we find no problem now. The above problematic result is from our python program. We'll study where goes wrong. Your kind help is greatly appreciate. By the way, I have one more question. The photo below shows two doors. The left side is with door, and both preliminary pathway and thinned pathway can pass through the door. However, the door on right side does not have any preliminary pathway passing through, thus no pathway. The size of the two doors are similar. The elevation of them are the same. The is no any additional barrier along the doors. Do you have any idea why this happens? Thanks. 

https://flic.kr/p/2nzuvvR

0 Kudos
Ng_Chi_Wai
Emerging Contributor

I find the same problem on Esri Training video. I left a message there to ask for solution also. I think changing lattice density may help but we try making the figure to 0.35. We still find some rooms with the same problem. 

https://www.youtube.com/watch?v=Wdc3a1blZSg

This video's ArcGIS Pro UI is based on Version 2.8.3. The latest 2.9 and later release's UI may look slightly different. This video guides how to start to prepare the indoor network. Creating the preliminary pathways is the first step to building a network for indoor data. With extracted ...
0 Kudos
JasonHineEsri
Regular Contributor

Thank you for your question and the photo. Even when the Lattice Density is set to an appropriate value, disconnected rooms may still occasionally occur depending on how preliminary pathways happen to align with doorways.

Manually connecting a few disconnected rooms may be faster than rerunning the tools. To ensure that all required attribute and z-information is preserved, copy a pathway feature from the current level, then paste and snap to endpoints of existing pathways to connect the disconnected room.

Ng_Chi_Wai
Emerging Contributor

Thank you so much. Your answer can help me avoid further drilling to find out if there is any alternative to rectify the disconnected room. Your proposed solution can help me but we have some buildings and each with couples of floors with the same problem. It takes time to fix those. It seems we cannot avoid this manual work. By the way, I have one more question. When we magnify POI and it's adjacent pathway. POI does not lie on pathway. Is there anyway to get the POI connecting to the nearest pathway? Your kind help is appreciated. Thank you.

0 Kudos
JasonHineEsri
Regular Contributor

It is expected and acceptable for routable locations to be close but not connected to the pathways. Network analysis will still work, as described in the first paragraph on the Locale analysis inputs page.

That said, if you still want to reposition POI points so they lie on pathways (for aesthetic or other purposes), here is an algorithm:

  1. Use the Near (Analysis) tool to get the pathway coordinates nearest to the POI.
  2. Move the POI to the coordinates.

This algorithm could be automated for many POI points using arcpy and the Data Access module.

0 Kudos
Ng_Chi_Wai
Emerging Contributor

Thanks a lot. However, in our case, POIs cannot be relocated. Is there any other alternative? Thanks

 

0 Kudos
JasonHineEsri
Regular Contributor

If the POIs cannot be moved, then pathway features would need to be modified to extend the network to the POIs. You could do this by moving existing pathway endpoints to nearby POIs, or you could copy/paste to add new pathway features. Either way, you would need to make sure network connectivity and pathway attributes are preserved. I'm not able to think of an automated solution. You might search or ask the Python Questions forum.

0 Kudos
Ng_Chi_Wai
Emerging Contributor

Thank you so much!

0 Kudos