Skip to content

Commit

Permalink
doc use case
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvandamme committed Oct 7, 2024
1 parent a8e8475 commit 54c9b96
Show file tree
Hide file tree
Showing 5 changed files with 214 additions and 194 deletions.
107 changes: 57 additions & 50 deletions doc/source/usecase/KalmanFiltering.ipynb

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions doc/source/usecase/Quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"text": [
"Warning: no reference point (base) provided for local projection to ENU coordinates. Arbitrarily used: [lon= 2.457019882, lat=48.830705099, hgt= 55.200]\n",
"-------------------------------------\n",
"GPS track #activity_5807084803 of user 0:\n",
"GPS track #0 of user 0:\n",
"-------------------------------------\n",
" Nb of pt(s): 190\n",
" Ref sys id : ENU\n",
Expand All @@ -80,8 +80,7 @@
"# Lecture des donnees\n",
"# ---------------------------------------------------\n",
"tkl.ObsTime.setReadFormat(\"4Y-2M-2DT2h:2m:2sZ\")\n",
"\n",
"tracks = tkl.TrackReader.readFromGpx('../../../data/gpx/activity_5807084803.gpx')\n",
"tracks = tkl.TrackReader.readFromFile('../../../data/gpx/activity_5807084803.gpx', tkl.TrackFormat({'ext': 'GPX'}))\n",
"trace = tracks.getTrack(0)\n",
"\n",
"# Transformation GEO coordinates to ENU\n",
Expand Down
76 changes: 41 additions & 35 deletions doc/source/usecase/StopPoints.ipynb

Large diffs are not rendered by default.

98 changes: 51 additions & 47 deletions doc/source/usecase/Summarize.ipynb

Large diffs are not rendered by default.

122 changes: 63 additions & 59 deletions doc/source/usecase/Switchbacks.ipynb

Large diffs are not rendered by default.

0 comments on commit 54c9b96

Please sign in to comment.