Ticket #1471 (closed defect: invalid)
gdalwarp should keep georeferencing info
| Reported by: | matt.wilkie@… | Owned by: | mloskot |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | default | Version: | 1.4.0 |
| Severity: | normal | Keywords: | |
| Cc: | warmerdam |
Description (last modified by mloskot) (diff)
Currently gdalwarp drops the projection info if it is not specifically assigned. I think it should either keep all projection info unless directed otherwise, or, have an option to retain it.
Eg.
gdalwarp inimg.tif outimg.tif ---> keeps prj gdalwarp -t_srs SAME inimg.tif outimg.tif ---> keeps prj gdalwarp -t_srs NONE inimg.tif outimg.tif ---> drops prj gdalwarp -t_srs [a proj4 string] inimg.tif outimg.tif ---> transforms to new prj
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

