MENU

Fun & Interesting

NETWORK ANALYSIS (ROUTE) - FIND THE SHORTEST PATH BETWEEN STOPS - ARCGIS PRO TUTORIAL

Maps by RGD 62 lượt xem 3 days ago
Video Not Working? Fix It Now

Hello, in this tutorial, I'll go step by step through the process of creating a Network Dataset and using it to perform a network analysis in ArcGIS Pro.

⏰Timestamps
0:00 - Intro
0:31 - Adding Time fields to the Streets and Stops Shapefile
05:07 - Network Dataset Properties
12:08 - Network Analysis - Find the Shortest Route Between Stops
16:46 - Outro

Code for Streets (Along) ↗️
def OneWay(value):
return False

Code for Streets (Against) 🚫
def OneWay(value):
if value == 'YES':
return True
return False

🛠 What is covered in this Video:
✅Adding fields to the streets and stops shapefile;
✅ Creating a Network Dataset – setting up a Feature Dataset and generating a Network Dataset inside a File Geodatabase;
✅ Defining Travel Attributes – Configure a Travel Mode named BUS, set distance in meters, and define a Time Cost based on the MINUTES field;
✅ Setting Up One-Way Restrictions – Use Field Scripts to ensure roads marked as one-way are properly restricted in the network;
✅ Building the Network Dataset – After defining all necessary properties, I built the network to be ready for the analysis;
✅ Running a Network Analysis – Import stops into a Route Layer, ensure the correct travel sequence, and execute the analysis to find the fastest route while respecting one-way restrictions;
✅ Analyzing the Results – Review the route sequence, total distance (9.5 km), and travel time (~27 minutes), ensuring that all network restrictions were correctly applied.

Click Play ▶️ and improve your GIS skills! 🗺️

#GIS #Map #Network #ArcgisPro #Arcgis #GISTutorial #Analysis #RouteLayer

Like, share, and subscribe for more insightful tutorials and GIS tips! 📈🔍🌟

🌍Socials
🔸LinkedIn: https://www.linkedin.com/in/rubenduarte94/
🔸GitHub: https://github.com/rubenduarte1994
🔸Instagram: https://www.instagram.com/rubenduarte94/

____________________
Music: Motivational Upbeat Corporate by RinkevichMusic
/ rinkevichmusic
https://protunes.net/
Video Link: https://bit.ly/3NNqGTs
____________________

Comment