geo-activity-playground 0.33.0__tar.gz → 0.33.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.
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/PKG-INFO +1 -1
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/core/activities.py +1 -1
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/explorer/templates/explorer/index.html.j2 +5 -5
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/pyproject.toml +2 -1
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/LICENSE +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/__init__.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/__main__.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/core/__init__.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/core/config.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/core/coordinates.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/core/enrichment.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/core/heart_rate.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/core/heatmap.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/core/paths.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/core/privacy_zones.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/core/similarity.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/core/tasks.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/core/test_tiles.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/core/test_time_conversion.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/core/tiles.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/core/time_conversion.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/explorer/__init__.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/explorer/grid_file.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/explorer/tile_visits.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/explorer/video.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/importers/__init__.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/importers/activity_parsers.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/importers/csv_parser.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/importers/directory.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/importers/strava_api.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/importers/strava_checkout.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/importers/test_csv_parser.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/importers/test_directory.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/importers/test_strava_api.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/__init__.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/activity/__init__.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/activity/blueprint.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/activity/controller.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/activity/templates/activity/day.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/activity/templates/activity/edit.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/activity/templates/activity/lines.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/activity/templates/activity/name.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/activity/templates/activity/show.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/app.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/auth/blueprint.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/auth/templates/auth/index.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/authenticator.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/calendar/__init__.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/calendar/blueprint.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/calendar/controller.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/calendar/templates/calendar/index.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/calendar/templates/calendar/month.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/eddington/__init__.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/eddington/blueprint.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/eddington/controller.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/eddington/templates/eddington/index.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/entry_controller.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/equipment/__init__.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/equipment/blueprint.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/equipment/controller.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/equipment/templates/equipment/index.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/explorer/__init__.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/explorer/blueprint.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/explorer/controller.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/heatmap/__init__.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/heatmap/blueprint.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/heatmap/heatmap_controller.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/heatmap/templates/heatmap/index.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/plot_util.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/search/blueprint.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/search/templates/search/index.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/settings/blueprint.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/settings/controller.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/settings/templates/settings/admin-password.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/settings/templates/settings/color-schemes.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/settings/templates/settings/equipment-offsets.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/settings/templates/settings/heart-rate.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/settings/templates/settings/index.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/settings/templates/settings/kind-renames.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/settings/templates/settings/kinds-without-achievements.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/settings/templates/settings/metadata-extraction.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/settings/templates/settings/privacy-zones.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/settings/templates/settings/segmentation.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/settings/templates/settings/sharepic.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/settings/templates/settings/strava.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/square_planner/__init__.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/square_planner/blueprint.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/square_planner/controller.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/square_planner/templates/square_planner/index.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/static/android-chrome-192x192.png +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/static/android-chrome-512x512.png +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/static/apple-touch-icon.png +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/static/bootstrap-dark-mode.js +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/static/browserconfig.xml +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/static/favicon-16x16.png +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/static/favicon-32x32.png +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/static/favicon-48x48.png +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/static/favicon.ico +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/static/favicon.svg +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/static/mstile-150x150.png +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/static/site.webmanifest +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/static/web-app-manifest-192x192.png +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/static/web-app-manifest-512x512.png +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/summary/__init__.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/summary/blueprint.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/summary/controller.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/summary/templates/summary/index.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/templates/home.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/templates/page.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/tile/__init__.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/tile/blueprint.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/tile/controller.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/upload/__init__.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/upload/blueprint.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/upload/controller.py +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/upload/templates/upload/index.html.j2 +0 -0
- {geo_activity_playground-0.33.0 → geo_activity_playground-0.33.2}/geo_activity_playground/webui/upload/templates/upload/reload.html.j2 +0 -0
@@ -91,7 +91,7 @@
|
|
91
91
|
}
|
92
92
|
},
|
93
93
|
onEachFeature: onEachFeature
|
94
|
-
}) let explorer_layer_last_age_color = L.geoJSON(explorer_geojson, {
|
94
|
+
}); let explorer_layer_last_age_color = L.geoJSON(explorer_geojson, {
|
95
95
|
style:
|
96
96
|
function (feature) {
|
97
97
|
return {
|
@@ -99,12 +99,12 @@
|
|
99
99
|
0.5
|
100
100
|
}
|
101
101
|
}, onEachFeature: onEachFeature
|
102
|
-
}) let bbox = {{ center.bbox| safe }} if (bbox) {
|
102
|
+
}); let bbox = {{ center.bbox| safe }}; if (bbox) {
|
103
103
|
map.fitBounds(L.geoJSON(bbox).getBounds())
|
104
|
-
} let explorer_square_layer = L.geoJSON(square_geojson, {
|
104
|
+
}; let explorer_square_layer = L.geoJSON(square_geojson, {
|
105
105
|
style: function (feature) { return { color: "blue", fill: false, weight: 2 } }
|
106
106
|
}).addTo(map)
|
107
|
-
active_layer = explorer_layer_cluster_color function changeColor(method) {
|
107
|
+
active_layer = explorer_layer_cluster_color; function changeColor(method) {
|
108
108
|
map.removeLayer(active_layer)
|
109
109
|
if (method == "cluster") { active_layer = explorer_layer_cluster_color } else if (method == "first") {
|
110
110
|
active_layer = explorer_layer_first_age_color
|
@@ -112,7 +112,7 @@
|
|
112
112
|
active_layer = explorer_layer_last_age_color
|
113
113
|
} map.addLayer(active_layer)
|
114
114
|
} function downloadAs(suffix) {
|
115
|
-
bounds = map.getBounds() zoom = "{{ zoom }}"
|
115
|
+
bounds = map.getBounds(); zoom = "{{ zoom }}"
|
116
116
|
window.location.href = `/explorer/${zoom}/${bounds.getNorth()}/${bounds.getEast()}/${bounds.getSouth()}/${bounds.getWest()}/${suffix}`
|
117
117
|
} </script>
|
118
118
|
</div>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "geo-activity-playground"
|
3
|
-
version = "0.33.
|
3
|
+
version = "0.33.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"
|
@@ -55,6 +55,7 @@ types-tqdm = "^4.66.0.20240417"
|
|
55
55
|
types-typed-ast = "^1.5.8.7"
|
56
56
|
types-xmltodict = "^0.13.0.3"
|
57
57
|
ipykernel = "^6.29.5"
|
58
|
+
notebook = "^7.2.2"
|
58
59
|
|
59
60
|
[build-system]
|
60
61
|
requires = ["poetry-core>=1.0.0"]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|