gdalraster1.11.1 package

Bindings to the 'Geospatial Data Abstraction Library' Raster API

bbox_transform

Transform a bounding box to a different projection

buildRAT

Build a GDAL Raster Attribute Table with VALUE, COUNT

g_binary_op

Binary operations on WKT geometries

g_binary_pred

Geometry binary predicates operating on WKT

g_buffer

Compute buffer of a WKT geometry

g_centroid

Compute the centroid of a geometry

g_distance

Compute the distance between two geometries

g_is_empty

Test if a geometry is empty

g_is_valid

Test if a geometry is valid

g_length

Compute the length of a geometry

g_name

Extract the geometry type name from a WKT geometry

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

srs_is_projected

Check if WKT definition is a projected coordinate system

vsi_get_fs_prefixes

Return the list of virtual file system handlers currently registered

addFilesInZip

Create/append to a potentially Seek-Optimized ZIP file (SOZip)

apply_geotransform

Apply geotransform (raster column/row to geospatial x/y)

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

buildVRT

Build a GDAL virtual raster from a list of datasets

calc

Raster calculation

CmbTable-class

Class for counting unique combinations of integers

combine

Raster overlay for unique combinations

copyDatasetFiles

Copy the files of a dataset

create

Create a new uninitialized raster

srs_is_geographic

Check if WKT definition is a geographic coordinate system

createColorRamp

Create a color ramp

createCopy

Create a copy of a raster

DEFAULT_DEM_PROC

List of default DEM processing options

DEFAULT_NODATA

List of default nodata values by raster data type

deleteDataset

Delete named dataset

dem_proc

GDAL DEM processing

displayRAT

Display a GDAL Raster Attribute Table

dump_open_datasets

Report open datasets

epsg_to_wkt

Convert spatial reference from EPSG code to OGC Well Known Text

fillNodata

Fill selected pixels by interpolation from surrounding areas

footprint

Compute footprint of a raster

g_area

Compute the area of a geometry

g_transform

Apply a coordinate transformation to a WKT geometry

gdal_formats

Retrieve information on GDAL format drivers for raster and vector

gdal_version

Get GDAL version

GDALRaster-class

Class encapsulating a raster dataset and associated band objects

gdalraster-package

Bindings to the GDAL Raster API

geos_version

Get GEOS version

get_cache_used

Get the size of memory in use by the GDAL block cache

get_config_option

Get GDAL configuration option

get_num_cpus

Get the number of processors detected by GDAL

get_pixel_line

Raster pixel/line from geospatial x,y coordinates

get_usable_physical_ram

Get usable physical RAM reported by GDAL

getCreationOptions

Return the list of creation options of a GDAL driver

has_geos

Is GEOS available?

has_spatialite

Is SpatiaLite available?

http_enabled

Check if GDAL CPLHTTP services can be useful (libcurl)

inv_geotransform

Invert geotransform

inv_project

Inverse project geospatial x/y coordinates to longitude/latitude

ogr_define

OGR feature class definition for vector data

ogr_manage

Utility functions for managing vector data sources

ogr2ogr

Convert vector data between different formats

ogrinfo

Retrieve information about a vector data source

plot_raster

Display raster data

polygonize

Create a polygon feature layer from raster data

pop_error_handler

Pop error handler off stack

push_error_handler

Push a new GDAL CPLError handler

rasterFromRaster

Create a raster from an existing raster as template

rasterize

Burn vector geometries into a raster

rasterToVRT

Create a GDAL virtual raster derived from one source dataset

read_ds

Convenience wrapper for GDALRaster$read()

renameDataset

Rename a dataset

RunningStats-class

Class to calculate mean and variance in one pass

set_config_option

Set GDAL configuration option

sieveFilter

Remove small raster polygons

srs_is_same

Do these two spatial references describe the same system?

srs_to_wkt

Convert various spatial reference formats to Well Known Text

transform_xy

Transform geospatial x/y coordinates

translate

Convert raster data between different formats

vsi_clear_path_options

Clear path specific configuration options

vsi_constants

Constants for VSIFile$seek()

vsi_copy_file

Copy a source file to a target filename

vsi_curl_clear_cache

Clean cache associated with /vsicurl/ and related file systems

vsi_get_disk_free_space

Return free disk space available on the filesystem

vsi_get_file_metadata

Get metadata on files

vsi_get_fs_options

Return the list of options associated with a virtual file system handl...

vsi_mkdir

Create a directory

vsi_read_dir

Read names in a directory

vsi_rename

Rename a file

vsi_rmdir

Delete a directory

vsi_set_path_option

Set a path specific option for a given path prefix

vsi_stat

Get filesystem object info

vsi_supports_rnd_write

Return whether the filesystem supports random write

vsi_supports_seq_write

Return whether the filesystem supports sequential write

vsi_sync

Synchronize a source file/directory with a target file/directory

vsi_unlink

Delete a file

vsi_unlink_batch

Delete several files in a batch

VSIFile-class

Class wrapping the GDAL VSIVirtualHandle API for binary file I/O

warp

Raster reprojection and mosaicing

Interface to the Raster API of the 'Geospatial Data Abstraction Library' ('GDAL', <https://gdal.org>). Bindings are implemented in an exposed C++ class encapsulating a 'GDALDataset' and its raster band objects, along with several stand-alone functions. These support manual creation of uninitialized datasets, creation from existing raster as template, read/set dataset parameters, low level I/O, color tables, raster attribute tables, virtual raster (VRT), and 'gdalwarp' wrapper for reprojection and mosaicing. Includes 'GDAL' algorithms ('dem_proc()', 'polygonize()', 'rasterize()', etc.), and functions for coordinate transformation and spatial reference systems. Calling signatures resemble the native C, C++ and Python APIs provided by the 'GDAL' project. Includes raster 'calc()' to evaluate a given R expression on a layer or stack of layers, with pixel x/y available as variables in the expression; and raster 'combine()' to identify and count unique pixel combinations across multiple input layers, with optional output of the pixel-level combination IDs. Provides raster display using base 'graphics'. Bindings to a subset of the 'OGR' API are also included for managing vector data sources. Bindings to a subset of the Virtual Systems Interface ('VSI') are also included to support operations on 'GDAL' virtual file systems. These are general utility functions that abstract file system operations on URLs, cloud storage services, 'Zip'/'GZip'/'7z'/'RAR' archives, and in-memory files. 'gdalraster' may be useful in applications that need scalable, low-level I/O, or prefer a direct 'GDAL' API.

  • Maintainer: Chris Toney
  • License: MIT + file LICENSE
  • Last published: 2024-06-13