Opened 14 years ago

Closed 14 years ago

#3505 closed enhancement (fixed)

gdal_rasterize: Add capability of creating output file

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.8.0
Component: Utilities Version: unspecified
Severity: normal Keywords: gdal_rasterize
Cc:

Description

A feature demanded by users for a long time...

The following options will be added :

       [-of format] [-a_srs srs_def] [-co "NAME=VALUE"]*
       [-a_nodata value] [-init value]*
       [-te xmin ymin xmax ymax] [-tr xres yres] [-ts width height]
       [-ot {Byte/Int16/UInt16/UInt32/Int32/Float32/Float64/
             CInt16/CInt32/CFloat32/CFloat64}] [-q]

One of -tr or -ts options must be specified

Change History (1)

comment:1 by Even Rouault, 14 years ago

Resolution: fixed
Status: newclosed

r19218 /trunk/gdal/apps/ (gdal_rasterize.cpp gdal_utilities.dox): gdal_rasterize: Add capability of creating output file (#3505)

r19219 /trunk/autotest/utilities/test_gdal_rasterize.py: Test capability of creating output file for gdal_rasterize (#3505)

Note: See TracTickets for help on using tickets.