|
POST
|
Hello Eden. You can probably solve this problem using an Iterator in ModelBuilder. Maybe use Iterate Row Selection to iterate over the possible values of jurisdiction in your Incidents table, and then use Select Layer By Attribute to select based on that value for your Facilities table. Or something like that... You only need to create the Closest Facility layer once, but each iteration of the model will add the relevant locations to the Closest Facility layer (using Add Locations, making sure to turn off the Append option so it overwrites the previous inputs) and then solve the layer and do stuff with the output.
... View more
07-16-2018
01:03 PM
|
1
|
0
|
1409
|
|
BLOG
|
ArcGIS Pro 2.2 introduces three new geoprocessing tools for working with GTFS public transit data. The new tools, in the Transit Feed (GTFS) toolset in the Conversion Tools toolbox, are: Features To GTFS Stops, GTFS Shapes To Features, and GTFS Stops To Features. These tools allow you to convert the geographic portions of a GTFS dataset into feature classes that can be visualized in a map and used as input for further analysis, and to export edits to your stops back into a GTFS stops.txt file. The GTFS Stops To Features tool converts a GTFS stops.txt file to a feature class of points using the stop_lat and stop_lon fields to define the stop locations. The GTFS Shapes To Features tool converts a GTFS shapes.txt file to a polyline feature class showing the physical paths taken by vehicles in the public transit system. If your GTFS routes.txt file contains route_color information, the output of the GTFS Shapes To Features tool will be rendered in the color specified there. The Features To GTFS Stops tool converts a point feature class into a GTFS stops.txt file. You can use this tool in combination with the GTFS Stops To Features tool to edit and update your GTFS stops.txt file. These tools replace the Display GTFS in ArcGIS and Edit GTFS Stop Locations downloadable sample tools.
... View more
06-26-2018
12:08 PM
|
0
|
0
|
1398
|
|
POST
|
I can't tell from your pictures, but does the red service road have endpoints at the location of the green junction? I'm guessing it does not, and if this is the case, then I see why there is no connection. Your Dummy_point connectivity policy is set to Honor, so a connection requires end points for both the Service_roads and Ordinary_roads features. If you set the Dummy_point connectivity policy to Override, then it will override the end point requirement and allow connections at vertices. This means you do not need end points in the red service road at the location of the green junction, but you do need to have a vertex if there isn't one already.
... View more
06-08-2018
08:09 AM
|
1
|
1
|
1438
|
|
BLOG
|
Hello Add GTFS to a Network Dataset users (or any transit tool users). I'm seeking some information about which ArcGIS software licenses you have because this influences my design decisions for future tools. I'd very much appreciate your response to this poll: https://goo.gl/forms/aCmWh8FoK9nG4eIM2 Thank you!
... View more
05-29-2018
12:01 PM
|
0
|
0
|
644
|
|
POST
|
A junction source feature can participate in multiple connectivity groups, unlike an edge source feature class. So, if you have two edge sources in different connectivity groups, you can assign a single junction source to be the "bridge" between the two connectivity groups by allowing it to participate in both groups. The junctions will represent the transfer points which are the only points where the traveler can transfer from one group (edge source) to another group (the other edge source).
... View more
05-21-2018
08:17 AM
|
1
|
0
|
2185
|
|
POST
|
I just looked at the tutorial data more closely, and now I realize that I don't know what you're asking. I'm not sure what a "transfer junction" is. I'm guessing that what you need is a line feature connecting your station entrances and your stops. Is that right? The Points to Line tool is useful for this. You will need to have pairs of points with a unique ID field so that a single line gets drawn to connect each stop with its appropriate station entrance. So you might have to do some work to get the data in the correct format. If this is not your question, please clarify. Also keep in mind that the available transit service changes significantly on different days of the week and times of day. You can estimate travel times, but the results of your analysis might not be very accurate at all. It's hard to define what a "simple and general" result for this type of analysis even is.
... View more
05-18-2018
05:41 PM
|
1
|
2
|
2185
|
|
POST
|
Hello Destiny. I presume from your question that you have worked through the Creating a multimodal network dataset tutorial and are trying to replicate the network dataset structure with your own data. The network structure used in the tutorial data is just an example meant to explain how network connectivity works. It's not an "official" data model of any kind, so that's why you won't find any documentation about how to create "transfer junctions". Before I dig into that data to remind myself what the transfer junctions do, let me ask you a clarification question: What is the goal of your project? If you need to be able to use the public transit schedules in your analysis, the only way to do this is my creating a network dataset from your GTFS data using the Add GTFS to a Network Dataset tool. That tool allows you to solve your analysis for a specific time of day and uses the actual transit schedules to generate a result that is correct for that time. The network in the tutorial does not use actual transit schedules. It just uses a simple travel time estimate on the subway lines that is not based on a schedule. Let me know if this is sufficient for your purposes, and I'll try to answer your original question. [Asking because of my familiarity with your previous questions.]
... View more
05-18-2018
04:09 PM
|
2
|
1
|
2185
|
|
POST
|
Yes, that's correct. When you add/load locations to your NA layer, the original points must "locate on" the network dataset. This means that their original lat/lon location must snap to the closest part of the network, and this snapped location is considered the starting and ending point of the analysis. If you want to model a parking lot or a long driveway, you need to include that as part of your network dataset. Alternatively, for each location, you can set an added cost value using the Attr_[Impedance] field in the attribute table, where [Impedance] represents the name of the impedance attribute you're using for the analysis. So if you know it takes an extra 5 minutes to get to your stop from the curbside, and your impedance attribute is called TravelTime, you can put a value of 5 in the Attr_TravelTime field in the attribute table for your Stops sublayer (assuming you're solving a Route).
... View more
05-15-2018
08:17 AM
|
1
|
0
|
2427
|
|
POST
|
Maybe this documentation page section will be helpful: Understanding network attributes—Help | ArcGIS Desktop
... View more
05-14-2018
04:11 PM
|
1
|
2
|
2427
|
|
POST
|
Basically it's whether a piece of road can be traveled on or not. So, if a stretch of road has a restriction attribute marking it as restricted for trucks carrying hazmats, then this stretch of road is non-routable for trucks carrying hazmats. Those trucks will have to find another way. But it might still be routable for ordinary trucks and cars. Is there a particular place in the documentation where you found this that's confusing you? If so, please leave a link, and we can look at clarifying it.
... View more
05-14-2018
03:59 PM
|
2
|
4
|
2427
|
|
POST
|
In case anyone finds this again, this issue was caused by a bug that was fixed in the 10.5.1 release. See https://community.esri.com/thread/197171-network-analyst-script-control-error
... View more
05-11-2018
03:58 PM
|
0
|
0
|
1916
|
|
POST
|
Near and Generate Near Table will do more like OD Cost Matrix and calculate the distance from each origin to all destinations. I'm not seeing a tool that would do it based on ID fields, but this is a little bit out of my area. You could solve the problem by iteratively selecting the points with each ID one by one and calculating Near, using a python script or model, but this would probably be pretty slow.
... View more
05-11-2018
08:09 AM
|
1
|
1
|
6168
|
|
POST
|
Just sent you a PM through GeoNet. You should be able to reply to it, I think.
... View more
05-10-2018
12:27 PM
|
0
|
0
|
2200
|
|
POST
|
The way to do this is to use the Route tool instead of OD Cost Matrix. First add your data_house layer to Stops, and use field mapping to map the personID field to the RouteName field. Then, add your data_office layer to Stops (making sure to append rather than overwrite what's already in there), and again use field mapping to map the personID field to the RouteName field. When you solve the Route layer, it will solve a separate route for each RouteName, so you'll get the path from each personID's home to work.
... View more
05-10-2018
08:11 AM
|
4
|
10
|
6168
|
|
POST
|
Hmm. All that looks correct, as it should be, since you built the network from the template anyway. (Incidentally, Shape and shape_length basically do the same thing here, so it doesn't matter which you use.) I looked at your Service Area screenshots again, and I noticed two things: 1) "Use time" is unchecked in your Service Area settings. You need to turn the time of day on and set it to something specific or else the transit stuff won't be used at all. 2) Although your Service Area extends all the way to the edge of your network, the service area break value is like 5.6E-3, which is really tiny. So there's definitely some kind of unit conversion issue happening. Since you used the template, it ought to be working, but maybe there's something wrong with the template. Would you be able to share your gdb with the network in it so I can take a look? Just zip up the whole gdb and put it on a file share somewhere I can download.
... View more
05-09-2018
08:39 AM
|
0
|
2
|
2200
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-12-2026 01:53 PM | |
| 1 | 04-21-2026 08:39 AM | |
| 1 | 04-15-2026 02:24 PM | |
| 1 | 02-03-2026 11:41 AM | |
| 1 | 03-16-2026 08:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-12-2026
01:44 PM
|