geo-activity-playground 0.36.0__tar.gz → 0.36.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/PKG-INFO +1 -1
  2. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/templates/page.html.j2 +6 -11
  3. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/templates/search/index.html.j2 +5 -1
  4. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/pyproject.toml +1 -1
  5. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/LICENSE +0 -0
  6. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/__init__.py +0 -0
  7. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/__main__.py +0 -0
  8. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/core/__init__.py +0 -0
  9. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/core/activities.py +0 -0
  10. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/core/config.py +0 -0
  11. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/core/coordinates.py +0 -0
  12. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/core/enrichment.py +0 -0
  13. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/core/heart_rate.py +0 -0
  14. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/core/paths.py +0 -0
  15. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/core/privacy_zones.py +0 -0
  16. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/core/raster_map.py +0 -0
  17. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/core/similarity.py +0 -0
  18. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/core/tasks.py +0 -0
  19. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/core/test_tiles.py +0 -0
  20. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/core/test_time_conversion.py +0 -0
  21. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/core/tiles.py +0 -0
  22. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/core/time_conversion.py +0 -0
  23. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/explorer/__init__.py +0 -0
  24. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/explorer/grid_file.py +0 -0
  25. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/explorer/tile_visits.py +0 -0
  26. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/explorer/video.py +0 -0
  27. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/heatmap_video.py +0 -0
  28. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/importers/__init__.py +0 -0
  29. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/importers/activity_parsers.py +0 -0
  30. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/importers/csv_parser.py +0 -0
  31. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/importers/directory.py +0 -0
  32. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/importers/strava_api.py +0 -0
  33. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/importers/strava_checkout.py +0 -0
  34. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/importers/test_csv_parser.py +0 -0
  35. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/importers/test_directory.py +0 -0
  36. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/importers/test_strava_api.py +0 -0
  37. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/__init__.py +0 -0
  38. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/activity/__init__.py +0 -0
  39. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/activity/blueprint.py +0 -0
  40. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/activity/controller.py +0 -0
  41. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/activity/templates/activity/day.html.j2 +0 -0
  42. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/activity/templates/activity/edit.html.j2 +0 -0
  43. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/activity/templates/activity/lines.html.j2 +0 -0
  44. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/activity/templates/activity/name.html.j2 +0 -0
  45. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/activity/templates/activity/show.html.j2 +0 -0
  46. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/app.py +0 -0
  47. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/auth_blueprint.py +0 -0
  48. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/authenticator.py +0 -0
  49. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/calendar/__init__.py +0 -0
  50. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/calendar/blueprint.py +0 -0
  51. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/calendar/controller.py +0 -0
  52. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/calendar/templates/calendar/index.html.j2 +0 -0
  53. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/calendar/templates/calendar/month.html.j2 +0 -0
  54. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/eddington_blueprint.py +0 -0
  55. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/entry_controller.py +0 -0
  56. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/equipment/__init__.py +0 -0
  57. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/equipment/blueprint.py +0 -0
  58. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/equipment/controller.py +0 -0
  59. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/equipment/templates/equipment/index.html.j2 +0 -0
  60. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/explorer/__init__.py +0 -0
  61. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/explorer/blueprint.py +0 -0
  62. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/explorer/controller.py +0 -0
  63. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/explorer/templates/explorer/index.html.j2 +0 -0
  64. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/heatmap/__init__.py +0 -0
  65. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/heatmap/blueprint.py +0 -0
  66. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/heatmap/heatmap_controller.py +0 -0
  67. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/heatmap/templates/heatmap/index.html.j2 +0 -0
  68. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/plot_util.py +0 -0
  69. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/search_blueprint.py +0 -0
  70. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/settings/blueprint.py +0 -0
  71. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/settings/controller.py +0 -0
  72. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/settings/templates/settings/admin-password.html.j2 +0 -0
  73. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/settings/templates/settings/color-schemes.html.j2 +0 -0
  74. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/settings/templates/settings/equipment-offsets.html.j2 +0 -0
  75. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/settings/templates/settings/heart-rate.html.j2 +0 -0
  76. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/settings/templates/settings/index.html.j2 +0 -0
  77. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/settings/templates/settings/kind-renames.html.j2 +0 -0
  78. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/settings/templates/settings/kinds-without-achievements.html.j2 +0 -0
  79. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/settings/templates/settings/metadata-extraction.html.j2 +0 -0
  80. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/settings/templates/settings/privacy-zones.html.j2 +0 -0
  81. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/settings/templates/settings/segmentation.html.j2 +0 -0
  82. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/settings/templates/settings/sharepic.html.j2 +0 -0
  83. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/settings/templates/settings/strava.html.j2 +0 -0
  84. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/square_planner_blueprint.py +0 -0
  85. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/Leaflet.fullscreen.min.js +0 -0
  86. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/MarkerCluster.Default.css +0 -0
  87. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/MarkerCluster.css +0 -0
  88. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/android-chrome-192x192.png +0 -0
  89. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/android-chrome-512x512.png +0 -0
  90. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/apple-touch-icon.png +0 -0
  91. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/bootstrap-dark-mode.js +0 -0
  92. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/bootstrap.bundle.min.js +0 -0
  93. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/bootstrap.min.css +0 -0
  94. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/browserconfig.xml +0 -0
  95. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/favicon-16x16.png +0 -0
  96. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/favicon-32x32.png +0 -0
  97. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/favicon-48x48.png +0 -0
  98. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/favicon.ico +0 -0
  99. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/favicon.svg +0 -0
  100. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/fullscreen.png +0 -0
  101. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/fullscreen@2x.png +0 -0
  102. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/leaflet.css +0 -0
  103. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/leaflet.fullscreen.css +0 -0
  104. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/leaflet.js +0 -0
  105. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/leaflet.markercluster.js +0 -0
  106. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/mstile-150x150.png +0 -0
  107. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/site.webmanifest +0 -0
  108. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/table-sort.min.js +0 -0
  109. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/vega-embed@6 +0 -0
  110. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/vega-lite@4 +0 -0
  111. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/vega@5 +0 -0
  112. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/web-app-manifest-192x192.png +0 -0
  113. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/static/web-app-manifest-512x512.png +0 -0
  114. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/summary_blueprint.py +0 -0
  115. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/templates/auth/index.html.j2 +0 -0
  116. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/templates/eddington/index.html.j2 +0 -0
  117. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/templates/home.html.j2 +0 -0
  118. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/templates/square_planner/index.html.j2 +0 -0
  119. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/templates/summary/index.html.j2 +0 -0
  120. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/templates/upload/index.html.j2 +0 -0
  121. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/templates/upload/reload.html.j2 +0 -0
  122. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/tile_blueprint.py +0 -0
  123. {geo_activity_playground-0.36.0 → geo_activity_playground-0.36.2}/geo_activity_playground/webui/upload_blueprint.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: geo-activity-playground
3
- Version: 0.36.0
3
+ Version: 0.36.2
4
4
  Summary: Analysis of geo data activities like rides, runs or hikes.
5
5
  License: MIT
6
6
  Author: Martin Ueding
@@ -8,21 +8,18 @@
8
8
  <title>Geo Activity Playground</title>
9
9
 
10
10
  <!-- Bootstrap CSS. -->
11
- <link href="/static/bootstrap.min.css" rel="stylesheet"
12
- integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
11
+ <link href="/static/bootstrap.min.css" rel="stylesheet">
13
12
 
14
13
  <!-- Leaflet for interactive maps. -->
15
- <link rel="stylesheet" href="/static/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
16
- crossorigin="" />
17
- <script src="/static/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
18
- crossorigin=""></script>
14
+ <link rel="stylesheet" href="/static/leaflet.css" />
15
+ <script src="/static/leaflet.js"></script>
19
16
 
20
17
  <!-- Fullscreen button for Leaflet. -->
21
18
  <link href='/static/leaflet.fullscreen.css' rel='stylesheet' />
22
19
  <script src='/static/Leaflet.fullscreen.min.js'></script>
23
20
 
24
- <link rel="stylesheet" href="/static/MarkerCluster.css" crossorigin="" />
25
- <link rel="stylesheet" href="/static/MarkerCluster.Default.css" crossorigin="" />
21
+ <link rel="stylesheet" href="/static/MarkerCluster.css" />
22
+ <link rel="stylesheet" href="/static/MarkerCluster.Default.css" />
26
23
  <script src="/static/leaflet.markercluster.js"></script>
27
24
 
28
25
  <!-- Vega for plots.-->
@@ -215,9 +212,7 @@
215
212
  </div>
216
213
  </div>
217
214
 
218
- <script src="/static/bootstrap.bundle.min.js"
219
- integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
220
- crossorigin="anonymous"></script>
215
+ <script src="/static/bootstrap.bundle.min.js"></script>
221
216
  </body>
222
217
 
223
218
  </html>
@@ -78,7 +78,11 @@
78
78
  {% for index, activity in activities %}
79
79
  <tr>
80
80
  <td><a href="{{ url_for('activity.show', id=activity['id']) }}">{{ activity['name'] }}</a></td>
81
- <td>{{ activity['start']|dt }}</td>
81
+ <td>
82
+ {% if activity['start'] is defined %}
83
+ {{ activity['start']|dt }}
84
+ {% endif %}
85
+ </td>
82
86
  <td>{{ activity['kind'] }}</td>
83
87
  <td>{{ '%.1f' % activity["distance_km"] }} km</td>
84
88
  <td>{{ activity.elapsed_time|td }}</td>
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "geo-activity-playground"
3
- version = "0.36.0"
3
+ version = "0.36.2"
4
4
  description = "Analysis of geo data activities like rides, runs or hikes."
5
5
  authors = ["Martin Ueding <mu@martin-ueding.de>"]
6
6
  license = "MIT"