[gdal-dev] EPSG 8.0 Upgrade

2012-12-05 Thread Frank Warmerdam
Folks, At the request of Howard Butler, I have upgraded PROJ.4, libgeotiff, and GDAL to use the EPSG 8.0 database in development "trunk". This was accomplished, as usual based on the process described here: http://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff/csv/README Amoung other things

Re: [gdal-dev] "Too many points" for GDALSuggestedWarpOutput with Ozi .map

2012-12-05 Thread Jean-Claude Repetto
On 05/12/2012 22:19, Nik Sands wrote: > Thanks for the reply. Just to clarify though, can you tell me what it is > that is wrong about it? > The GCP coordinates look like UTM coordinates (UTM zone 36) : Point01,xy,3051,328,in,deg,,0,N,,0,E, grid, 36, 673750, 3572910,N So the projection is UTM,

Re: [gdal-dev] "Too many points" for GDALSuggestedWarpOutput with Ozi .map

2012-12-05 Thread Nik Sands
Thanks for the reply. Just to clarify though, can you tell me what it is that is wrong about it? I expect the user might come back to me and say, "but it works fine in OziExplorer", which I don't have to test with. The projection "Latitude/Longitude" appears to be a valid Ozi projection, so I'

[gdal-dev] frmt_wms_googlemaps_tms.xml help ...

2012-12-05 Thread Mario Cavicchi
Hi folks, Maybe this question is old, but I don't find an answer on Internet. If I perform this command: gdal_translate -outsize 50% 50% -of GTiff -projwin 1299378.2102987265 5588829.1661406181 1299486.6170906540 5588715.6742054483 frmt_wms_googlemaps_tms.xml tempfile.tif the image obtained i

Re: [gdal-dev] projection issue with GDALCreateGenImgProjTransformer

2012-12-05 Thread Hare, Trent
Kees, Just an initial guess. It looks like you are using a km radius when it should in meters - +a=6378388.0 -Trent On Wed, Dec 5, 2012 at 3:11 AM, Kees Kling wrote: > Hi all, > > I'm trying to reproject an image. > > source projection = `+proj=stere +lat_0=90.0 +lon_0=0.0 +lat_ts=60.0 > +a

[gdal-dev] projection issue with GDALCreateGenImgProjTransformer

2012-12-05 Thread Kees Kling
Hi all, I'm trying to reproject an image. source projection = `+proj=stere +lat_0=90.0 +lon_0=0.0 +lat_ts=60.0 +a=6378.388' I already used this projection in other parts of my project, but then in combination with OGR. Here I don't have problems, but if I use it with gdal in the function GDA

Re: [gdal-dev] WFS DefaultSRS OtherSRS

2012-12-05 Thread Jukka Rahkonen
xavier lhomme gmail.com> writes: > > How the wfs driver handles the OtherSRS ? Is he handles only the DefaultSRS ?berst regards xavier Usually you can simply use the DefaultSRS and tell OGR to re-project the result into something else with -t_srs parameter. Sometimes it can still be bett