- If the parameter
place
represents ansf
/sfc
/bbox
object with missing CRS, thenoe_match()
raises a warning message and setsCRS = 4326
. This has relevant consequences on other functions (likeoe_get()
) that wrapoe_match()
.
- The parameter
force_vectortranslate
is tested before reading the layers of an existinggpkg
file. Ifforce_vectortranslate
isTRUE
, thenoe_vectortranslate()
doesn't check the existing layers. This is important for user that runoe_vectortranslate()
after stopping the vectortranslate process.
- The arguments passed to
oe_read()
via...
are compared to the formals ofst_read.character
andst_as_sf.data.frame
. - Added a new method to
oe_match
forbbox
objects (#185). - The
oe_get_keys()
function can be applied to.osm.pbf
objects (#188).
- Improved several examples and fixed a small bug in the documentation of
oe_match()
. - Fix several typos in the vignettes and docs.
- Created a new space in the github repo named Discussion to have conversations, ask questions and post answers without opening issues. Link: https://github.com/ropensci/osmextract/discussions.
- Tests that require an internet connection are now skipped on CRAN.
This is a minor release.
- We modified several examples and tests to fix several errors noticed during CRAN tests (#175).
Published on CRAN!
- 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 (#155). - Add a simple interface to Nominatim API that enables
oe_match()
to geolocate text strings that cannot be found in the providers (#155).
- 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)
- Fix the structure of
geofabrik_zones
object (#167) - Fix warning messages related to ... in
oe_get()
(#152)
- Simplify several warning messages in case of spatial matching
- Simplify startup message (#156)
- Add more details related to download timeouts (#145)
- Documented values returned by
oe_find()
andoe_search()
- Finish development of the main functions
- Submit to rOpenSci for peer-review