|
5 | 5 | #' |
6 | 6 | #' @param gdal_raster_driver character, length 1; set the driver used for raster |
7 | 7 | #' data in target store (default: `"GTiff"`). Options for driver names can be |
8 | | -#' found here: <https://gdal.org/drivers/raster/index.html>. |
| 8 | +#' found here: <https://gdal.org/en/stable/drivers/raster/index.html>. |
9 | 9 | #' @param gdal_raster_creation_options character; set the GDAL creation options |
10 | 10 | #' used when writing raster files to target store (default: `""`). You may |
11 | 11 | #' specify multiple values e.g. `c("COMPRESS=DEFLATE", "TFW=YES")`. Each GDAL |
12 | 12 | #' driver supports a unique set of creation options. For example, with the |
13 | 13 | #' default `"GTiff"` driver: |
14 | | -#' <https://gdal.org/drivers/raster/gtiff.html#creation-options>. |
| 14 | +#' <https://gdal.org/en/stable/drivers/raster/gtiff.html#creation-options>. |
15 | 15 | #' @param gdal_raster_data_type character; Data type for writing raster file. |
16 | 16 | #' One of: `"INT1U"`, `"INT2U"`, `"INT4U"`, `"INT8U"`, `"INT2S"`, `"INT4S"`, |
17 | 17 | #' `"INT8S"`, `"FLT4S"`, `"FLT8S"` (for terra), or `"Byte"`, `"UInt16"`, |
|
25 | 25 | #' `c("WRITE_BBOX=YES", "COORDINATE_PRECISION=10")`. Each GDAL driver supports |
26 | 26 | #' a unique set of creation options. For example, with the default `"GPKG"` |
27 | 27 | #' driver: |
28 | | -#' <https://gdal.org/drivers/vector/gpkg.html#layer-creation-options> |
| 28 | +#' <https://gdal.org/en/stable/drivers/vector/gpkg.html#layer-creation-options> |
29 | 29 | #' @param terra_preserve_metadata character. When `"drop"` (default), any |
30 | 30 | #' auxiliary files that would be written by [terra::writeRaster()] containing |
31 | 31 | #' raster metadata such as units and datetimes are lost (note that this does |
|
0 commit comments