# NOT RUN {
# pull values from a geom (there are two features, thus two values) ...
gt_pull(gtGeoms$point, "fid")
# pull from a Raster* with RAT
gt_pull(gtGeoms$grid$categorical, "cover")
# pull from an sf-object
gt_pull(gtSF$point, "a")
# }
Run the code above in your browser using DataLab