Ramona, 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.
Short answer: use "+proj=cea +lon_0=0 +lat_ts=30 +x_0=0 +y_0=0 +datum=WGS84 +no_defs" instead of EPSG:6933 in the meantime. Best regards, Even Le mardi 10 novembre 2015 13:45:02, Ramona Deck a écrit : > Hello, > > I want to use Soil Moisture data from the SMOS-project which have EPSG > code: 6933. I try to use gdalwarp for warping the file into EPSG:32632. > > > This is the code I use: > >gdalwarp -s_srs EPSG:6933 -t_srs EPSG:32632 -tr 100 100 > >subset_SM_OPER_MIR_CLF3MA_20140101T000000_20140131T235959_270_001_7.tif > >SM.tif > > > Unfortunately I get an error message: > ERROR 6: EPSG PCS/GCS code 6933 not found in EPSG support files. Is this a > valid EPSG coordinate system? ERROR 1: Translating source or target SRS > failed: > EPSG:6933 > > So it seems that gdal can't find the EPSG code 6933. > Is there anything I can do for solving the problem? > > It would be great to get help. Thank you in advance! > > Best regards, -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
