The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
17 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 ...
0
votes
2answers
75 views

Multi-Band (RGBA) into single band raster

I have the raster which contains 4 bands (RGBA), which ilustrates the pupulation (traffic) density. I want to convert it to the simple gridded ascii, however I'm getting in the trouble when I try the ...
0
votes
0answers
15 views

How to correctly create virtual catalog from rasters with overlapping alpha band in QGIS?

I'm trying to make a mosaic (and then a pyramid) of historic map tiles. Every map tile has a border, I got rid of it with gdalwarp (adding an alpha band and specifying the border, as I stated here). ...
1
vote
0answers
32 views

How can I create a multi layer exportable file (.xcf .psd) from multiple raster image in QGIS?

I have many raster file of the same zone but in differents spectral bands. I would like to create an exportable file of a small portion that can handle different layers. So in practice I would like to ...
1
vote
1answer
159 views

What are Bands, Dimensions, and Histograms in QGIS?

First; I can see a band as synonymous with a channel in an image editing program like GIMP, is this correct? If so then bands play the role of color mixing and masking. Are there any other ...
2
votes
2answers
333 views

How to determine soil moisture index values from reflectance values in a satellite image?

I'm working on determination of soil moisture by remote sensing. I would like to know how we can determine soil moisture index values from reflectance values in LANDSAT TM images.
0
votes
0answers
79 views

gdalwarp instal of gdal_merge with -separate option

Is there any way to produce merged img file from two png files using gdalwarp just the same way gdap_mege with option -separate does it? I just need two, three-layered files to be merged into one, ...
1
vote
1answer
390 views

Serving 4 band GeoTIFF in GeoServer 2.1.4

I have an uncompressed GeoTIFF file (figure 1) with the following band information: Image Structure Metadata: INTERLEAVE=PIXEL Band 1 Block=5000x1 Type=Byte, ColorInterp=Red Band 2 Block=5000x1 ...