Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1017 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 1017 Bytes

Spatial Data Analysis for FIT file dataset

Initial description in Russian is available here in the Tutorial acrticle https://habr.com/ru/post/662912/

About the Project

If you have your FIT files ready in DB format then this repo will help you:

  1. Coordinate Conversion to convert coordinates from Garmin's 32-bit integer format to usual geographical coordinates (WGS-84)

  2. Single Route Map to create a single map for the cycling/walking/running/skiing, etc. route Map 1

  3. Speed Map CircleMarker to create a speed map for your activity with points symbology Map 4

  4. Speed Map Line to create a speed map for your activity with line symbology Map 4

  5. Popular segments to calculate the most popular areas or segments for your type of activity based on H3 hexagons within the defined polygon (like disctict, city, region, etc.)

Map 4