View source: R/qgis_filedownloader.R
qgis_filedownloader | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Download file via HTTP(S) (native:filedownloader). Downloads a URL to the file system with an HTTP(S) GET or POST request This algorithm downloads a URL to the file system with an HTTP(S) GET or POST request
qgis_filedownloader(
URL = qgisprocess:::qgis_default_value(),
METHOD = qgisprocess:::qgis_default_value(),
DATA = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
URL |
|
METHOD |
|
DATA |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputFile - File destination
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.