Tagged Questions
0
votes
2answers
66 views
convert geotiff to simple xyz elevation file?
I have looked everywhere and can not find a tool to convert a geotiff file to a simple ascii elevation file... did I miss something?
thanks for any pointers!
2
votes
1answer
54 views
MrSid => GeoTiff
I have a MrSid file that I would like to convert to a GeoTiff. Is there a way to do this on a Mac running Mountain Lion? I know it can be done on Windows and Linux using the LizardTech command line ...
2
votes
1answer
175 views
GDAL_translate: converting ESRI GRID to Geotiff in batch
The Challenge:
To batch convert 1000 rasters in ESRI Grid binary to Geotiff using either using a batch file or Python 2.7 without ArcGIS/Arcpy module.
The Tools:
Win7Pro, GDAL 1.9.2 (via OSGeo4W), ...
2
votes
1answer
87 views
I have tiff file that has been modified and geotiff file with info, how do i convert my tiff to geotiff?
I have modified tiff file that i would like to turn to geotiff. My orginal geotiff has the following information that i got from gdalinfo:
Driver: Gtiff/Geotiff
Files: info.tiff
Size is 1127, 831 ...
2
votes
1answer
233 views
Problem with convert georeferenced jpg to geotiff
I'm beginner with GIS tools. I have jpg file with GPS data and I need reference this file to Microstation as georeferrenced raster.
I tried use function Raster -> Conversion -> Translate with defined ...
6
votes
2answers
144 views
How to use GDAL to convert Int16 data to Byte
I have some data with Int16 bands in HDF format.
I want to convert this to Byte bands in GeoTIFF format.
The data range for the Int16 is -2000 to 12000, so I want to map this to the Byte range 0 to ...
0
votes
1answer
777 views
Batch convert jpeg2000 to GeoTIFF?
I need to convert approximately 3500 jpeg2000 4-band NAIP images to GeoTiff format without mosaicing. I have access to ENVI, ERDAS and Arc 10--is there an efficient way to batch convert these files ...
3
votes
1answer
84 views
rgb2pct.py increases size of file 20 fold!
I wanted to reduce the number of bands of a tif file from 3 to 1...
I used this command
rgb2pct.py -n 256 fnp_braunschweig.tif fnp_bs.tif
and it increased the size from 31mb to 778mb
I actually ...
8
votes
1answer
281 views
What is the correct way to convert a USGS Orthoimage from WorldImage format to tiled GeoTiff for GeoServer?
USGS provides different resolution orthoimage quadrangles in the WorldImage format (*.tif with an accompanying *.tfw world file). Some of these quadrangles can be used by GeoServer (2.1.0 - 2.1.2) by ...
2
votes
3answers
3k views
Batch convert GeoTIFF's to KMZ files
I have about 600 GeoTIFF map files, each about 140 mb in size that I'd like to convert to KMZ files so people can download them and use them with Garmin GPS units, Google Earth, etc.
Anyone know an ...
2
votes
2answers
555 views
How to convert from GeoTIFF to PNG/JPG and Web Mercator in Java?
I'd like to convert raster image from (geo)tiff to an png/jpg and afterwards if it is necessary ... I'd like to convert the coordinates with help of EPSG-Codes to the OSM/Google Projection(EPSG: ...