File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 22
22
raise ImportError (
23
23
"Missing dependency. To use the trajectory analysis algorithms "
24
24
"please install MovingPandas. For details see: "
25
- "https://github.com /movingpandas/qgis-processing-trajectory ."
25
+ "https://codeberg.org /movingpandas/trajectools ."
26
26
) from error
27
27
28
28
@@ -48,9 +48,8 @@ def set_multiprocess_path():
48
48
multiprocessing .set_executable (python_path )
49
49
else :
50
50
qgis_utils .iface .messageBar ().pushMessage (
51
- 'Semi-Automatic Classification Plugin ' ,
51
+ 'Trajectools ' ,
52
52
QApplication .translate (
53
- 'semiautomaticclassificationplugin' ,
54
53
'Error. Python library not found'
55
54
),
56
55
level = Qgis .Info
@@ -74,9 +73,8 @@ def set_multiprocess_path():
74
73
multiprocessing .set_executable (python_path )
75
74
else :
76
75
qgis_utils .iface .messageBar ().pushMessage (
77
- 'Semi-Automatic Classification Plugin ' ,
76
+ 'Trajectools ' ,
78
77
QApplication .translate (
79
- 'semiautomaticclassificationplugin' ,
80
78
'Error. Python library not found'
81
79
),
82
80
level = Qgis .Info
You can’t perform that action at this time.
0 commit comments