movingpandas / qgis-processing-trajectory

Trajectools -- trajectory data analysis tools for the QGIS Processing toolbox
GNU General Public License v3.0
48 stars 16 forks source link

Assign unique trajectory IDs after splits #22

Open anitagraser opened 8 months ago

anitagraser commented 8 months ago

The split trajectory results need unique trajectory IDs.

If we split by a polygon layer, the IDs are not unique because each polygon is treated independently and the ID counter resets in between.

anitagraser commented 8 months ago

It would be best to implement this upstream, in MovingPandas