-
What I tried and wanted to acheive:
```python
geocoder.opencage('budapest', language='eo')
```
I get `` instead of ``
But this may be limited: if I’d like to pass other parameters, there is a …
-
My Providers:
``` php
$this->geo = new ProviderAggregator;
$adapter = new CurlHttpAdapter;
$providers = array(
new ArcGISOnline($adapter, "CA"),
new Go…
-
Hi @maelle,
I have about 2,200 European cities that I want to get coordinates for and I thought I'd try out your package as an alternative to `ggmap`. It works really well! However, one feature th…
-
It is possible to get the raw answer (JSON) ?
suggestion
```
const geoCoderOptions = {
provider: 'PROVIDER', // your provider
// Optional depending on the providers
httpAdapter: 'http…
-
OpenCage has the "house" field in some of their results, which shows the name of the building. Here's an example for the Duncan Building at 119 W Pender St, Vancouver, BC:
```
components: {
city:…
-
@aashish24 please edit/comment as necessary.
Use [geopy](https://github.com/geopy/geopy) to add geocoding capability to Gaia
- new GeocodeProcess class
- use the geocoder specified in process argumen…
-
- 1. What does this package do? (explain in 50 words or less)
This package is an interface to the opencage API (free account: 2500 calls/day). It allows forward geocoding (from placename to lat/lo…
-
Using the code in Synopsis of Geo::Coder::OpenCage with API key all works ok.
Using the code in Synopsis of Geo::Coder::Many::OpenCage with same API ( had to remove brackets from new as expects ev…
-
I have been testing libpostal against parts of the address set from https://results.openaddresses.io/ and have encountered some strange edge cases. I have been creating the test addresses using the Op…
-
Seeing another panic, not sure if it is tracked or not.
I think it's this line:
`func (r *geocodeResponse) Location() geo.Location { return r.Results[0].Locations[0].LatLng }`
panic: runtime e…