Re: [gdal-dev] Question about compiling C++ gdal utility

2008-08-13 Thread Mateusz Loskot
Roger André wrote: I'm trying to compile a gdal utility written in C++ (which is something completely new to me), and am encountering an error. Roger, This does not look like an official GDAL utility shipped with GDAL/OGR sources. Where did you get it? It looks like Matt Perry's tool:

Re: [gdal-dev] could GDAL enforce towgs84=0,0,0 for ETRS89-based CRSs?

2008-08-13 Thread Maciej Sieczka
Another interesting thing: reprojecting rasters using an EPSG code of an ETRS89 based CRS, results in a GeoTIFF header lacking the latlong boundaries (the last 5 lines of gdalinfo output below): $ gdalwarp -t_srs EPSG:3035 N51E016.hgt srtm_etrs89.tif $ gdalinfo srtm_etrs89.tif Driver:

Re: [gdal-dev] could GDAL enforce towgs84=0, 0, 0 for ETRS89-based CRSs?

2008-08-13 Thread Frank Warmerdam
Maciej, Please file a ticket against the PROJ trac on this issue. I'm hoping to take advantage of datum and other definitions from CSMap at some point which may help. Otherwise, I'll try and include an override for ETRS89 which indicates that it can be treated as equivelent to WGS84 if that is