Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

TRANSCEND SDK Documentation

Welcome to the TRANSCEND SDK documentation.

Quick Links

Getting Started

Guides

API Reference

Code Samples

Route + Weather

from transcend_sdk import TranscendClient

client = TranscendClient(api_key="KEY")

# Get route
route = client.route.calculate(
    origin_lat=40.42, origin_lon=-3.70,
    destiny_lat=41.39, destiny_lon=2.17,
)

# Weather along route
weather = client.weather.route_weather(route.polyline)

print(f"Distance: {route.distance/1000}km")
print(f"Toll: {tolls.total_cost}€")

Need Help?

About

TRANSCEND SDK Wiki - Tutoriales y documentación

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors