= Code Snippets = == Raster == * [http://trac.osgeo.org/gdal/browser/trunk/gdal/apps/gdalflattenmask.c gdalflattenmask.c] : This utility is intended to produce a new file that merges regular data bands with the mask bands, for applications not being able to use the mask band concept * [http://trac.osgeo.org/gdal/browser/trunk/gdal/apps/gdal2ogr.c gdal2ogr.c] : Create an OGR datasource from the values of a GDAL dataset. May be useful to test gdal_grid and generate its input OGR file * [http://trac.osgeo.org/gdal/browser/trunk/gdal/apps/gdalbuildvrt.cpp gdalbuildvrt.cpp] : Commandline application to build VRT datasets from raster products or content of SHP tile index * [http://trac.osgeo.org/gdal/attachment/wiki/CodeSnippets/netCDF-5D.R netCDF-5D.R] : R example to generate 5D NetCDF file, for testing #2583 patch. * [wiki:USGS_PDF_Topo USGS PDF Topo] : very simple command line to turn USGS PDF topo map into geotif. * [wiki:BatchConversionOfRasterFormatsOnDOS Batch conversion of various rasters using dos shell features] * [wiki:CatalogueForQIS Create an optimal raster catalog for qgis 1.9] * [wiki:CreateLandsatMosaic Efficiently generate a large Landsat mosaic] * [wiki:CloudOptimizedGeoTIFF How to generate cloud optimized GeoTIFF files] == Vector == * [wiki:ProjectingWktFromStdin Projecting WKT from STDIN] * [wiki:BatchCreationIndexesForShapefilesOnDOS Batch creation of spatial indexes for shapefiles on DOS shell] * [wiki:LayerAlgebra Layer algebra]