1
vote
1answer
57 views

No. of Bands in the input Raster

I have downloaded a 7.5 min DEM . Now while I am trying to mosaic them it gives me an error saying "Input and target dataset should have the same number of bands" . How can I figure out the number of ...
0
votes
1answer
24 views

ImageMosaic-JDBC Error

I'm trying to get postgis raster layers in geoserver-2.3.1, with postgresql-8.4, postgis-2.0 and gt-imagemosaic-jdbc-9.1.jar support. I'm going through the tutorial with a PNG raster that i have. In ...
0
votes
1answer
56 views

Algorithm to merge adjacent raster datasets

I am trying to figure out how to merge adjacent raster datasets. Is there any clear algorithms (may be a pseudo code)?
2
votes
0answers
25 views

How to change the order of a raster in order to create mosaic with MosaicPro (Erdas 9.2)?

Is there a way to reorder the input files so I can control which ones are on top of the others?
2
votes
1answer
108 views

How to repair broken Mosaic Dataset data sources?

I have a question. My computer has been replaced with a new Xeon Workstation. Before that, I had a temporary workstation and had ArcGIS 10 on it. While I was waiting for the new workstation to be ...
1
vote
1answer
117 views

Break between two raster layers (topographic maps)

I have the following problem [in QGIS]. In displaying two raster layers (topographic maps), a white area appears between the two. If I apply transparency to one of the layers, this white area still ...
1
vote
2answers
206 views

how to remove the color formed on the edge of satellite image?

my AOI requires two scene of satellite image but when I try to mosaic the images using ERDAS imagine, the color of the edge is seen forming black line after mosaic! so please how can I remove the ...
5
votes
2answers
1k views

Raster mosaic not displaying raster values ArcGIS 10

I have eight DEM tiles that I downloaded from the USGS National Elevation Dataset. The individual rasters are displaying correctly, but when I try to combine them in a Raster Mosaic I get arbitrary ...
5
votes
1answer
224 views

Mosaicing indexed colour rasters with independent colour tables

I have a large number of single band rasters that are colour indexed TIF files. I want to mosaic them using GDAL (or similar non-proprietary software with a Python API I can call as part of a bigger ...