R/list.maps.R

list.maps <-
function(prefix = "*") {
    raster.list <- execGRASS("g.list", type = "raster", pattern = prefix, intern = TRUE)
    vector.list <- execGRASS("g.list", type = "vector", pattern = prefix, intern = TRUE)
    return(list(raster = raster.list, vector = vector.list))
}

Try the ENiRG package in your browser

Any scripts or data that you put into this service are public.

ENiRG documentation built on May 1, 2019, 9:15 p.m.