You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users/GraserA/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\processing-trajectory\qgis_processing\trajectoriesAlgorithm.py", line 193, in processAlgorithm
self.processTc(tc, parameters, context)
File "C:\Users/GraserA/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\processing-trajectory\qgis_processing\createTrajectoriesAlgorithm.py", line 42, in processTc
self.tc_to_sink(tc)
File "C:\Users/GraserA/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\processing-trajectory\qgis_processing\trajectoriesAlgorithm.py", line 287, in tc_to_sink
gdf = gdf[names]
File "C:\Users\GraserA\AppData\Local\miniconda3\envs\qgis\lib\site-packages\geopandas\geodataframe.py", line 1474, in __getitem__
result = super().__getitem__(key)
File "C:\Users\GraserA\AppData\Local\miniconda3\envs\qgis\lib\site-packages\pandas\core\frame.py", line 3908, in __getitem__
data = self._take_with_is_copy(indexer, axis=1)
File "C:\Users\GraserA\AppData\Local\miniconda3\envs\qgis\lib\site-packages\pandas\core\generic.py", line 4088, in _take_with_is_copy
result = self.take(indices=indices, axis=axis)
File "C:\Users\GraserA\AppData\Local\miniconda3\envs\qgis\lib\site-packages\pandas\core\generic.py", line 4073, in take
return self._constructor_from_mgr(new_data, axes=new_data.axes).__finalize__(
File "C:\Users\GraserA\AppData\Local\miniconda3\envs\qgis\lib\site-packages\pandas\core\frame.py", line 647, in _constructor_from_mgr
return self._constructor(mgr)
File "C:\Users\GraserA\AppData\Local\miniconda3\envs\qgis\lib\site-packages\geopandas\geodataframe.py", line 30, in _geodataframe_constructor_with_fallback
df = GeoDataFrame(*args, **kwargs)
File "C:\Users\GraserA\AppData\Local\miniconda3\envs\qgis\lib\site-packages\geopandas\geodataframe.py", line 163, in __init__
raise ValueError(
ValueError: GeoDataFrame does not support multiple columns using the geometry column name 'geometry'.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: