Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#7170 closed defect (fixed)

gdalwarp with multiple input projections is confused

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 2.2.4
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

gdalwarp with input files that are in different projections does not seem to reproject each files bounds to target projection if one is not explicitly provided.

Actually it does reproject into the SRS of the first input projection, but when computing extents and resolution, it does no reprojection, thus mixing apples and oranges...

Change History (2)

comment:1 by Even Rouault, 6 years ago

Resolution: fixed
Status: assignedclosed

In 40942:

gdalwarp: fix when several input datasets with different SRS are specified, and no explicit target SRS is provided (fixes #7170)

comment:2 by Even Rouault, 6 years ago

In 40943:

gdalwarp: fix when several input datasets with different SRS are specified, and no explicit target SRS is provided (fixes #7170)

Note: See TracTickets for help on using tickets.