I want to generate contours with gdal_contour command. It generates an output as shapefile by default. I want this utility to output a postgresql (postgis) table.
The documentation says there is a -f option, but I couldn't find any examples on specifying a format. http://www.gdal.org/gdal_contour.html
Can anyone provide an example of specifying postgis table as an output for gdal_contour?