Skip to content

Commit

Permalink
Merge pull request #1613 from mdsumner/patch-1
Browse files Browse the repository at this point in the history
Update svc.Rd
  • Loading branch information
rhijmans authored Oct 2, 2024
2 parents 6024ce1 + eb5d2f4 commit 7ffb5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/svc.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Methods to create a SpatVectorCollection. This is an object to hold "sub-dataset
\item{x}{SpatVector, character (filename), list with SpatVectors, or missing}
\item{...}{Additional \code{SpatVector}s}
\item{layer}{character. layer name to select a layer from a file (database) with multiple layers}
\item{query}{character. An query to subset the dataset in the \href{https://gdal.org/en/latest/user/ogr_sql_dialect.html}{OGR-SQL dialect}}
\item{query}{character. A query to subset the dataset in the \href{https://gdal.org/en/latest/user/ogr_sql_dialect.html}{OGR-SQL dialect}}
\item{extent}{Spat* object. The extent of the object is used as a spatial filter to select the geometries to read. Ignored if \code{filter} is not \code{NULL}}
\item{filter}{SpatVector. Used as a spatial filter to select geometries to read (the convex hull is used for lines or points). It is guaranteed that all features that overlap with the extent of filter will be returned. It can happen that additional geometries are returned}
}
Expand Down

0 comments on commit 7ffb5a8

Please sign in to comment.