gdal_translate

View: New views
2 Messages — Rating Filter:   Alert me  

gdal_translate

by francesco tartaglia :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all.
Hi have to convert a Mrsid to tiff, so I use gdal_transalte tools.

I enter this command in bin_safe directory:
gdal_translate -of GTiff /home/frenk/Documenti/Ortofotoa/348030e.sid /home/frenk/Documenti/Ortofotoa/348030e.tif


The output is

ERROR 4: `/home/frenk/Documenti/Ortofotoa/348030e.sid' does not exist in the file system,
and is not recognised as a supported dataset name.

GDALOpen failed - 4
`/home/frenk/Documenti/Ortofotoa/348030e.sid' does not exist in the file system,
and is not recognised as a supported dataset name.


Where is the error?

thanks to all
best regards
f.t.



_______________________________________________
FWTools mailing list
FWTools@...
http://lists.maptools.org/mailman/listinfo/fwtools
http://fwtools.maptools.org/

Re: gdal_translate

by Frank Warmerdam-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

francesco tartaglia wrote:

> Hi all.
> Hi have to convert a Mrsid to tiff, so I use gdal_transalte tools.
>
> I enter this command in bin_safe directory:
> gdal_translate -of GTiff /home/frenk/Documenti/Ortofotoa/348030e.sid
> /home/frenk/Documenti/Ortofotoa/348030e.tif
>
>
> The output is
>
> ERROR 4: `/home/frenk/Documenti/Ortofotoa/348030e.sid' does not exist in
> the file system,
> and is not recognised as a supported dataset name.
>
> GDALOpen failed - 4
> `/home/frenk/Documenti/Ortofotoa/348030e.sid' does not exist in the file
> system,
> and is not recognised as a supported dataset name.

f.t.,

Is the .sid larger than 2GB?   Is it on a local file system?

I vaguely recall issues with large files on some filesystems in FWTools for
linux which I thought got fixed in the last FWTools release but I'm not sure.
If the file is not on a local filesystem, try moving it to one and trying
again.

Otherwise, you might try building GDAL with the MrSID SDK from source (well
the GDAL part from source at least) and see if that works.  Or alternatively
move the file to windows to translate.

Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam@...
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent

_______________________________________________
FWTools mailing list
FWTools@...
http://lists.maptools.org/mailman/listinfo/fwtools
http://fwtools.maptools.org/