GTFS algorithms don't show up #103

Open
opened 2025-10-13 12:52:43 +02:00 by anitagraser · 2 comments
Owner

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.7

Expected Output

A useful error message

Versions

Operating system: Windows

QGIS version: 3.44

Trajectools version: 2.7.1

MovingPandas version:

#### 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.7` #### Expected Output A useful error message #### Versions Operating system: Windows QGIS version: 3.44 Trajectools version: 2.7.1 MovingPandas version:
Author
Owner

Strange thing is, I think it worked in some instances, see #58

Strange thing is, I think it worked in some instances, see https://codeberg.org/movingpandas/trajectools/issues/58
Author
Owner

Note: h3 3.7.7 only work for Python < 3.13

Note: h3 3.7.7 only work for Python < 3.13
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
movingpandas/trajectools#103
No description provided.