-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello,
I’m using a custom Valhalla server and attempting to calculate transit isochrones. I’ve encountered two issues:
1. Warnings When Checking Server Status
When querying the server status, I receive the following warnings, even though the response otherwise appears correct:
$version
[1] "3.6.1"
$tileset_last_modified
[1] "2026-02-11 10:13:32 GMT"
$available_actions
[1] "status" "centroid" "expansion" "transit_available"
[5] "trace_attributes" "trace_route" "isochrone" "optimized_route"
[9] "sources_to_targets" "height" "route" "locate"
Warning messages:
1: In as.POSIXlt.POSIXct(x, tz) : unknown timezone '%Y-%m-%d %H:%M'
2: In as.POSIXlt.POSIXct(x, tz) : unknown timezone '%Y-%m-%d %H:%M'Question: What could be causing these warnings? Is it a server configuration issue or related to how the response is processed?
2. Missing Date/Time Parameter in vl Functions
I noticed that the vl functions (e.g., vl_isochrone()) do not provide a way to specify a date or time for transit calculations. Without this, transit isochrone calculations are not meaningful, as schedules are time-dependent.
Question: Is there a way to specify a date/time for transit isochrones that I’m missing? Or should I be using a different function or parameter?
Thank you in advance
Chrijo