-
opencagedata supports \[multiple country codes(), but opencage 📦 does not (yet).
``` r
# French territories according to the opencage website
french_territories %
toupper()
opencage_forwa…
-
In my experience, geocoding with opencage has produced useful and accurate results. However, queries have to be made one at a time right now. I propose to vectorize the input as discussed in issue #19…
-
Hi,
I have found several bug with this code, specifically around the implementation of the opencage geocoder. I'm happy to put in time on fixing them and submit pull requests, but am concerned that…
-
We need to find a replacement and either rewrite this or roll a new plug-in.
Mapzen suggested some replacements in their [migration guide](https://mapzen.com/blog/migration/):
> For search and g…
-
I don’t know whether this is an issue / feature request or just a
question with an obvious solution. Apologies if it turns out to be the
latter, but even then it might still be useful for the vignet…
-
See https://github.com/ropensci/opencage/pull/29#issuecomment-365164035
@maelle I said I would check, but don't really know where...
-
-
Is [this](https://github.com/ropensci/opencage/blob/devel/R/utils.R#L45) the right way to set a custom user agent?
If it is, I could do a PR to add this in the docs... in the file where you think i…
-
I have been working on the `oc_forward_df` and `oc_reverse_df` functions a bit more. I am returning everything as a data frame. The original `opencage_format` returns the results as a tbl_df, but it u…
-
I don't get a result for queries with non-ASCII characters
``` r
opencage::oc_forward("Köln")$results
#> list()
```
I think this is due to `crul` not converting query strings to UTF-8 before …