= 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 == Vector == ''TBD''