firefly-cpp / sport-activities-features

A minimalistic toolbox for extracting features from sports activity files written in Python
MIT License
17 stars 11 forks source link

OpenTopoData support in ElevationIdentification #193

Closed alenrajsp closed 2 months ago

alenrajsp commented 2 months ago

Added OpenTopoData support in MissingElevationIdentification cases. Now another API is supported. Also added tests for it and updated readme.

alenrajsp commented 2 months ago

@firefly-cpp please review and prepare new release if it is okay.

firefly-cpp commented 2 months ago

Thanks, @alenrajsp!

Please review this test: tests/test_missing_elevation_identification.py::TestMissingElevationIdentification::test_fetch_elevation_data_open_elevation_ap

alenrajsp commented 2 months ago

@firefly-cpp #194 :)