Skip to content

tidygeocoder 1.0.6

Latest

Choose a tag to compare

@jessecambon jessecambon released this 31 Mar 20:27

Bug Fixes and Enhancements

  • Changed the default min_time (minimum seconds elapsed per query) value to 1 (60 queries per minute) for the Location IQ service (#166).
  • Updated default Geocodio API URL from version 1.6 to 1.7.
  • Fixed code and documentation that incorrectly referred to mapquest_open as mapbox_open.
  • An error is now thrown if an api_options parameter is not compatible with the specified method.
  • A message is now displayed warning that flatten=FALSE is ignored for Geocodio and Mapquest (the output of these services requires flattening to avoid errors).
  • Address component parameters (street, city, state, postal code, and country) can now be used with the ArcGIS service (#180, #ottothecow)
  • The ArcGIS service now returns all available parameters by default (#177, #ottothecow)
  • Fixed a bug where the Geocodio service did not pass the correct address component parameter names (#178, @ottothecow).

Removed Deprecated Features

  • Removed the "cascade" method for geo(). Use geo_combine() or geocode_combine() instead.
  • Removed deprecated functions: geo_census() geo_osm() geo_geocodio() geo_iq() geo_google() geo_opencage() geo_mapbox() geo_here() geo_tomtom() geo_mapquest() geo_bing() geo_arcgis() geo_cascade(). Use the geo() function instead.
  • Removed deprecated parameters for geo() and reverse_geo(): iq_region, geocodio_v, param_error, mapbox_permanent, here_request_id, mapquest_open. Use the api_options parameter instead.
  • Removed deprecated parameters for geo(): cascade_order, batch_limit_error, return_type. Instead of return_type, use the api_options parameter. The cascade_order and batch_limit_error parameters are no longer needed now that the "cascade" method is removed.