nominatimlite 0.5.0
CRAN release: 2026-03-18
- API calls are cached in
tempdir()during the current session to reduce load on the service. - API calls now wait 1.2 seconds between requests to reduce overload risk.
- Vignettes have been migrated to Quarto.
nominatimlite 0.4.1
CRAN release: 2024-07-19
-
geo_address_lookup()andgeo_address_lookup_sf()now validate long OSM IDs without crashing (#47, reported by @lshydro).
nominatimlite 0.4.0
CRAN release: 2024-05-27
Adapt endpoints to Nominatim v4.4.0
[Python-only].API calls for non-spatial functions now use JSONV2 format (
&format=jsonv2), soclassis renamed tocategoryandplace_rankis added with the search rank of the object.-
The
custom_queryargument now supports vectors and logical values: The
nominatim_serverargument lets nominatimlite use a local server (#42, @alexwhitedatamine).geo_amenity()andgeo_amenity_sf()are back as wrappers ofgeo_lite_struct()andgeo_lite_struct_sf(), making them more robust and compatible with sf objects.geo_lite_struct()andgeo_lite_struct_sf()are new functions for structured queries.nominatimlite::osm_amenitieshas been reintroduced with updated data and additional description fields.Unnesting fields requested with
custom_query = list(extratags = TRUE)is improved.
nominatimlite 0.3.0
CRAN release: 2024-03-01
-
geo_lite(),geo_lite_sf(),reverse_geo_lite()andreverse_geo_lite_sf()gain aprogressbarparameter to display progress in the console.
Deprecated
-
geo_amenity()andgeo_amenity_sf(), see Nominatim/issues/1311. Usearcgeocoder::arc_geo_categories()as an alternative. -
nominatimlite::osm_amenitiesdataset deleted.
nominatimlite 0.2.0
CRAN release: 2023-05-11
- Improvements in code and tests.
-
rlang and tibble are no longer explicitly required. Conversions to tibble happen with
dplyr::tibble(). - sf object attributes are now returned as tibbles for easier printing in the console.
- sf objects now handle nested fields provided in the JSON response, such as the nested address field, consistently with non-spatial functions.
-
reverse_geo_lite()andreverse_geo_lite_sf()output is improved when the API returns nested lists.
nominatimlite 0.1.3
CRAN release: 2021-10-21
- Skip API query tests on CRAN to avoid false positives.
- Centralize API queries on (internal) function
api_call(). - Queries now fully honor the Nominatim Usage Policy. Queries may be slower now.
nominatimlite 0.1.2
CRAN release: 2021-10-07
- New internal function:
nominatim_check_access(). - Adapt tests to testthat
v3.1.0.
nominatimlite 0.1.0
CRAN release: 2021-09-16
- CRAN release.
- Adjust query rate limits to Nominatim policy.
- New
strictargument ongeo_amenity()andgeo_amenity_sf(). - Parameter
polygonchanged topoints_only(#8) thanks to @jlacko. - Package now fails gracefully if the URL is not reachable.
