Getting Directions in Python with OpenRouteService-py

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 12

  • @abessesmahi4888
    @abessesmahi4888 Год назад +1

    unfortunately the font size is too small, please consider increasing the editor font size.
    Thank you so much for your efforts

  • @hashaabataa463
    @hashaabataa463 Год назад +5

    u did not show us how to get API key

  • @giacomoferrari5624
    @giacomoferrari5624 Год назад +1

    thanks, loved it .
    How would you suggest to calculate the distance matrix ?

  • @VantaBlack-nv1zk
    @VantaBlack-nv1zk Год назад +1

    Is there any way to actually access the coordinates of the whole polyline to be able to for example convert the whole route into a gpx format? Would be awesome if you could help me as I am using this for my masters thesis and this is pretty much te last step :D Awesome video btw!

  • @mosesbaraka112
    @mosesbaraka112 Год назад

    very nice! Question: How can you extract the coordinates of the generated route? Need to bring the path found to ArcGIS and make further designs analysis

    • @syntaxbyte
      @syntaxbyte  Год назад +1

      All the coords are in the route['features'][0]['geometry']['coordinates'] array. So you could print them, write them to csv, etc.

  • @BruceFonseca1
    @BruceFonseca1 Год назад

    Awesome!
    How to get the key for ors?

    • @BruceFonseca1
      @BruceFonseca1 Год назад

      Sorry. I'll use as localhost. Thanks

  • @EM8844
    @EM8844 2 месяца назад

    how does one browse the json file like he does

    • @syntaxbyte
      @syntaxbyte  2 месяца назад

      If you open the JSON file in Firefox it should show like that by default.

    • @EM8844
      @EM8844 2 месяца назад

      @@syntaxbyte ok, will look into it thanks