|
POST
|
Hello Alex. This is a very strange error. The error message tells me that it actually failed when trying to run the Add Field geoprocessing tool. I don't know why that tool would generate a UnicodeEncodeError while trying to add a field called "stop_id". What is the name of your output stops feature class? Does that path have any non-ascii characters in it? If so, perhaps try again using a path with only standard ascii characters and see if that fixes it. Another thing to try is creating a feature class with the same name and path as the one you designated with the tool (or using the one the tool created) and manually running the Add Field geoprocessing tool. Try to add a text field called "stop_id". If the tool gives you the same error, this is sufficient for you to call Esri Support, and they can diagnose and resolve the issue for you.
... View more
10-31-2018
08:16 AM
|
1
|
5
|
3832
|
|
POST
|
If I understand your question correctly, you want to sum the total area reached at all different times of day. If you run the Prepare Time Lapse Polygons tool, you could just run the Dissolve tool on the resulting polygons to dissolve them all into one polygon, and then calculate the area.
... View more
10-26-2018
08:55 AM
|
0
|
0
|
3171
|
|
POST
|
Hello Claudia. It's a little hard to tell from your description exactly what the problem is. I was going to try to download your data and take a look, but it's downloading so slowly that it will be the weekend before it finishes. If you haven't already please make sure to read the User's Guide for the tools you're trying to use. One thought I have is that maybe there's a problem with the day or date you're using. Some GTFS feeds use the calendar.txt file to define a regular schedule that repeats on specific weekdays. However, some other GTFS feeds do not model regular service and instead choose to model all (or most) of their service as "exceptions" using the calendar_dates.txt file. Possibly some/all of your data does this, so if you use a generic weekday in the tool input, it won't pick up most of the service. Try instead using a specific date in the tool input. Make sure to use a date that falls within the valid date range of the feed, which you can determine by looking in the calendar_dates.txt and calendar.txt files. When you say you run the other tools but don't get an output, what do you mean? It didn't appear in the map? Did you check the output location you specified in the tool parameters? Perhaps it didn't automatically add to the map for some reason, but you can manually add it from the saved output on disk. If you're still having problems, the best thing you can do is to describe your steps and the outcome with as much detail as possible, maybe even include some screenshots. For example, what inputs have you specified for the tool parameters? When you ran the tool, did it produce an error? If so, what is the exact error message text? If you're unhappy with the results, what exactly does the output look like, and why does this seem wrong? With all that information, we'll have a much better chance of being able to help you.
... View more
10-19-2018
08:32 AM
|
0
|
6
|
4348
|
|
POST
|
I don't completely understand your question. However, this section of the user's guide explains how to create a time-lapse polygon video with your transit network.
... View more
10-17-2018
08:16 AM
|
0
|
0
|
3171
|
|
POST
|
If your Route is never using the transit lines, please review this section of the Troubleshooting Guide. There are many common causes of this problem. I see from your screenshot that you are looking at the Directions text. Our Directions engine does not support public transit, so you will never see sensible public transit directions there, like "Ride Bus 10 from Stop A to Stop B." This does not mean that the transit lines are not being used in the Route.
... View more
10-16-2018
08:28 AM
|
0
|
2
|
3171
|
|
POST
|
Unfortunately, no, you have to re-create your network dataset from scratch. It would be pretty difficult to edit the GTFS.sql file reliably, and I wouldn't recommend that you try. If you have ArcMap 10.6 or higher, you can use the Create Template From Network Dataset and Create Network Dataset From Template tools to make an xml template from your existing network dataset, and then use that template to create a new network with all the same settings. This is much easier than going through the network dataset creation wizard manually. Once you have created your new network with the weekend service turned on, you could actually turn it off again without re-creating the network. You can configure parameters on your transit travel time impedance attribute which can exclude specific trips or routes from the analysis. So, you could put in your weekend trips in that parameter, and they would be ignored for the analysis at solve time. The user's guide describes how to do this.
... View more
10-12-2018
08:15 AM
|
2
|
0
|
1370
|
|
BLOG
|
Many local governments have detailed geographic data for their community’s streets and highways. But accurate transportation analysis, such as routing work crews or inspectors and assessing fire station coverage, requires a network dataset with correct network connectivity. One-way streets, overpasses, and speed limits affect the routes vehicles can take between streets, so your data must account for these variables. We've just released a set of Tasks in ArcGIS Pro to walk you through a step-by-step process to help you clean and prepare your data, transform it into a provided schema, create a network dataset from a provided template, and validate the network. Check out this post on the ArcGIS blog for details: https://www.esri.com/arcgis-blog/products/arcgis-pro/transportation/create-a-local-government-network-dataset/ Or if you just want to get started, download the project here: http://arcg.is/z1GrG
... View more
10-10-2018
03:08 PM
|
1
|
0
|
1523
|
|
POST
|
Since you get the error when you first open the tool dialog, before putting any inputs in, then the problem is related to the tool and is not related to your data. You said everything worked fine just a few weeks ago. Did you install the 64-bit background geoprocessing extension or make any other changes to ArcMap between then and now? Did you install Anaconda, by any chance? Also, try this: Open the python window in ArcMap. Type "import arcpy" (without quotes). Does this work (ie, do nothing), or does it throw a bunch of errors? If it throws errors, this means your python installation is messed up somehow, and you'll need to call Esri Support to get it resolved.
... View more
10-01-2018
01:25 PM
|
0
|
0
|
3671
|
|
POST
|
A couple of things here related to 64-bit background geoprocessing: 1. If you have the 64-bit background geoprocessing extension installed, you should have two versions of python. One is a 32-bit python associated with ArcMap,and the other is a 64-bit python associated with the 64-bit background GP extension. You should keep both of these on your computer. Do not delete either one, as the product they're associated with will stop working correctly. 2. Since you have two versions of python on your machine, you need to be careful about which one is being used and when. If you're running a standalone python script, you need to point to the correct python executable for the version of python you intend to use. If you want to run against ArcMap, use C:\python27\ArcGIS10.6\python.exe. If you want to run against the 64-bit background GP extension, use C:\python27\ArcGISx6410.6\python.exe. You will need to use these explicit paths in the command line or configure your python IDE to use whichever of these you want to use. I'm assuming you want 64-bit since you went to the trouble to install it. It will be better for solving large problems because it can use all your memory resources. 3. If you're running tools in ArcMap, they will use ArcMap if you have background geoprocessing turned off. If, instead, you turn background geoprocessing on (Geoprocessing menu -> Options -> Enable background processing checkbox), it will switch over to using the 64-bit background geoprocessing extension. 4. If you want to use the Add GTFS to a Network Dataset tools and the network datasets produced with them with the 64-bit background geoprocessing extension, you have to do an additional installation procedure, as described in the user's guide. However, the error you're seeing looks unrelated to this. --- I think your current issue is unrelated to 64-bit background geoprocessing, though. I see that you have a very large list of input GTFS datasets. Can you try adding just one of them to the tool dialog? Do you get the issue if you just have one in there? If not, can you add them in one at a time until the error appears? Maybe it's something about a specific dataset, and if that's the case, maybe you can send me that dataset for debugging?
... View more
10-01-2018
12:46 PM
|
0
|
0
|
3671
|
|
POST
|
Wow, that's a really unhelpful error message. Sorry about that! I really don't know what would cause that problem, so I think you're right that uninstalling and reinstalling Add GTFS is a good thing to try. The transit evaluator is not saved in the network dataset itself. It's part of the overall tool installation. Without the tool installed, your network datasets will not work. However, if you reinstall the evaluator, they should start working again. They are not going to be permanently broken. The only exception to this would be if your networks were really really old and I had made some changes to the evaluator itself in a way that was no longer compatible with older networks. I do that sometimes, since this tool is effectively in permanent beta and not guaranteed to always be backwards compatible. However, I haven't done anything like that in like 3 years or more, so I don't expect any problems with your networks if you were to uninstall and reinstall the latest version. Let me know if uninstalling and reinstalling doesn't fix the problem.
... View more
10-01-2018
11:28 AM
|
0
|
2
|
3671
|
|
POST
|
Not necessarily. First try adjusting your connectivity policy according to the provided documentation. If that doesn't work, you might need to make some edits to the data. You can use the Integrate tool with an XY Tolerance of 0 to add vertices wherever streets cross, or use the Planarize editing operation.
... View more
09-28-2018
01:55 PM
|
0
|
0
|
1791
|
|
POST
|
This is almost certainly a connectivity issue. At the locations where your streets cross and are supposed to intersect, you need to have either an end point or a vertex, depending on your connectivity settings. Review this documentation for an explanation and further help: Understanding connectivity—Help | ArcGIS Desktop
... View more
09-28-2018
09:40 AM
|
0
|
0
|
1791
|
|
POST
|
Did updating the tool work, or are you still having the problem?
... View more
09-26-2018
09:58 AM
|
0
|
2
|
2857
|
|
POST
|
As explained previously, use the RouteName field in the Stops sublayer in Route to control which route stops are along the same route. The order in the table controls the order the stops are visited by the route. Example Stops table: OID Name RouteName 1 Case 1 Case 1 - Facility 1 2 Facility 1 Case 1 - Facility 1 3 Case 2 Case 2 - Facility 1 4 Facility 1 Case 2 - Facility 1 5 Case 3 Case 3 - Facility 12 6 Facility 12 Case 3 - Facility 12 Example resulting Routes table: OID Name Total_TravelTime 1 Case 1 - Facility 1 25.5 2 Case 2 - Facility 1 43.2 3 Case 3 - Facility 12 12.6
... View more
09-26-2018
09:18 AM
|
0
|
1
|
1137
|
|
POST
|
You need two Stops for each case-facility pair, one for the case, and one for the facility. So, yes you will have many copies of the facilities in your input Stops, but you do not need 1000 copies of each. Each case went to one facility, so you will have 2000 total stops: 1000 for each case, and 1000 facilities, which will be multiple copies of the original 14, one copy per case.
... View more
09-26-2018
09:11 AM
|
0
|
1
|
2713
|
| 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
|