Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 2.73 KB

notes.md

File metadata and controls

63 lines (49 loc) · 2.73 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
  • Garmin extensions
  • Compute length properly (improve haversine distance precision, 2D, 3D)
  • Tests
  • Update docstring (style + content [description from xsd])
  • Add units to docstrings
  • Add meridian plot with basemap
  • Add support for all emojis in plots
  • HAndle errors properly