[gdal-dev] gdalwarp and Natural Earth

Even Rouault even.rouault at mines-paris.org
Thu Sep 20 10:52:07 PDT 2012


> > With GDAL 2.0dev, the following is sufficient :
> >  -t_srs '+proj=natearth +wktext'
> 
> This doesn't work. Even on a newly compiled GDAL.
> But I may have missed something.

Did you really try with GDAL trunk ( https://svn.osgeo.org/gdal/trunk/gdal ) ? 
I've just checked that works.

For example :

$ gdalsrsinfo '+proj=natearth +wktext'

PROJ.4 : '+proj=natearth +wktext'

OGC WKT :
PROJCS["unnamed",
    GEOGCS["WGS 84",
        DATUM["unknown",
            SPHEROID["WGS84",6378137,298.257223563]],
        PRIMEM["Greenwich",0],
        UNIT["degree",0.0174532925199433]],
    PROJECTION["custom_proj4"],
    EXTENSION["PROJ4","+proj=natearth +wktext"]]



More information about the gdal-dev mailing list