- Messages
- 5
Hi all,
When using the code
gdal_translate -a_srs "+proj=latlong +datum=WGS84" -of GTiff -a_ullr
2.873697280883789 51.23955125258209 2.942361831665039 51.20725980992728 myfile.tif myfile_geotiff.tif (wich should be the right code) in FWToolsShell
I recieve
...option -a_ullr not recognised or incomplete.
Usage: gdal translate....(list).The following drivers are configured and support output:...(list).(that seems normal)
C:\....is not recognised as an internal or external command or batch...
When I use the code
gdal_translate -a_srs "+proj=latlong +datum=WGS84" -of GTiff
-co "INTERLEAVE=PIXEL" -a_ullr 2.873697280883789 51.23955125258209
2.942361831665039 51.20725980992728 myfile.jpg myfile.tif
I get no ´error´ but there is no new file created.
I dont know if there should be a new file created automatically or if you should do an action.I tried almost everything with OpenEV but no result.
There is not much info on FWTools but I heard ARNO was making a tutural.
Greetz
When using the code
gdal_translate -a_srs "+proj=latlong +datum=WGS84" -of GTiff -a_ullr
2.873697280883789 51.23955125258209 2.942361831665039 51.20725980992728 myfile.tif myfile_geotiff.tif (wich should be the right code) in FWToolsShell
I recieve
...option -a_ullr not recognised or incomplete.
Usage: gdal translate....(list).The following drivers are configured and support output:...(list).(that seems normal)
C:\....is not recognised as an internal or external command or batch...
When I use the code
gdal_translate -a_srs "+proj=latlong +datum=WGS84" -of GTiff
-co "INTERLEAVE=PIXEL" -a_ullr 2.873697280883789 51.23955125258209
2.942361831665039 51.20725980992728 myfile.jpg myfile.tif
I get no ´error´ but there is no new file created.
I dont know if there should be a new file created automatically or if you should do an action.I tried almost everything with OpenEV but no result.
There is not much info on FWTools but I heard ARNO was making a tutural.
Greetz
Last edited:



