GPX to Profile like Giro d'Italia?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












my dream is to have a tool that generates profiles like Giro D'Italia:



profile example



in which:



  • we can add text of locations;

  • we can add the maximum profile signal









share|improve this question







New contributor




luca76 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • what's the question? You can pick up a beginner-friendly language like Python and roll out your own profile generator.
    – Klaster_1
    1 hour ago














up vote
1
down vote

favorite












my dream is to have a tool that generates profiles like Giro D'Italia:



profile example



in which:



  • we can add text of locations;

  • we can add the maximum profile signal









share|improve this question







New contributor




luca76 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • what's the question? You can pick up a beginner-friendly language like Python and roll out your own profile generator.
    – Klaster_1
    1 hour ago












up vote
1
down vote

favorite









up vote
1
down vote

favorite











my dream is to have a tool that generates profiles like Giro D'Italia:



profile example



in which:



  • we can add text of locations;

  • we can add the maximum profile signal









share|improve this question







New contributor




luca76 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











my dream is to have a tool that generates profiles like Giro D'Italia:



profile example



in which:



  • we can add text of locations;

  • we can add the maximum profile signal






software






share|improve this question







New contributor




luca76 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




luca76 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




luca76 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 1 hour ago









luca76

1062




1062




New contributor




luca76 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





luca76 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






luca76 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • what's the question? You can pick up a beginner-friendly language like Python and roll out your own profile generator.
    – Klaster_1
    1 hour ago
















  • what's the question? You can pick up a beginner-friendly language like Python and roll out your own profile generator.
    – Klaster_1
    1 hour ago















what's the question? You can pick up a beginner-friendly language like Python and roll out your own profile generator.
– Klaster_1
1 hour ago




what's the question? You can pick up a beginner-friendly language like Python and roll out your own profile generator.
– Klaster_1
1 hour ago










2 Answers
2






active

oldest

votes

















up vote
2
down vote













Does https://veloviewer.com/ do it for you?



https://cf.veloviewer.com/img/veloviewer-route-3d-homepage.png



Looks like it ties into strava.






share|improve this answer



























    up vote
    0
    down vote













    A height profile for a past ride can be obtained from Strava:



    strava screenshot



    If you need a almost exact picture, with incline highlights, and selected topographic names pointed out, I think the only way to achieve that is to write a program yourself, combining data from free sources: Openstreetmap for names and open DEM data for elevation information. Elevation information can be extracted from a GPX file written by most devices, but its accuracy will be less.





    share




















      Your Answer







      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "126"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      convertImagesToLinks: false,
      noModals: false,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      noCode: true, onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );






      luca76 is a new contributor. Be nice, and check out our Code of Conduct.









       

      draft saved


      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbicycles.stackexchange.com%2fquestions%2f57300%2fgpx-to-profile-like-giro-ditalia%23new-answer', 'question_page');

      );

      Post as a guest






























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      2
      down vote













      Does https://veloviewer.com/ do it for you?



      https://cf.veloviewer.com/img/veloviewer-route-3d-homepage.png



      Looks like it ties into strava.






      share|improve this answer
























        up vote
        2
        down vote













        Does https://veloviewer.com/ do it for you?



        https://cf.veloviewer.com/img/veloviewer-route-3d-homepage.png



        Looks like it ties into strava.






        share|improve this answer






















          up vote
          2
          down vote










          up vote
          2
          down vote









          Does https://veloviewer.com/ do it for you?



          https://cf.veloviewer.com/img/veloviewer-route-3d-homepage.png



          Looks like it ties into strava.






          share|improve this answer












          Does https://veloviewer.com/ do it for you?



          https://cf.veloviewer.com/img/veloviewer-route-3d-homepage.png



          Looks like it ties into strava.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 46 mins ago









          Criggie

          40.2k565131




          40.2k565131




















              up vote
              0
              down vote













              A height profile for a past ride can be obtained from Strava:



              strava screenshot



              If you need a almost exact picture, with incline highlights, and selected topographic names pointed out, I think the only way to achieve that is to write a program yourself, combining data from free sources: Openstreetmap for names and open DEM data for elevation information. Elevation information can be extracted from a GPX file written by most devices, but its accuracy will be less.





              share
























                up vote
                0
                down vote













                A height profile for a past ride can be obtained from Strava:



                strava screenshot



                If you need a almost exact picture, with incline highlights, and selected topographic names pointed out, I think the only way to achieve that is to write a program yourself, combining data from free sources: Openstreetmap for names and open DEM data for elevation information. Elevation information can be extracted from a GPX file written by most devices, but its accuracy will be less.





                share






















                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  A height profile for a past ride can be obtained from Strava:



                  strava screenshot



                  If you need a almost exact picture, with incline highlights, and selected topographic names pointed out, I think the only way to achieve that is to write a program yourself, combining data from free sources: Openstreetmap for names and open DEM data for elevation information. Elevation information can be extracted from a GPX file written by most devices, but its accuracy will be less.





                  share












                  A height profile for a past ride can be obtained from Strava:



                  strava screenshot



                  If you need a almost exact picture, with incline highlights, and selected topographic names pointed out, I think the only way to achieve that is to write a program yourself, combining data from free sources: Openstreetmap for names and open DEM data for elevation information. Elevation information can be extracted from a GPX file written by most devices, but its accuracy will be less.






                  share











                  share


                  share










                  answered 8 mins ago









                  Grigory Rechistov

                  3,619727




                  3,619727




















                      luca76 is a new contributor. Be nice, and check out our Code of Conduct.









                       

                      draft saved


                      draft discarded


















                      luca76 is a new contributor. Be nice, and check out our Code of Conduct.












                      luca76 is a new contributor. Be nice, and check out our Code of Conduct.











                      luca76 is a new contributor. Be nice, and check out our Code of Conduct.













                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbicycles.stackexchange.com%2fquestions%2f57300%2fgpx-to-profile-like-giro-ditalia%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      Comments

                      Popular posts from this blog

                      What does second last employer means? [closed]

                      List of Gilmore Girls characters

                      One-line joke