overtureR 0.2.3
CRAN release: 2024-09-04
- Fix for bug in
duckdb1.1.3. - Update for post 1.1.0 native duckdb geometry reading
- Update URL to November 2024 Overture release.
overtureR 0.2.0
Add support for downloading Overture Maps data via
record_overtureandsnapshot_overture. These functions return a lazy ‘overture_call’ dataframe linked to the new local dataset.The second parameter to
open_curtainhas changed from ‘bbox’ to ‘spatial_filter’, which allows both bounding boxes (named vector or class ‘bbox’), ‘sf’ objects, or anotherdbplyrdataframe (e.g. a differentovertureRdataset/table. In the latter two cases, the data will first be filtered by the bounding box ofspatial_filter, then geographically if necessary. Filtering is currently by intersection.open_curtainparameter ‘bbox’ is deprecated, and will likely be removed in a future release.Class ‘overture_call’ has been added to facilitate
collectcalls directly assfobjects.collect_sfis now deprecated, usecollect.
