Ticket #2336 (new enhancement)

Opened 4 months ago

Last modified 4 months ago

gdal_rasterize converts projection automatically

Reported by: zxd0419 Assigned to: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

Current and earlier versions of gdal_rasterize does not reproject the input polygon shapefile if its projection is different from that of the base raster image to be burned. Nor does it give any warning messages.

Suggestions: Step 1. Give a warning message if different projections are detected Step 2. Automatically reproject the shapefile if different projections are detected.

Change History

04/20/08 12:42:54 changed by zxd0419

  • summary changed from gdal_rasterize convert projetion automatically to gdal_rasterize converts projection automatically.