Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 2.89 KB

notes.md

File metadata and controls

67 lines (53 loc) · 2.89 KB

📚 References:

🖥️ Implementation

💾 File Formats

🏷️ XML

🌐 GPX

🇬 KML & KMZ

⌚ FIT

🌏 Map Plotting

🖥️ APIs

🗺️ Projections

📏 Units

🗃️ Creating a Python Library

🧭 Other Python GPX Library

📝 TO DO LIST !!

  • Merge method
  • Compute length properly (improve haversine distance precision, 2D, 3D)
  • Tests
  • Update docstring (style + content [description from xsd])
    • Normalize class names and attributes with GPX names
  • Add units to docstrings
  • Add meridian plot with basemap
  • Add support for all emojis in plots
  • Handle errors properly and remove logging
  • Update doc and examples
  • Add descent rate ?
  • Improve time computation for pauses ?
  • Add descent speed ?