-
I got the message: `Call to a member function getStatusCode() on string`
My code:
``` php
$distanceMatrix = new DistanceMatrix(new CurlHttpAdapter());
$response = $distanceMatrix->process(array('Van…
-
It appears that if a URL has the special characters of 20% to represent a space then the HTTP Binding fails.
The use case is the Google Maps Distance Matrix API that allows you to query the estimated…
-
It would be nice if we could generate Trees from arbitrary distance matrices.
May want to port the [upgma](http://pycogent.org/examples/calculate_UPGMA_cluster.html) code from pycogent
-
Hello,
I am trying to use the distance matrix to get the estimated distance between 2 addresses.
My Composer looks like this:
```
"egeloen/google-map-bundle": "~2.2",
"willdurand/geocoder":…
-
Sample coordinates are Shibuya Station to Shinjuku Station, should be roughly 9 min travel time by train:
```
c, err := maps.NewClient(maps.WithAPIKey("api-key"))
if err != nil {
log.…
-
By using the google map api to get directions from your location to the pokemons location, you can get an accurate walking distance and time. While at work, I can see at a glance whether I can walk to…
-
Right now, only the DistanceMatrix only has a `from_iterable` function.
It would be really nice if the DissimiliarityMatrix has an equivalent function. This can be useful when calculating stuff like…
-
Hi, I just have a very stupid question:
I have created a java application like this:
package test;
import com.google.maps.DistanceMatrixApi;
import com.google.maps.GeoApiContext;
import com.google.m…
-
@wasade or @ElDeveloper any idea why this is happening?
my virtual conda env is running skbio v0.4.0, but oddly, this statement causes an error:
`from skbio import OrdinationResults`
I even tried `…
-
I propose to remove the dependencies on scikit-bio.
scikit-bio has recently undergo incompatible changes to the API, especially with regards to the `pcoa()` function. In addition, related to issue 57…
yxtay updated
8 years ago