File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 13
13
except ImportError as error :
14
14
raise ImportError (
15
15
"Missing optional dependencies. To use the privacy attacks please "
16
- "install scikit-mobility "
17
- "( see https://github.com/scikit-mobility/scikit-mobility) ."
16
+ "install scikit-mobility. For details see: "
17
+ "see https://github.com/scikit-mobility/scikit-mobility."
18
18
) from error
19
19
20
20
sys .path .append (".." )
@@ -51,7 +51,8 @@ def shortHelpString(self):
51
51
"by an individual, and matches them against frequency "
52
52
"vectors. A frequency vector is an aggregation on trajectory "
53
53
"data showing the unique locations visited by an individual "
54
- "and the frequency with which he visited those locations. "
54
+ "and the frequency with which he visited those locations.</p> "
55
+ "<p>Caution: Make sure that the input layer CRS is EPSG:4326.</p>"
55
56
)
56
57
57
58
def helpUrl (self ):
You can’t perform that action at this time.
0 commit comments