Package gdal
- gdal(1) β Main gdal entry point
- gdal-convert(1) β Convert a dataset
- gdal-dataset(1) β Entry point for dataset management commands
- gdal-dataset-copy(1) β Copy files of a dataset
- gdal-dataset-delete(1) β Delete dataset(s)
- gdal-dataset-identify(1) β Identify driver opening dataset(s)
- gdal-dataset-rename(1) β Rename files of a dataset
- gdal-info(1) β Get information on a dataset
- gdal-mdim(1) β Entry point for multidimensional commands
- gdal-mdim-convert(1) β Convert a multidimensional dataset
- gdal-mdim-info(1) β Get information on a multidimensional dataset
- gdal-mdim-mosaic(1) β Build a mosaic, either virtual (VRT) or materialized, from multidimensional datasets
- gdal-pipeline(1) β Process a dataset applying several steps
- gdal-raster(1) β Entry point for raster commands
- gdal-raster-as-features(1) β Create features representing the pixels of a raster
- gdal-raster-aspect(1) β Generate an aspect map
- gdal-raster-calc(1) β Perform pixel-wise calculations on a raster
- gdal-raster-clean-collar(1) β Clean the collar of a raster dataset, removing noise
- gdal-raster-clip(1) β Clip a raster dataset
- gdal-raster-color-blend(1) β Use a grayscale raster to replace the intensity of a RGB/RGBA dataset
- gdal-raster-color-map(1) β Generate a RGB or RGBA dataset from a single band, using a color map
- gdal-raster-compare(1) β Compare two raster dataset
- gdal-raster-contour(1) β Creates a vector contour from a raster elevation model (DEM)
- gdal-raster-convert(1) β Convert a raster dataset
- gdal-raster-create(1) β Create a new raster dataset
- gdal-raster-edit(1) β Edit in place a raster dataset
- gdal-raster-fill-nodata(1) β Fill nodata values in a raster dataset
- gdal-raster-footprint(1) β Compute the footprint of a raster dataset
- gdal-raster-hillshade(1) β Generate a shaded relief map
- gdal-raster-index(1) β Create a vector index of raster datasets
- gdal-raster-info(1) β Get information on a raster dataset
- gdal-raster-mosaic(1) β Build a mosaic
- gdal-raster-neighbors(1) β Compute the value of each pixel from its neighbors (focal statistics)
- gdal-raster-nodata-to-alpha(1) β Replace nodata value(s) with an alpha band
- gdal-raster-overview-add(1) β Add overviews to a raster dataset
- gdal-raster-overview-delete(1) β Delete overviews of a raster dataset
- gdal-raster-overview-refresh(1) β Refresh overviews
- gdal-raster-pansharpen(1) β Perform a pansharpen operation
- gdal-raster-pipeline(1) β Process a raster dataset applying several steps
- gdal-raster-pixel-info(1) β Return information on a pixel of a raster dataset
- gdal-raster-polygonize(1) β Create a polygon feature dataset from a raster band
- gdal-raster-proximity(1) β Produces a raster proximity map
- gdal-raster-reclassify(1) β Reclassify a raster dataset
- gdal-raster-reproject(1) β Reproject a raster dataset
- gdal-raster-resize(1) β Resize a raster dataset
- gdal-raster-rgb-to-palette(1) β Convert a RGB image into a pseudo-color / paletted image.
- gdal-raster-roughness(1) β Generate a roughness map
- gdal-raster-scale(1) β Scale the values of the bands of a raster dataset
- gdal-raster-select(1) β Select a subset of bands from a raster dataset
- gdal-raster-set-type(1) β Modify the data type of bands of a raster dataset
- gdal-raster-sieve(1) β Remove small raster polygons
- gdal-raster-slope(1) β Generate a slope map
- gdal-raster-stack(1) β Combine together input bands into a multi-band output, either virtual (VRT) or materialized
- gdal-raster-tile(1) β Generate tiles in separate files from a raster dataset
- gdal-raster-tpi(1) β Generate a Topographic Position Index (TPI) map
- gdal-raster-tri(1) β Generate a Terrain Ruggedness Index (TRI) map
- gdal-raster-unscale(1) β Convert scaled values of a raster dataset into unscaled values
- gdal-raster-update(1) β Update the destination raster with the content of the input one.
- gdal-raster-viewshed(1) β Compute the viewshed of a raster dataset.
- gdal-raster-zonal-stats(1) β Compute raster zonal statistics.
- gdal-vector(1) β Entry point for vector commands
- gdal-vector-buffer(1) β Compute a buffer around geometries of a vector dataset
- gdal-vector-check-coverage(1) β Check polygon coverage for validity
- gdal-vector-check-geometry(1) β Check a dataset for invalid or non-simple geometries
- gdal-vector-clean-coverage(1) β Remove gaps and overlaps from a polygon dataset
- gdal-vector-clip(1) β Clip a vector dataset
- gdal-vector-concat(1) β Concatenate vector datasets
- gdal-vector-convert(1) β Convert a vector dataset
- gdal-vector-edit(1) β Edit metadata of a vector dataset
- gdal-vector-explode-collections(1) β Explode geometries of type collection of a vector dataset
- gdal-vector-filter(1) β Filter a vector dataset
- gdal-vector-grid(1) β Create a regular grid from scattered points
- gdal-vector-index(1) β Create a vector index of vector datasets
- gdal-vector-info(1) β Get information on a vector dataset
- gdal-vector-layer-algebra(1) β Perform algebraic operation between 2 layers
- gdal-vector-make-point(1) β Create point features from attribute fields
- gdal-vector-make-valid(1) β Fix validity of geometries of a vector dataset
- gdal-vector-partition(1) β Partition a vector dataset into multiple files
- gdal-vector-pipeline(1) β Process a vector dataset applying several steps
- gdal-vector-rasterize(1) β Burn vector geometries into a raster
- gdal-vector-segmentize(1) β Segmentize geometries of a vector dataset
- gdal-vector-select(1) β Select a subset of fields from a vector dataset
- gdal-vector-set-field-type(1) β Modify the type of a field of a vector dataset
- gdal-vector-set-geom-type(1) β Modify the geometry type of a vector dataset
- gdal-vector-simplify(1) β Simplify geometries of a vector dataset
- gdal-vector-sql(1) β Apply SQL statement(s) to a dataset
- gdal-vector-swap-xy(1) β Swap X and Y coordinates of geometries of a vector dataset
- gdal-vsi(1) β Entry point for GDAL Virtual System Interface (VSI) commands
- gdal-vsi-copy(1) β Copy files located on GDAL Virtual System Interface (VSI)
- gdal-vsi-delete(1) β Delete files located on GDAL Virtual System Interface (VSI)
- gdal-vsi-list(1) β List files of one of the GDAL Virtual System Interface (VSI)
- gdal-vsi-move(1) β Move/rename a file/directory located on GDAL Virtual System Interface (VSI)
- gdal-vsi-sozip(1) β SOZIP (Seek-Optimized ZIP) related commands.
- gdal-vsi-sync(1) β Synchronize source and target file/directory located on GDAL Virtual System Interface (VSI)
- gdal2tiles(1) β Generates directory with TMS tiles, KMLs and simple web viewers.
- gdal_calc(1) β Command line raster calculator with numpy syntax.
- gdal_contour(1) β Builds vector contour lines from a raster elevation model.
- gdal_create(1) β Create a raster file (without source dataset)
- gdal_edit(1) β Edit in place various information of an existing GDAL dataset.
- gdal_fillnodata(1) β Fill raster regions by interpolation from edges.
- gdal_footprint(1) β Compute footprint of a raster.
- gdal_grid(1) β Creates regular grid from the scattered data.
- gdal_merge(1) β Mosaics a set of images.
- gdal_pansharpen(1) β Perform a pansharpen operation.
- gdal_polygonize(1) β Produces a polygon feature layer from a raster.
- gdal_proximity(1) β Produces a raster proximity map.
- gdal_rasterize(1) β Burns vector geometries into a raster.
- gdal_retile(1) β Retiles a set of tiles and/or build tiled pyramid levels.
- gdal_sieve(1) β Removes small raster polygons.
- gdal_translate(1) β Converts raster data between different formats.
- gdal_viewshed(1) β Calculates a viewshed raster from an input raster DEM for a user defined point
- gdaladdo(1) β Builds or rebuilds overview images.
- gdalbuildvrt(1) β Builds a VRT from a list of datasets.
- gdalcompare(1) β Compare two images.
- gdaldem(1) β Tools to analyze and visualize DEMs.
- gdalinfo(1) β Lists various information about a GDAL supported raster dataset
- gdallocationinfo(1) β Raster query tool.
- gdalmanage(1) β Identify, delete, rename and copy raster data files.
- gdalmdiminfo(1) β Reports structure and content of a multidimensional dataset
- gdalmdimtranslate(1) β Converts multidimensional data between different formats, and perform subsetting.
- gdalmove(1) β Transform georeferencing of raster file in place.
- gdalsrsinfo(1) β Lists info about a given SRS in number of formats (WKT, PROJ.4, etc.)
- gdaltindex(1) β Builds a shapefile as a raster tileindex.
- gdaltransform(1) β Transforms coordinates.
- gdalwarp(1) β Image reprojection and warping utility.
- gnmanalyse(1) β Analyses networks
- gnmmanage(1) β Manages networks
- nearblack(1) β Convert nearly black/white borders to black.
- ogr2ogr(1) β Converts simple features data between file formats.
- ogr_layer_algebra(1) β Performs various Vector layer algebraic operations
- ogrinfo(1) β Lists information about an OGR-supported data source.
- ogrlineref(1) β Create linear reference and provide some calculations using it.
- ogrmerge(1) β Merge several vector datasets into a single one.
- ogrtindex(1) β Creates a tileindex.
- pct2rgb(1) β Convert an 8bit paletted image to 24bit RGB.
- rgb2pct(1) β Convert a 24bit RGB image to 8bit paletted.
- sozip(1) β Generate a seek-optimized (SOZip) file.