Skip to content

Commit 7d92bae

Browse files
Update 02_Exploring_Preprossessing.rst
1 parent 0b712a9 commit 7d92bae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/examples/02_Exploring_Preprossessing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Importing the module:
135135
136136
A bounding box (usually shortened to bbox) is an area defined by two
137137
longitudes and two latitudes. The function by_bbox, filters points of
138-
the trajectories according to a especified bounding box.
138+
the trajectories according to a choosen bounding box.
139139

140140
.. code:: ipython3
141141
@@ -398,7 +398,7 @@ value and column label, set by value and label_name respectively.
398398

399399

400400

401-
by_id function filters trajectories points according to especified
401+
by_id function filters trajectories points according to selected
402402
trajectory id.
403403

404404
.. code:: ipython3
@@ -1315,7 +1315,7 @@ is smaller than the value set by the parameter speed_radius.
13151315

13161316

13171317
clean_gps_speed_max_radius function recursively removes trajectories
1318-
points with speed higher than the value especifeid by the user. Given
1318+
points with speed higher than the value set by the user. Given
13191319
any point p of the trajectory, the point will be removed if one of the
13201320
following happens: if the travel speed from the point before p to p is
13211321
greater than the max value of speed between adjacent points set by the

0 commit comments

Comments
 (0)