nominatimlite 0.2.0
- rlang and tibble are not explicitly required. Conversions to tibble
happens withdplyr::tibble()
. - The data attributes of
sf
objects are returned now astibble
, for easy
printing in console. - Improvements in code and tests.
- Now
sf
objects can handle correctly nested fields provided in the json
response (for example, the nested address field provided by the API). This
is consistent also with the results provided by the non-spatial functions,
were unnesting was already handled correctly. - Improvements on the output of
reverse_geo_lite()
and
reverse_geo_lite_sf()
when the API returns nested lists.
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in #21
- Review code and fix deprecations by @dieghernan in #22
New Contributors
- @dependabot made their first contribution in #21
Full Changelog: v0.1.6...v0.2.0