geo-activity-playground 0.26.0__py3-none-any.whl → 0.26.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.
- geo_activity_playground/importers/strava_checkout.py +4 -4
- {geo_activity_playground-0.26.0.dist-info → geo_activity_playground-0.26.1.dist-info}/METADATA +1 -1
- {geo_activity_playground-0.26.0.dist-info → geo_activity_playground-0.26.1.dist-info}/RECORD +6 -6
- {geo_activity_playground-0.26.0.dist-info → geo_activity_playground-0.26.1.dist-info}/LICENSE +0 -0
- {geo_activity_playground-0.26.0.dist-info → geo_activity_playground-0.26.1.dist-info}/WHEEL +0 -0
- {geo_activity_playground-0.26.0.dist-info → geo_activity_playground-0.26.1.dist-info}/entry_points.txt +0 -0
@@ -161,7 +161,7 @@ def import_from_strava_checkout() -> None:
|
|
161
161
|
activities_ids_to_parse = [
|
162
162
|
activity_id
|
163
163
|
for activity_id in activities_ids_to_parse
|
164
|
-
if not (activity_extracted_meta_dir() / f"{activity_id.pickle
|
164
|
+
if not (activity_extracted_meta_dir() / f"{activity_id}.pickle").exists()
|
165
165
|
]
|
166
166
|
|
167
167
|
for activity_id in tqdm(activities_ids_to_parse, desc="Import from Strava export"):
|
@@ -190,11 +190,11 @@ def import_from_strava_checkout() -> None:
|
|
190
190
|
dateutil.parser.parse(row["Activity Date"], dayfirst=dayfirst)
|
191
191
|
),
|
192
192
|
}
|
193
|
-
meta_path = activity_extracted_meta_dir / f"{activity_id}.pickle"
|
193
|
+
meta_path = activity_extracted_meta_dir() / f"{activity_id}.pickle"
|
194
194
|
with open(meta_path, "wb") as f:
|
195
|
-
pickle.dump(table_activity_meta,
|
195
|
+
pickle.dump(table_activity_meta, f)
|
196
196
|
|
197
|
-
time_series_path = activity_extracted_time_series_dir / f"{activity_id}.parquet"
|
197
|
+
time_series_path = activity_extracted_time_series_dir() / f"{activity_id}.parquet"
|
198
198
|
if time_series_path.exists():
|
199
199
|
time_series = pd.read_parquet(time_series_path)
|
200
200
|
else:
|
{geo_activity_playground-0.26.0.dist-info → geo_activity_playground-0.26.1.dist-info}/RECORD
RENAMED
@@ -22,7 +22,7 @@ geo_activity_playground/importers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
|
|
22
22
|
geo_activity_playground/importers/activity_parsers.py,sha256=m2SpvGlTZ8F3gG6YB24_ZFrlOAbtqbfWi-GIYspeUco,10593
|
23
23
|
geo_activity_playground/importers/directory.py,sha256=YTYuroH-oYviL2a9B7No-6Fx4RrkhMqf60Yh-7dGats,5384
|
24
24
|
geo_activity_playground/importers/strava_api.py,sha256=ihy_ezq_gYUy1V4jbtg41N6K0ilYVOEiPZE07lSiUHU,8444
|
25
|
-
geo_activity_playground/importers/strava_checkout.py,sha256=
|
25
|
+
geo_activity_playground/importers/strava_checkout.py,sha256=6_t6AusNuPCOCfdG5KlfK0e4zMrVFM0sIRw7izQKOMg,8572
|
26
26
|
geo_activity_playground/importers/test_directory.py,sha256=ljXokx7q0OgtHvEdHftcQYEmZJUDVv3OOF5opklxdT4,724
|
27
27
|
geo_activity_playground/importers/test_strava_api.py,sha256=4vX7wDr1a9aRh8myxNrIq6RwDBbP8ZeoXXPc10CAbW4,431
|
28
28
|
geo_activity_playground/webui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -93,8 +93,8 @@ geo_activity_playground/webui/upload/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeu
|
|
93
93
|
geo_activity_playground/webui/upload/blueprint.py,sha256=2l5q1LYtjgLF_3CAyPvCLx-wMebp14OJvgZBzGILdmQ,801
|
94
94
|
geo_activity_playground/webui/upload/controller.py,sha256=BWcSlLy_fVAodDlnXkxE4eIotC_UHrjldACrToA-iAQ,3975
|
95
95
|
geo_activity_playground/webui/upload/templates/upload/index.html.j2,sha256=hfXkEXaz_MkM46rU56423D6V6WtK-EAXPszSY-_-Tx8,1471
|
96
|
-
geo_activity_playground-0.26.
|
97
|
-
geo_activity_playground-0.26.
|
98
|
-
geo_activity_playground-0.26.
|
99
|
-
geo_activity_playground-0.26.
|
100
|
-
geo_activity_playground-0.26.
|
96
|
+
geo_activity_playground-0.26.1.dist-info/LICENSE,sha256=4RpAwKO8bPkfXH2lnpeUW0eLkNWglyG4lbrLDU_MOwY,1070
|
97
|
+
geo_activity_playground-0.26.1.dist-info/METADATA,sha256=jEJ07iHCszCGv_rGgRgCtdevF-2D10KeakN-5eNRARA,1665
|
98
|
+
geo_activity_playground-0.26.1.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
99
|
+
geo_activity_playground-0.26.1.dist-info/entry_points.txt,sha256=pbNlLI6IIZIp7nPYCfAtiSiz2oxJSCl7DODD6SPkLKk,81
|
100
|
+
geo_activity_playground-0.26.1.dist-info/RECORD,,
|
{geo_activity_playground-0.26.0.dist-info → geo_activity_playground-0.26.1.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|
File without changes
|