Tagged Questions
0
votes
0answers
18 views
GDAL Utilties - Multiple Bands with Different Output Types
I have a raster dataset with 5 bands. 4 of the bands are 8bit unsigned and the 5th band is 32bit floating point. I need to clip the dataset into tiles using GDAL (I'm using gdalwarp with a cutline ...
2
votes
2answers
105 views
Coordinate system of a raster file to be introduced for transformation
I am working on raster data using GDAL. When I extract coordinate system information of the files I got this:
PROJCS["Geostationary_Satellite",
GEOGCS["GCS_Unknown datum based upon the custom ...
3
votes
1answer
96 views
gdal_warp of multiple rasters keeping maxium intensity value
I have multiple rasters which overlap eachother geospatially but do not completely occupy the same space. I can combine them with gdalwarp like:
gdalwarp -s_srs EPSG:4326 *.tif larger_output.tif
...
1
vote
2answers
189 views
How to surround a clipped raster with transparency? (gdalwarp)
I am trying to perform the following task, but it does not seem to work:
I have got a raster file (raster.tif) containing an aerial photo, which I want to clip using a Shape file (clip.shp) that ...
3
votes
1answer
149 views
How to reproject a raster to Winkel Tripel projection?
I'm trying to project a raster map (in ASCII grid format) from longlat to the Winkel Tripel projection. But I'm running into errors, for instance gdalwarp won't accept the proj-string.
$ gdalwarp ...
1
vote
1answer
143 views
Georeference Raster File with WorldFile into an aerial photo using GDAL [duplicate]
Possible Duplicate:
How can I transform a georeferenced JPG to a georeferenced TIF?
UPDATE:Corrected link
I must note that I am new to GIS so pleas be understanding.
PROBLEM:
I have a ...