You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/create_grid.R
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,13 @@
35
35
#' clipping. Defaults to `0` (no buffer).
36
36
#' @param id_format A character string specifying which grid cell IDs to generate.
37
37
#' Options are `"both"` (default), `"long"`, `"short"`, or `"none"`.
38
+
#' @param axis_order A character string specifying the coordinate order for the
39
+
#' output Short INSPIRE IDs. This parameter is **only used when `id_format` is
40
+
#' `"short"` or `"both"`**. It can be one of:
41
+
#' \itemize{
42
+
#' \item `"NE"` (the default) to produce the format `{cellsize}N{y}E{x}`.
43
+
#' \item `"EN"` to produce the format `{cellsize}E{x}N{y}` (e.g. this format is used in [Danish national grid](https://www.dst.dk/en/TilSalg/produkter/geodata/kvadratnet)).
44
+
#' }
38
45
#' @param include_llc A logical value. If `TRUE` (default), columns for the
39
46
#' lower-left corner coordinates (`X_LLC`, `Y_LLC`) of each cell are included
0 commit comments