Ticket #863 (closed defect: fixed)
gdal_translate: fails if filename starts with a number
| Reported by: | hamish_nospam@… | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | high | Milestone: | 1.5.0 |
| Component: | GDAL_Raster | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
While trying to add GCPs to a TIFF with gdal_translate, if the input filename starts with a number then the program fails. $ gdal_translate -gcp 7 4650 123456.0 789012.0 18_R.tif 18_R_geo.tif Usage: gdal_translate [--help-general] ... GDAL 1.2.6.0, released 2005/03/13 The following format drivers are configured and support output: VRT: Virtual Raster GTiff: GeoTIFF ... $ cp 18_R.tif in.tif $ gdal_translate -gcp 7 4650 123456.0 789012.0 in.tif in_geo.tif Input file size is 1309, 4920 0...10...20...30...40...50...60...70...80...90...100 - done. ? Hamish
Change History
Note: See
TracTickets for help on using
tickets.
