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
#' @param util character; one of \code{info}, \code{warp}, \code{rasterize}, \code{translate}, \code{vectortranslate} (for ogr2ogr), \code{buildvrt}, \code{demprocessing}, \code{nearblack}, \code{grid}, \code{mdiminfo} and \code{mdimtranslate} (the last two requiring GDAL 3.1)
26
+
#' @param util character; one of \code{info}, \code{warp}, \code{rasterize}, \code{translate}, \code{vectortranslate} (for ogr2ogr), \code{buildvrt}, \code{demprocessing}, \code{nearblack}, \code{grid}, \code{mdiminfo} and \code{mdimtranslate} (the last two requiring GDAL 3.1), \code{ogrinfo} (requiring GDAL 3.7)
27
27
#' @param source character; name of input layer(s); for \code{warp}, \code{buidvrt} or \code{mdimtranslate} this can be more than one
28
28
#' @param destination character; name of output layer
29
29
#' @param options character; options for the utility
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,10 @@ Package sf:
27
27
* interfaces to [PRØJ](http://proj.org/) for coordinate reference system conversion and transformation
28
28
* uses [well-known-binary](https://en.wikipedia.org/wiki/Well-known_text#Well-known_binary) serialisations written in C++/Rcpp for fast I/O with GDAL and GEOS
29
29
* reads from and writes to spatial databases such as [PostGIS](http://postgis.net/) using [DBI](https://cran.r-project.org/web/packages/DBI/index.html)
30
-
* is extended by [lwgeom](https://github.com/r-spatial/lwgeom/) for selected liblwgeom/PostGIS functions
31
-
* is extended by [stars](https://github.com/r-spatial/stars/) for raster data, and raster or vector data cubes (spatial time series)
30
+
* is extended by
31
+
*[lwgeom](https://github.com/r-spatial/lwgeom/) for selected liblwgeom/PostGIS functions
32
+
*[stars](https://github.com/r-spatial/stars/) for raster data, and raster or vector data cubes (spatial time series)
33
+
*[sfnetworks](https://luukvdmeer.github.io/sfnetworks/) for geospatial network data
0 commit comments