geo-activity-playground 0.14.0__tar.gz → 0.14.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.14.0 → geo_activity_playground-0.14.1}/PKG-INFO +1 -1
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/core/activity_parsers.py +1 -6
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/pyproject.toml +1 -1
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/LICENSE +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/__init__.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/__main__.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/core/__init__.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/core/activities.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/core/cache_migrations.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/core/config.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/core/coordinates.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/core/heatmap.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/core/tasks.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/core/test_tiles.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/core/tiles.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/explorer/__init__.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/explorer/grid_file.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/explorer/tile_visits.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/explorer/video.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/heatmap.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/importers/directory.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/importers/strava_api.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/activity_controller.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/app.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/calendar_controller.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/eddington_controller.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/entry_controller.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/equipment_controller.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/explorer_controller.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/grayscale_tile_controller.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/heatmap_controller.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/static/android-chrome-192x192.png +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/static/android-chrome-384x384.png +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/static/apple-touch-icon.png +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/static/browserconfig.xml +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/static/favicon-16x16.png +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/static/favicon-32x32.png +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/static/favicon.ico +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/static/mstile-150x150.png +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/static/safari-pinned-tab.svg +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/static/site.webmanifest +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/summary_controller.py +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/templates/activity.html.j2 +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/templates/calendar-month.html.j2 +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/templates/calendar.html.j2 +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/templates/eddington.html.j2 +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/templates/equipment.html.j2 +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/templates/explorer.html.j2 +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/templates/heatmap.html.j2 +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/templates/index.html.j2 +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/templates/page.html.j2 +0 -0
- {geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/webui/templates/summary-statistics.html.j2 +0 -0
@@ -184,12 +184,7 @@ def read_tcx_activity(path: pathlib.Path, open) -> pd.DataFrame:
|
|
184
184
|
|
185
185
|
|
186
186
|
def read_kml_activity(path: pathlib.Path, opener) -> pd.DataFrame:
|
187
|
-
with
|
188
|
-
pathlib.Path(
|
189
|
-
"~/Dokumente/Karten/Playground-Directory/Activities/Zwin-2.kml"
|
190
|
-
).expanduser(),
|
191
|
-
"rb",
|
192
|
-
) as f:
|
187
|
+
with opener(path, "rb") as f:
|
193
188
|
kml_dict = xmltodict.parse(f)
|
194
189
|
doc = kml_dict["kml"]["Document"]
|
195
190
|
keypoint_folder = doc["Folder"]
|
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
|
{geo_activity_playground-0.14.0 → geo_activity_playground-0.14.1}/geo_activity_playground/heatmap.py
RENAMED
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
|