Yannik Buhl
Yannik Buhl
Hi Robin, thanks for the quick response. I have not tried `od::od_to_sf()` yet but I definitely will, thanks for the suggestion. And I'll let you know if that solves the...
A quick test with the minimal reproducible example tells me that replacing `od2line` with `od_to_sf` does indeed work and return a LINESTRING geometry. I will test this when back at...
Hello, I am glad this issue already exists. I would like to second the motion to add something similar to `httr::set_config`. I use it a lot in scripts where I...
In order to configure my proxy settings I need the following: - Proxy URL - Username / password - Authentication method (e.g., NTLM) It works totally fine used in `req_options`...