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,
Ramona
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to