I'm currently using the global mapper export function to convert my tiffs+worldfile+projection file to geotiff. Is there a commandline tool (for Linux) that lets me do the same thing? "gdaltranslate" doesn't seem to use the projection file.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
You can use the "-a_srs filename.prj" parameter with gdal_translate to accomplish this. From the documentation:
(emphasis added) |
|||
|
|
|
Use geotifcp (listgeo for the opposite job) More on http://trac.osgeo.org/geotiff/ Available in ubuntu/debian with
|
|||
|
|
|
FYI if you run GlobalMapper with Wine under Linux it seems most of the functions are working, although it is not supported. I have also used GlobalMapper with Wine under Linux with some luck (although some menus and options crashes). More information here: http://www.globalmapperforum.com/forums/technical-support/4088-linux.html |
|||
|
|