51 questions
0
votes
1
answer
247
views
Google Maps Direction API Japan - No results returned for transit [closed]
I have been working on an application that uses Google Maps Directions API. I have been successful in getting Driving and Walking directions for Tokyo Japan. But once I change it to Transit, I get ...
0
votes
1
answer
399
views
Using Fedex Rate and Transit times api not getting delivery date
Iβm using the FedEx Rate API (https://apis-sandbox.fedex.com/rate/v1/rates/quotes) to get shipping rates, but I am not receiving the delivery date in the response. I have included the ...
0
votes
0
answers
140
views
Using r5r in RStudio to Plot Transit : Help Troubleshooting Transit times & Plotting Appropriate Map
I'm working on plotting access to a single point in Montreal-- the central station-- and the process seems to go sideways at the point where I create the travel time matrix (ttm). My hex_grid_points ...
0
votes
0
answers
199
views
Support for SHA256withECDSAinP1363Format signing algorithm in hashicorp vault transit engine
We have created a encryption key of type ecdsa-p256 and We have successfully created signature with SHA256withECDSA and public key received while creation.
But want to use signing algorithm ...
0
votes
1
answer
288
views
Support for SHA256withECDSA signing algorithm in hashicorp vault transit sign api
We have created a encryption key of type ecdsa-p256 using /v1/transit/keys/ api and further we are signing using /v1/transit/sign/ api and trying to verify using vault it is successfully verified with ...
0
votes
1
answer
71
views
Clojure transit: serializing nested metadata
Say I have a nested structure in Clojure e.g.
(def res [:S [:AB [:A "a"] [:B "b"]]])
but with nested metadata on each/ any of the vectors.
e.g.
(defn meta-tree [t]
(if (...
1
vote
0
answers
722
views
Github data in transit
I was just wondering how the data is encrypted during transit to Github. Checking online there seems to be information about the encryption of the source code at rest but I can't seem to find any info ...
-1
votes
1
answer
237
views
R: How to use the map function to find min value within a subset of columns
I am trying to find out how to efficiently output minimum values of runtime_sec based on of a subset from hour column potentially using an anonymous function. Currently, I have a long way of creating ...
0
votes
1
answer
46
views
List of public transit lines along with the stations served by each
I am looking to get the list of all transit (subway/rail/bus) lines within a given area with all the stations/stops served by each.
I am not looking for the best possible route based on start and end ...
2
votes
0
answers
92
views
Fewer stations with Public Transit API v8 than with v3
So far I use the Transit Public API v3 and now I want to switch to v8. But with the v8 I get less stations.
Example:
v3 (result 13 stations): https://transit.api.here.com/v3/stations/by_geocoord.json?...
0
votes
1
answer
339
views
Here API does not show public transit for given route
I am trying this URL straight from documentation, and it works fine, showing a route consisting of walkable sections as well as sections to be plied by public transport:
https://transit.router.hereapi....
1
vote
0
answers
274
views
How to get distances and durations for HERE public transit api?
I am able to retrieve some public transit route with the HERE api v8:
https://developer.here.com/documentation/public-transit/dev_guide/routing/route-example.html
And I would like to determine:
total ...
0
votes
1
answer
100
views
Api return 429 -possibilty raise threshold
I am using following api:
https://transit.router.hereapi.com/v8/routes
https://router.hereapi.com/v8/routes
and while I use paralerization or async, I am recieving response
429 - Too Many Requests
I ...
0
votes
2
answers
398
views
How to pass numeric values from PhP to Javascript without posting data?
I need some data from SQL to Javascript, so I called them in PhP and I'm trying to pass these values to Javascript, but the code below causes a NaN failure... if I set a PhP command for the Javascript ...
0
votes
1
answer
110
views
Different responses for station search with name in Here API V3 and V8
Using HERE Public Transit API V3 for searching stations with name and radius, I get up to 25 stations with the following query:
https://transit.ls.hereapi.com/v3/stations/by_name.json?
center=50.7374,...