Ticket #3863 (closed defect: invalid)
Error while reprojecting with gdalwarp an ECMWF netCDF
| Reported by: | toyzerocha | Owned by: | kyle |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.8.1 |
| Component: | GDAL_Raster | Version: | 1.7.1 |
| Severity: | normal | Keywords: | netcdf, projection |
| Cc: | kyle |
Description (last modified by kyle) (diff)
I'm trying to reproject an ECMWF netCDF file to a specific coordinate system EPSG:3726 with the following command:
gdalwarp -t_srs EPSG:3726 2009.nc 2009.tif
and I projects to this coordinate system but the coordinates are not changed. This means that, the coordinates are copied from the original system to this one without any reprojection.
This happened in GDAL Version 1.7.1 in Ubuntu and Windows
This is related with the following messages: http://lists.osgeo.org/pipermail/gdal-dev/2010-December/026956.html http://lists.osgeo.org/pipermail/gdal-dev/2010-December/026954.html
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

