Skip to content

Commit

Permalink
🦆 🛰️
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Feb 28, 2024
1 parent 42568bf commit c44998c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: duckdbfs
Title: High Performance Remote File System, Database and Geospatial Access Using 'duckdb'
Version: 0.0.3.99
Title: High Performance Remote File System, Database and 'Geospatial' Access Using 'duckdb'
Version: 0.0.4
Authors@R:
person("Carl", "Boettiger", , "[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0002-1642-628X"))
Expand Down
2 changes: 2 additions & 0 deletions R/open_dataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ open_dataset <- function(sources,

if(format == "sf") {
load_spatial(conn = conn)
# for now VSI prefixes are not supported, but httpfs can handle spatial
sources <- strip_vsi(sources)
}
view_query <- query_string(tblname,
sources,
Expand Down
3 changes: 3 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
CMD
CRS
EPSG
GBIF
GC
GDAL
Expand All @@ -13,6 +15,7 @@ WKB
behaviour
cachable
containsproperly
crs
csv
dbpylr
dplyr
Expand Down

0 comments on commit c44998c

Please sign in to comment.