Created
June 30, 2023 15:20
-
-
Save joaofig/79db3329218cff092516d420c0f4dad7 to your computer and use it in GitHub Desktop.
Setting up PyValhalla in Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from valhalla import Actor, get_config | |
| config = get_config(tile_extract='./valhalla/custom_files/valhalla_tiles.tar', | |
| verbose=True) | |
| actor = Actor(config) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment