You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](http://isitmaintained.com/project/alenrajsp/tcxreader"Average time to resolve an issue")
17
-
[](http://isitmaintained.com/project/alenrajsp/tcxreader"Percentage of issues still open")
Due to the nature of the TCX file format, some data may be missing. The **tcxreader** can handle this in two ways:
181
219
1) If data is missing at a TCX point it is set to **None**. (*default*)
182
220
- tcx_reader.read(file_location) (*default*)
@@ -188,29 +226,29 @@ Due to the nature of the TCX file format, some data may be missing. The **tcxrea
188
226
189
227
This behavior can be set in **TCXReader.read()** method by the **null_value_handling** parameter, where either **int** value or **NullValueHandling** enum can be passed.
190
228
191
-
## Datasets
229
+
## 💾 Datasets
192
230
193
231
Datasets available and used in the examples on the following links: [DATASET1](http://iztok-jr-fister.eu/static/publications/Sport5.zip), [DATASET2](http://iztok-jr-fister.eu/static/css/datasets/Sport.zip), [DATASET3](https://github.com/firefly-cpp/tcx-test-files).
194
232
195
-
## License
196
-
197
-
This package is distributed under the MIT License. This license can be found online
198
-
at [http://www.opensource.org/licenses/MIT](http://www.opensource.org/licenses/MIT).
199
-
200
-
## Related packages/frameworks
233
+
## 🔗 Related packages/frameworks
201
234
202
235
[1][sport-activities-features: A minimalistic toolbox for extracting features from sports activity files written in Python](https://github.com/firefly-cpp/sport-activities-features)
203
236
204
237
[2][AST-Monitor: A wearable Raspberry Pi computer for cyclists](https://github.com/firefly-cpp/AST-Monitor)
205
238
206
239
[3][TCXReader.jl: Julia package designed for parsing TCX files](https://github.com/firefly-cpp/TCXReader.jl)
207
240
241
+
## 🔑 License
242
+
243
+
This package is distributed under the MIT License. This license can be found online
244
+
at [http://www.opensource.org/licenses/MIT](http://www.opensource.org/licenses/MIT).
245
+
208
246
## Disclaimer
209
247
210
248
This framework is provided as-is, and there are no guarantees that it fits your purposes or that it is bug-free. Use it
211
249
at your own risk!
212
250
213
-
## Contributors
251
+
## 🫂 Contributors
214
252
215
253
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
0 commit comments