Moved to spacehakr::spk_geoserv_dlv(). This wrapper forwards its arguments
unchanged and will be removed in a future release — call
spacehakr::spk_geoserv_dlv() directly.
Behaviour change. spacehakr::spk_geoserv_dlv() aborts via cli::cli_abort() on a non-200 response. This version printed a message and returned the output path regardless, so a failed download looked like a successful one. The success message also moves from cat() on stdout to cli::cli_alert_success() on stderr, so anything capturing stdout sees a different result.
Arguments
- ...
Passed unchanged to
spacehakr::spk_geoserv_dlv(), which owns the argument list and its defaults.
Value
The value of spacehakr::spk_geoserv_dlv().
