CmbTable-class          Class for counting unique combinations of
                        integers
DEFAULT_DEM_PROC        List of default DEM processing options
DEFAULT_NODATA          List of default nodata values by raster data
                        type
GDALRaster-class        Class encapsulating a subset of the GDAL Raster
                        C API
RunningStats-class      Class to calculate mean and variance in one
                        pass
bandCopyWholeRaster     Copy a whole raster band efficiently
bbox_from_wkt           Get the bounding box of a geometry specified in
                        OGC WKT format
bbox_intersect          Bounding box intersection / union
bbox_to_wkt             Convert a bounding box to POLYGON in OGC WKT
                        format
buildRAT                Build a GDAL Raster Attribute Table as data
                        frame
buildVRT                Build a GDAL virtual raster from a list of
                        datasets
calc                    Raster calculation
combine                 Raster overlay for unique combinations
copyDatasetFiles        Copy the files of a dataset
create                  Create a new uninitialized raster
createColorRamp         Create a color ramp
createCopy              Create a copy of a raster
deleteDataset           Delete named dataset
dem_proc                GDAL DEM processing
displayRAT              Display a GDAL Raster Attribute Table
epsg_to_wkt             Convert spatial reference from EPSG code to OGC
                        Well Known Text
fillNodata              Fill selected pixels by interpolation from
                        surrounding areas
g_buffer                Compute buffer of a WKT geometry
gdal_formats            Report all configured GDAL drivers for raster
                        formats
gdal_version            Get GDAL version
gdalraster-package      Bindings to the GDAL Raster API
getCreationOptions      Return the list of creation options of a GDAL
                        driver
get_cache_used          Get the size of memory in use by the GDAL block
                        cache
get_config_option       Get GDAL configuration option
get_pixel_line          Raster pixel/line from geospatial x,y
                        coordinates
has_geos                Is GEOS available?
inv_geotransform        Invert geotransform
inv_project             Inverse project geospatial x/y coordinates to
                        longitude/latitude
plot_raster             Display raster data
polygonize              Create a polygon feature layer from raster data
proj_networking         Check, enable or disable PROJ networking
                        capabilities
proj_search_paths       Get or set search path(s) for PROJ resource
                        files
proj_version            Get PROJ version
rasterFromRaster        Create a raster from an existing raster as
                        template
rasterToVRT             Create a GDAL virtual raster derived from one
                        source dataset
rasterize               Burn vector geometries into a raster
read_ds                 Convenience wrapper for 'GDALRaster$read()'
renameDataset           Rename a dataset
set_config_option       Set GDAL configuration option
sieveFilter             Remove small raster polygons
srs_is_geographic       Check if WKT definition is a geographic
                        coordinate system
srs_is_projected        Check if WKT definition is a projected
                        coordinate system
srs_is_same             Do these two spatial references describe the
                        same system?
srs_to_wkt              Convert spatial reference definition to OGC
                        Well Known Text
transform_xy            Transform geospatial x/y coordinates
translate               Convert raster data between different formats
warp                    Raster reprojection and mosaicing
