Skip to content

Commit 25938bb

Browse files
committed
fix: GPKG compatibility
1 parent aade562 commit 25938bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/get_component_from_GDB.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ get_mapunit_from_GDB <- function(dsn = "gNATSGO_CONUS.gdb",
325325
}
326326
)
327327
pmg <- sf::read_sf(dsn = dsn, query = qry, as_tibble = FALSE, fid_column_name = "copmgrpkey")
328-
328+
pmg$copmgrpkey.1 <- NULL
329329

330330
# remove duplicate rvindicators
331331
dat <- as.data.frame.matrix(table(pmg$cokey, pmg$rvindicator))

0 commit comments

Comments
 (0)