{% extends 'topopartner/base.html' %} {% load static %} {% block title %}Home ∣ {{ block.super }}{% endblock title %} {% block body %}

Topopartner

Topopartner is a Django application dedicated to topographic personal data management. Namely, it holds a database of waypoints and tracks. It offers a track edition interface, GPX exports, elevation profile plots, hike duration prediction, and more. It greatly relies on the Leaflet library, OpenTopoMap maps, and GPS Visualizer features.

Developed by Yohan Chalier. Available on GitHub.

{% endblock body %}