osmextract 0.2.0
The R package was published on CRAN!
NEW FEATURES
- Add a
level
parameter tooe_match()
. It is used to choose between multiple hierarchically nested OSM extracts. The default behaviour is to select the smallest administrative unit. (#160) - Modify the behaviour of
oe_match()
. The function checks all implemented providers in case the inputplace
is not matched with any geographical zone for the chosen provider. - Add a simple interface to Nominatim API that enables
oe_match()
to geolocate text strings that cannot be found in the providers.
MINOR IMPROVEMENTS
- Normalise the paths managed by
oe_download_directory
andoe_download
(#150 and #161) oe_get_keys
returns an informative error when there is no other_tags field in the input file (#158)
BUG FIXES
- Fix the structure of
geofabrik_zones
object (#167) - Fix warning messages related to ... in
oe_get()
(#152)