Hi Im trying to use the "Count trips in Polygon Buffers around Stops" tool from BetterBusBuffers and get the following message while running Step1 - Preprocess Buffers:
Creating a feature class of GTFS stops...
Error creating a feature class of GTFS stops.
Failed to create BetterBusBuffers polygons.
Traceback (most recent call last):
File "<string>", line 483, in execute
File "C:\Users\smjngoed\Downloads\BetterBusBuffers(1)\BetterBusBuffers_0.13.0.4\BBB_Polygons_Step1.py", line 87, in runTool
StopsLayer, StopIDList = BBB_SharedFunctions.MakeStopsFeatureClass(os.path.join(outGDBwPath, "Step1_Stops"))
File "C:\Users\smjngoed\Downloads\BetterBusBuffers(1)\BetterBusBuffers_0.13.0.4\BBB_SharedFunctions.py", line 680, in MakeStopsFeatureClass
arcpy.management.AddField(StopsLayer, "stop_id", "TEXT")
File "c:\program files (x86)\arcgis\desktop10.4\arcpy\arcpy\management.py", line 3149, in AddField
raise e
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 55: ordinal not in range(128)
Fehler beim Ausführen von (BBBPolygons_PreprocessBuffers).
Fehlgeschlagen am Tue Nov 22 21:41:28 2022 (Verstrichene Zeit: 1,92 Sekunden)
I created a network from OSM data with the OpenStreetMap Toolbox and got GTFS data from a regional service provider (this GTFS data works fine with OpenTripPlanner). I converted the GTFS data to a sql database with the "Preprocess GTFS" tool by BetterBusBuffers. The GTFS data has a greater spatial extension (state) while the network is within the GTFS spatial coverage (one region in that state).
Any idea how to fix this?