# NOT RUN {
itsleeds_gpkg_path = oe_get("ITS Leeds", download_only = TRUE)
oe_get_keys(itsleeds_gpkg_path)
itsleeds = oe_get("ITS Leeds")
oe_get_keys(itsleeds)
# Add an extra key to an existing .gpkg file without vectortranslate
names(oe_read(
itsleeds_gpkg_path,
query = "SELECT *, hstore_get_value(other_tags, 'oneway') AS oneway FROM lines"
))
# }
Run the code above in your browser using DataLab