Bindings to 'GDAL'


[Up] [Top]

Documentation for package ‘gdalraster’ version 2.0.0

Help Pages

A B C D E F G H I O P R S T V W

gdalraster-package Bindings to the GDAL API

-- A --

addFilesInZip Create/append to a potentially Seek-Optimized ZIP file (SOZip)
apply_geotransform Apply geotransform (raster column/row to geospatial x/y)
autoCreateWarpedVRT Create a virtual warped dataset automatically

-- B --

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
bbox_transform Transform a bounding box to a different projection
bbox_union Bounding box intersection / union
buildRAT Build a GDAL Raster Attribute Table with VALUE, COUNT
buildVRT Build a GDAL virtual raster from a list of datasets

-- C --

calc Raster calculation
CmbTable Class for counting unique combinations of integers
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
createColorRamp Create a color ramp
createCopy Create a copy of a raster

-- D --

data_type_helpers Helper functions for GDAL raster data types
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
dt_find Helper functions for GDAL raster data types
dt_find_for_value Helper functions for GDAL raster data types
dt_is_complex Helper functions for GDAL raster data types
dt_is_floating Helper functions for GDAL raster data types
dt_is_integer Helper functions for GDAL raster data types
dt_is_signed Helper functions for GDAL raster data types
dt_size Helper functions for GDAL raster data types
dt_union Helper functions for GDAL raster data types
dt_union_with_value Helper functions for GDAL raster data types
dump_open_datasets Report open datasets

-- E --

epsg_to_wkt Convert spatial reference definitions to OGC Well Known Text

-- F --

fillNodata Fill selected pixels by interpolation from surrounding areas
footprint Compute footprint of a raster

-- G --

GDALRaster Class encapsulating a raster dataset and associated band objects
gdalraster Bindings to the GDAL API
GDALRaster-class Class encapsulating a raster dataset and associated band objects
GDALVector Class encapsulating a vector layer in a GDAL dataset
GDALVector-class Class encapsulating a vector layer in a GDAL dataset
gdal_compute_version Compute a GDAL integer version number from major, minor, revision
gdal_formats Retrieve information on GDAL format drivers for raster and vector
gdal_version Get GDAL version
gdal_version_num Get GDAL version
geos_version Get GEOS version
getCreationOptions Return the list of creation options for a GDAL driver
get_cache_max Get the maximum memory size available for the GDAL block cache
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
g_add_geom Create WKB/WKT geometries from vertices, and add sub-geometries
g_area Compute measurements for WKB/WKT geometries
g_binary_op Binary operations on WKB or WKT geometries
g_binary_pred Geometry binary predicates operating on WKB or WKT
g_buffer Compute buffer of a WKB/WKT geometry
g_centroid Compute measurements for WKB/WKT geometries
g_contains Geometry binary predicates operating on WKB or WKT
g_coords Extract coordinate values from geometries
g_create Create WKB/WKT geometries from vertices, and add sub-geometries
g_crosses Geometry binary predicates operating on WKB or WKT
g_difference Binary operations on WKB or WKT geometries
g_disjoint Geometry binary predicates operating on WKB or WKT
g_distance Compute measurements for WKB/WKT geometries
g_envelope Obtain the bounding envelope for input geometries
g_equals Geometry binary predicates operating on WKB or WKT
g_factory Create WKB/WKT geometries from vertices, and add sub-geometries
g_geodesic_area Compute measurements for WKB/WKT geometries
g_geodesic_length Compute measurements for WKB/WKT geometries
g_intersection Binary operations on WKB or WKT geometries
g_intersects Geometry binary predicates operating on WKB or WKT
g_is_3D Obtain information about WKB/WKT geometries
g_is_empty Obtain information about WKB/WKT geometries
g_is_measured Obtain information about WKB/WKT geometries
g_is_valid Obtain information about WKB/WKT geometries
g_length Compute measurements for WKB/WKT geometries
g_make_valid Attempt to make invalid geometries valid
g_measures Compute measurements for WKB/WKT geometries
g_name Obtain information about WKB/WKT geometries
g_overlaps Geometry binary predicates operating on WKB or WKT
g_query Obtain information about WKB/WKT geometries
g_simplify Simplify WKB/WKT geometries optionally preserving topology
g_summary Obtain information about WKB/WKT geometries
g_swap_xy Swap geometry x and y coordinates
g_sym_difference Binary operations on WKB or WKT geometries
g_touches Geometry binary predicates operating on WKB or WKT
g_transform Apply a coordinate transformation to a WKB/WKT geometry
g_union Binary operations on WKB or WKT geometries
g_within Geometry binary predicates operating on WKB or WKT
g_wk2wk Geometry WKB/WKT conversion

-- H --

has_geos Is GEOS available?
has_spatialite Is SpatiaLite available?
http_enabled Check if GDAL CPLHTTP services can be useful (libcurl)

-- I --

identifyDriver Identify the GDAL driver that can open a dataset
inspectDataset Obtain information about a GDAL raster or vector dataset
inv_geotransform Invert geotransform
inv_project Inverse project geospatial x/y coordinates to longitude/latitude

-- O --

ogr2ogr Convert vector data between different formats
ogrinfo Retrieve information about a vector data source
ogr_define OGR feature class definition for vector data
ogr_def_field OGR feature class definition for vector data
ogr_def_geom_field OGR feature class definition for vector data
ogr_def_layer OGR feature class definition for vector data
ogr_ds_create Utility functions for managing vector data sources
ogr_ds_exists Utility functions for managing vector data sources
ogr_ds_format Utility functions for managing vector data sources
ogr_ds_layer_count Utility functions for managing vector data sources
ogr_ds_layer_names Utility functions for managing vector data sources
ogr_ds_test_cap Utility functions for managing vector data sources
ogr_execute_sql Utility functions for managing vector data sources
ogr_field_create Utility functions for managing vector data sources
ogr_field_delete Utility functions for managing vector data sources
ogr_field_index Utility functions for managing vector data sources
ogr_field_rename Utility functions for managing vector data sources
ogr_geom_field_create Utility functions for managing vector data sources
ogr_layer_create Utility functions for managing vector data sources
ogr_layer_delete Utility functions for managing vector data sources
ogr_layer_exists Utility functions for managing vector data sources
ogr_layer_field_names Utility functions for managing vector data sources
ogr_layer_rename Utility functions for managing vector data sources
ogr_layer_test_cap Utility functions for managing vector data sources
ogr_manage Utility functions for managing vector data sources
ogr_proc GDAL OGR facilities for vector geoprocessing
ogr_reproject Reproject a vector layer

-- P --

pixel_extract Extract pixel values at geospatial point locations
plot.OGRFeature Plot the geometry of an 'OGRFeature' object
plot.OGRFeatureSet Plot the geometry column of an 'OGRFeatureSet'
plot_raster Display raster data
polygonize Create a polygon feature layer from raster data
pop_error_handler Pop error handler off stack
print.OGRFeature Print an 'OGRFeature' object
print.OGRFeatureSet Print an 'OGRFeatureSet'
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
push_error_handler Push a new GDAL CPLError handler

-- R --

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
Rcpp_CmbTable Class for counting unique combinations of integers
Rcpp_CmbTable-class Class for counting unique combinations of integers
Rcpp_GDALRaster Class encapsulating a raster dataset and associated band objects
Rcpp_GDALRaster-class Class encapsulating a raster dataset and associated band objects
Rcpp_GDALVector Class encapsulating a vector layer in a GDAL dataset
Rcpp_GDALVector-class Class encapsulating a vector layer in a GDAL dataset
Rcpp_RunningStats Class to calculate mean and variance in one pass
Rcpp_RunningStats-class Class to calculate mean and variance in one pass
Rcpp_VSIFile Class wrapping the GDAL VSIVirtualHandle API for binary file I/O
Rcpp_VSIFile-class Class wrapping the GDAL VSIVirtualHandle API for binary file I/O
read_ds Convenience wrapper for 'GDALRaster$read()'
renameDataset Rename a dataset
RunningStats Class to calculate mean and variance in one pass
RunningStats-class Class to calculate mean and variance in one pass

-- S --

SEEK_CUR Constants for VSIFile$seek()
SEEK_END Constants for VSIFile$seek()
SEEK_SET Constants for VSIFile$seek()
set_cache_max Set the maximum memory size for the GDAL block cache
set_config_option Set GDAL configuration option
sieveFilter Remove small raster polygons
srs_convert Convert spatial reference definitions to OGC Well Known Text
srs_find_epsg Obtain information about a spatial reference system
srs_get_angular_units Obtain information about a spatial reference system
srs_get_axis_mapping_strategy Obtain information about a spatial reference system
srs_get_coord_epoch Obtain information about a spatial reference system
srs_get_linear_units Obtain information about a spatial reference system
srs_get_name Obtain information about a spatial reference system
srs_get_utm_zone Obtain information about a spatial reference system
srs_is_compound Obtain information about a spatial reference system
srs_is_derived_gcs Obtain information about a spatial reference system
srs_is_dynamic Obtain information about a spatial reference system
srs_is_geocentric Obtain information about a spatial reference system
srs_is_geographic Obtain information about a spatial reference system
srs_is_local Obtain information about a spatial reference system
srs_is_projected Obtain information about a spatial reference system
srs_is_same Obtain information about a spatial reference system
srs_is_vertical Obtain information about a spatial reference system
srs_query Obtain information about a spatial reference system
srs_to_wkt Convert spatial reference definitions to OGC Well Known Text

-- T --

transform_bounds Transform boundary
transform_xy Transform geospatial x/y coordinates
translate Convert raster data between different formats

-- V --

validateCreationOptions Validate the list of creation options that are handled by a driver
VSIFile Class wrapping the GDAL VSIVirtualHandle API for binary file I/O
VSIFile-class Class wrapping the GDAL VSIVirtualHandle API for binary file I/O
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_actual_url Returns the actual URL of a supplied VSI filename
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 handler
vsi_get_fs_prefixes Return the list of virtual file system handlers currently registered
vsi_get_signed_url Returns a signed URL for a supplied VSI filename
vsi_is_local Returns if the file/filesystem is "local".
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

-- W --

warp Raster reprojection and mosaicing