geo-activity-playground 0.14.0__py3-none-any.whl → 0.14.1__py3-none-any.whl

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.
@@ -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 open(
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"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: geo-activity-playground
3
- Version: 0.14.0
3
+ Version: 0.14.1
4
4
  Summary: Analysis of geo data activities like rides, runs or hikes.
5
5
  License: MIT
6
6
  Author: Martin Ueding
@@ -2,7 +2,7 @@ geo_activity_playground/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
2
2
  geo_activity_playground/__main__.py,sha256=mB7153ZAZmU7SsVrE8ogywpH5iIWwfKqBVoEcMcL6FY,3608
3
3
  geo_activity_playground/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  geo_activity_playground/core/activities.py,sha256=i6j_Z61QxDCOWzakIhFRGPsmuB_0uRdpeepNrWxTetw,7882
5
- geo_activity_playground/core/activity_parsers.py,sha256=kCmAzpl4O9yPMvqSJuoygST9Cni3IU82cooRN1lBHUE,7454
5
+ geo_activity_playground/core/activity_parsers.py,sha256=nm6eYlZOMfO6LBHvYbiSEt4Jyq5Ako5BYHYuZY1YiqI,7325
6
6
  geo_activity_playground/core/cache_migrations.py,sha256=m2ld5TDE03xvGa0LkdbDv_bCDNZGHJs1ZsksOHaIMe0,1081
7
7
  geo_activity_playground/core/config.py,sha256=GNHEIeFI3dNRiFSMburn5URZHx0qkiitvePAx2toYUQ,456
8
8
  geo_activity_playground/core/coordinates.py,sha256=tDfr9mlXhK6E_MMIJ0vYWVCoH0Lq8uyuaqUgaa8i0jg,966
@@ -47,8 +47,8 @@ geo_activity_playground/webui/templates/heatmap.html.j2,sha256=WzSoQ8lWcl1nSb9X7
47
47
  geo_activity_playground/webui/templates/index.html.j2,sha256=6b0cdqiGnqrC_hjEg-z6-IZFqXoZa7V0JurQ4Xd6YJw,1968
48
48
  geo_activity_playground/webui/templates/page.html.j2,sha256=OdvGW2I7VxxvMCiI_Hyg8mWrgznXu53um0l7BQRwQsg,6092
49
49
  geo_activity_playground/webui/templates/summary-statistics.html.j2,sha256=eEwcPOURJ-uT89jeJGZHq_5pSq56_fTC7z-j_m5nQiA,471
50
- geo_activity_playground-0.14.0.dist-info/LICENSE,sha256=4RpAwKO8bPkfXH2lnpeUW0eLkNWglyG4lbrLDU_MOwY,1070
51
- geo_activity_playground-0.14.0.dist-info/METADATA,sha256=9HmoWHAhwiN0rTa8LvwYq5fTdf0u9zC6S1zkmJgPaeY,1560
52
- geo_activity_playground-0.14.0.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
53
- geo_activity_playground-0.14.0.dist-info/entry_points.txt,sha256=pbNlLI6IIZIp7nPYCfAtiSiz2oxJSCl7DODD6SPkLKk,81
54
- geo_activity_playground-0.14.0.dist-info/RECORD,,
50
+ geo_activity_playground-0.14.1.dist-info/LICENSE,sha256=4RpAwKO8bPkfXH2lnpeUW0eLkNWglyG4lbrLDU_MOwY,1070
51
+ geo_activity_playground-0.14.1.dist-info/METADATA,sha256=YZHJ8Gn4TXgk5s2Fqh4I9IjaO43hqRZShJsCm41LaNM,1560
52
+ geo_activity_playground-0.14.1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
53
+ geo_activity_playground-0.14.1.dist-info/entry_points.txt,sha256=pbNlLI6IIZIp7nPYCfAtiSiz2oxJSCl7DODD6SPkLKk,81
54
+ geo_activity_playground-0.14.1.dist-info/RECORD,,