Ticket #2135 (closed defect: fixed)
GDALInfo improperly reports LAT / LONG coordinates
| Reported by: | madcatwb | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.5 |
| Component: | GDAL_Raster | Version: | 1.4.4 |
| Severity: | major | Keywords: | nitf |
| Cc: | john.thomas3@…, rouault |
Description
In working with some imagery (NITF), many of the coordinates were improperly reported. Calculating LAT / LONG coordinate information using GetGeoTransform?() will often return longitude outside of the normal range (0 - 180). The coordinates were reported in the 400+ range for the data I was using. By subtracting 360 from the output, I was able to obtain the proper coordinates.
Change History
Note: See
TracTickets for help on using
tickets.
