Hi, Inspired by the excellent graphic "all roads lead to Rome" posted elsewhere in this forum, I was experimenting with similar calculations for my own country. It's my first time out using geographical calculations. Somewhere along the line I typed:
TravelDirections[{Entity["City", {"Brisbane", "Queensland", "Australia"}],
Entity["City", {"Canberra", "AustralianCapitalTerritory", "Australia"}]}, "DataSet"]
and got the message $Failed[ComputationTimeout]
. I tried using SetOptions[WolframAlpha, TimeConstraint -> 120]
without success.
My only other thought is that TravelDirections
uses Alpha calls, and I am running up against my limit (I have a personal license with 3000 calls per month I think). Is that the case, or is there some other fix?