Skip to content

Commit

Permalink
bump misc
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Feb 13, 2024
1 parent a973c8f commit 50adf83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/gpkg-terra-example.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ all_ssurgo
v <- gpkg_vect(all_ssurgo, "sapolygon")
plot(v)

gpkg_table(all_ssurgo, "sdvcatalog")
gpkg_table(all_ssurgo, "sacatalog")

# terra query very powerful / fast on large 100GB gpkg
gpkg_vect(all_ssurgo, "mupolygon", proxy = TRUE) |>
Expand Down
2 changes: 1 addition & 1 deletion misc/gpkg-vector.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ gpkg_update_contents(x)
gpkg_table(x, "muaggatt_sda")
gpkg_contents(x)
y <- gpkg_tables(x)
y
y[["muaggatt_sda"]]

0 comments on commit 50adf83

Please sign in to comment.