set value of boundary if place is sf/sfc/bbox - #314
Conversation
boundary if place is sf/sfc/bboxboundary if place is sf/sfc/bbox
As suggested by @Robinlovelace in ropensci#314: adds a message explaining that boundary=place is being used to geographically subset the output, and how to override with boundary=NULL to import the full extract.
|
I've implemented your message suggestion in a PR to @juanfonsecaLS1's branch: juanfonsecaLS1#1 The message reads:
The two-line format makes the behaviour clear and immediately tells users how to opt out if they want the full extract. |
Add informative message when boundary is auto-set from place
|
@agila5 I have just updated |
|
Thanks!
I believe that's not going to work since the default value of |
Oh yes of course, I forgot that the default is |
|
place = FALSE should also work... |
|
Ok, merged! I'll apply final changes and then we can also close the issue. |
Description
Added code so the boundary takes the value of
placeif it is asf/sfc POLYGONor aBBOX, reducing the processing time if the availablepbfis bigger than the target area. Also reduces the need to provide redundant inputs.Related Issue
Addresses #313
Example
Created on 2026-03-10 with reprex v2.1.1