Opened 13 years ago

Last modified 12 years ago

#3863 closed defect

Error while reprojecting with gdalwarp an ECMWF netCDF — at Version 2

Reported by: toyzerocha Owned by: warmerdam
Priority: normal Milestone: 1.8.1
Component: GDAL_Raster Version: 1.7.1
Severity: normal Keywords: netcdf, projection
Cc: Kyle Shannon

Description (last modified by Kyle Shannon)

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 tprojects 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

Change History (4)

by toyzerocha, 13 years ago

Attachment: 2009.nc added

NetCDF original file

by toyzerocha, 13 years ago

Attachment: 2009NCwindows.tif added

Tif file after gdalwarp

comment:1 by Even Rouault, 13 years ago

Cc: Kyle Shannon added

comment:2 by Kyle Shannon, 13 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.