Skip to content

Commit 3362108

Browse files
committed
closes #2179
1 parent 4b5ebaf commit 3362108

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

R/read.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ set_utf8 = function(x) {
7575
#' lead to spurious errors that accompanying \code{*.shp} are missing.
7676
#'
7777
#' In case of problems reading shapefiles from USB drives on OSX, please see
78-
#' \url{https://github.com/r-spatial/sf/issues/252}.
78+
#' \url{https://github.com/r-spatial/sf/issues/252}. Reading shapefiles (or other
79+
#' data sources) directly from zip files can be done by prepending the path
80+
#' with \code{/vsizip/}, see also \url{https://github.com/r-spatial/sf/pull/1514}
7981
#'
8082
#' For \code{query} with a character \code{dsn} the query text is handed to
8183
#' 'ExecuteSQL' on the GDAL/OGR data set and will result in the creation of a

man/st_read.Rd

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

0 commit comments

Comments
 (0)