Ticket #3505 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

gdal_rasterize: Add capability of creating output file

Reported by: rouault Owned by: 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

Changed 3 years ago by rouault

  • status changed from new to closed
  • resolution set to fixed

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.