Skip to content

Commit 41e3c2e

Browse files
authored
Merge pull request #169 from brownag/doc-updates
Doc updates
2 parents 4185d32 + 260b6c9 commit 41e3c2e

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

R/geotargets-option.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
#'
66
#' @param gdal_raster_driver character, length 1; set the driver used for raster
77
#' 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>.
99
#' @param gdal_raster_creation_options character; set the GDAL creation options
1010
#' used when writing raster files to target store (default: `""`). You may
1111
#' specify multiple values e.g. `c("COMPRESS=DEFLATE", "TFW=YES")`. Each GDAL
1212
#' driver supports a unique set of creation options. For example, with the
1313
#' 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>.
1515
#' @param gdal_raster_data_type character; Data type for writing raster file.
1616
#' One of: `"INT1U"`, `"INT2U"`, `"INT4U"`, `"INT8U"`, `"INT2S"`, `"INT4S"`,
1717
#' `"INT8S"`, `"FLT4S"`, `"FLT8S"` (for terra), or `"Byte"`, `"UInt16"`,
@@ -25,7 +25,7 @@
2525
#' `c("WRITE_BBOX=YES", "COORDINATE_PRECISION=10")`. Each GDAL driver supports
2626
#' a unique set of creation options. For example, with the default `"GPKG"`
2727
#' 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>
2929
#' @param terra_preserve_metadata character. When `"drop"` (default), any
3030
#' auxiliary files that would be written by [terra::writeRaster()] containing
3131
#' raster metadata such as units and datetimes are lost (note that this does

R/tar-stars.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#' will be read as an object of class `stars_proxy`. Otherwise, the object is
2626
#' class `stars`.
2727
#' @param mdim logical. Use the [Multidimensional Raster Data
28-
#' Model](https://gdal.org/user/multidim_raster_data_model.html) via
28+
#' Model](https://gdal.org/en/stable/user/multidim_raster_data_model.html) via
2929
#' [stars::write_mdim()]? Default: `FALSE`. Only supported for some drivers,
3030
#' e.g. `"netCDF"` or `"Zarr"`.
3131
#' @param ncdf logical. Use the NetCDF library directly to read data via

R/tar-terra-vrt.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#' @importFrom rlang %||% arg_match0
2020
#' @seealso [tar_terra_tiles()]
2121
#' @export
22+
#' @return target class "tar_stem" for use in a target pipeline
2223
#' @examples
2324
#' if (Sys.getenv("TAR_LONG_EXAMPLES") == "true") {
2425
#' targets::tar_dir({ # tar_dir() runs code from a temporary directory.

man/geotargets-options.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tar_terra_vrt.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)