geo-activity-playground 0.27.0__tar.gz → 0.27.1__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.27.0 → geo_activity_playground-0.27.1}/PKG-INFO +1 -1
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/core/config.py +1 -1
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/importers/directory.py +1 -1
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/templates/home.html.j2 +1 -1
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/upload/controller.py +1 -1
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/pyproject.toml +1 -1
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/LICENSE +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/__init__.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/__main__.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/core/__init__.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/core/activities.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/core/coordinates.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/core/enrichment.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/core/heart_rate.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/core/heatmap.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/core/paths.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/core/privacy_zones.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/core/similarity.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/core/tasks.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/core/test_tiles.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/core/test_time_conversion.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/core/tiles.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/core/time_conversion.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/explorer/__init__.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/explorer/grid_file.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/explorer/tile_visits.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/explorer/video.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/importers/__init__.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/importers/activity_parsers.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/importers/csv_parser.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/importers/strava_api.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/importers/strava_checkout.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/importers/test_csv_parser.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/importers/test_directory.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/importers/test_strava_api.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/__init__.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/activity/__init__.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/activity/blueprint.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/activity/controller.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/activity/templates/activity/day.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/activity/templates/activity/lines.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/activity/templates/activity/name.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/activity/templates/activity/show.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/app.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/calendar/__init__.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/calendar/blueprint.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/calendar/controller.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/calendar/templates/calendar/index.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/calendar/templates/calendar/month.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/eddington/__init__.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/eddington/blueprint.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/eddington/controller.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/eddington/templates/eddington/index.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/entry_controller.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/equipment/__init__.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/equipment/blueprint.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/equipment/controller.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/equipment/templates/equipment/index.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/explorer/__init__.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/explorer/blueprint.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/explorer/controller.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/explorer/templates/explorer/index.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/heatmap/__init__.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/heatmap/blueprint.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/heatmap/heatmap_controller.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/heatmap/templates/heatmap/index.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/search_controller.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/settings/blueprint.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/settings/controller.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/settings/templates/settings/equipment-offsets.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/settings/templates/settings/heart-rate.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/settings/templates/settings/index.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/settings/templates/settings/kinds-without-achievements.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/settings/templates/settings/metadata-extraction.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/settings/templates/settings/privacy-zones.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/settings/templates/settings/strava.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/square_planner/__init__.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/square_planner/blueprint.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/square_planner/controller.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/square_planner/templates/square_planner/index.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/static/android-chrome-192x192.png +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/static/android-chrome-384x384.png +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/static/android-chrome-512x512.png +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/static/apple-touch-icon.png +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/static/bootstrap-dark-mode.js +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/static/browserconfig.xml +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/static/favicon-16x16.png +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/static/favicon-32x32.png +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/static/favicon.ico +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/static/mstile-150x150.png +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/static/safari-pinned-tab.svg +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/static/site.webmanifest +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/summary/__init__.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/summary/blueprint.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/summary/controller.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/summary/templates/summary/index.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/templates/page.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/templates/search.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/tile/__init__.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/tile/blueprint.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/tile/controller.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/upload/__init__.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/upload/blueprint.py +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/upload/templates/upload/index.html.j2 +0 -0
- {geo_activity_playground-0.27.0 → geo_activity_playground-0.27.1}/geo_activity_playground/webui/upload/templates/upload/reload.html.j2 +0 -0
@@ -29,7 +29,7 @@ class Config:
|
|
29
29
|
heart_rate_maximum: Optional[int] = None
|
30
30
|
kinds_without_achievements: list[str] = dataclasses.field(default_factory=list)
|
31
31
|
metadata_extraction_regexes: list[str] = dataclasses.field(default_factory=list)
|
32
|
-
num_processes: Optional[int] =
|
32
|
+
num_processes: Optional[int] = 1
|
33
33
|
privacy_zones: dict[str, list[list[float]]] = dataclasses.field(
|
34
34
|
default_factory=dict
|
35
35
|
)
|
@@ -61,7 +61,7 @@ def import_from_directory(
|
|
61
61
|
|
62
62
|
if num_processes == 1:
|
63
63
|
paths_with_errors = []
|
64
|
-
for path in tqdm(new_activity_paths, desc="Parse activity metadata"):
|
64
|
+
for path in tqdm(new_activity_paths, desc="Parse activity metadata (serially)"):
|
65
65
|
errors = _cache_single_file(path)
|
66
66
|
if errors:
|
67
67
|
paths_with_errors.append(errors)
|
@@ -66,7 +66,7 @@
|
|
66
66
|
{% endfor %}
|
67
67
|
{% else %}
|
68
68
|
<p>You don't have activities yet. Either put some files into a directory <tt>Activities</tt> or <a
|
69
|
-
href="{{ url_for('strava
|
69
|
+
href="{{ url_for('settings.strava') }}">set up Strava API</a>.</p>
|
70
70
|
{% endif %}
|
71
71
|
|
72
72
|
{% endblock %}
|
@@ -108,7 +108,7 @@ def scan_for_activities(
|
|
108
108
|
if pathlib.Path("Activities").exists():
|
109
109
|
import_from_directory(
|
110
110
|
config.metadata_extraction_regexes,
|
111
|
-
|
111
|
+
config.num_processes,
|
112
112
|
)
|
113
113
|
if pathlib.Path("Strava Export").exists():
|
114
114
|
import_from_strava_checkout()
|
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
|