Le mardi 10 novembre 2015 21:56:00, Mike Toews a écrit : > On 11 November 2015 at 02:33, Even Rouault <[email protected]> wrote: > > Long answer: > > This CRS probably didn't exist in the EPSG database v8.5 that was used > > the last time the proj/GDAL derived EPSG database was generated. And I > > see that the ellipsoidal Lamber Cylindrical Equal Area projection method > > 9835 was also unknown of GDAL. I've fixed GDAL to recognize it so next > > time the proj/GDAL EPSG database is regenerated EPSG:6933 will be there. > > Are EPSG:6931 and EPSG:6932 supported as well?
Not with current distributed GDAL/proj EPSG database. Should come with a next update. > > The EASE-Grid Data website [1] indicates they are supported by GDAL > with correct version of PROJ.4 (4.8.0) With the important note """ Note1: Use these ProjectedCRS Codes for EPSG Version 8.6 or later. Note2: GDAL tools built with the correct version of PROJ4 will work on the EASE-Grid 2.0 projections with PROJ4 strings even if it's built with EPSG Codes earlier than 8.6. """ So if you update the GDAL csv files or add a definition in epsg.wkt, that will work. It is "just" a matter of updating the database. -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
