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 GDALCreateGenImgProjTransformer, I'm getting the error:
ERROR 1: Failed to import coordinate system `+proj=stere +lat_0=90.0 +lon_0=0.0 +lat_ts=60.0 +a=6378.388'
What am I doing wrong Regards Kees Kling _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
