traja icon indicating copy to clipboard operation
traja copied to clipboard

Python tools for spatial trajectory and time-series data analysis

Results 37 traja issues
Sort by recently updated
recently updated
newest added

Color-code bounding boxes in scene plots, mapping labels to colors.

enhancement

add possibility to projects to different CRSs

enhancement

Happens with: ```python import traja; df = traja.generate() traja.plotting.polar_bar(df) ``` Output: ``` See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/indexing.html#indexing-view-versus-copy trj['turn_angle'] = feature_series /home/justin/anaconda3/envs/traja-gui/lib/python3.6/site-packages/pandas/core/generic.py:5096: SettingWithCopyWarning: A value is trying to be...

The traja plot_grid function seems to be rotating the matrix while plotting. This is quite problematic as the purpose of the function is defeated. ![image](https://user-images.githubusercontent.com/16122509/194821779-e1142049-ccc0-4349-9272-286af890fd46.png) ![image](https://user-images.githubusercontent.com/16122509/194821808-f677e554-5f2b-40cc-9f87-5a458dd265c9.png) As you can see...