GTFS algorithms don't show up #103
Labels
No labels
bug
duplicate
enhancement
good first issue
help wanted
invalid
new feature
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
movingpandas/trajectools#103
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem description
In a new Python environment with up-to-date dependencies, Trajectools does not show the GTFS algorithms
There seems to be an issue with the gtfs_functions 2.7, see https://github.com/Bondify/gtfs_functions/issues/60. Downgrading to 2.5 helps but also requires a downgrade of the h3 library to h3==3.7.7
pip install gtfs_functions==2.5 h3==3.7.7Expected Output
A useful error message
Versions
Operating system: Windows
QGIS version: 3.44
Trajectools version: 2.7.1
MovingPandas version:
Strange thing is, I think it worked in some instances, see #58
Note: h3 3.7.7 only work for Python < 3.13