Tagged Questions
3
votes
1answer
95 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
...
11
votes
2answers
345 views
How to equalise colour, brightness and contrast across several scanned paper maps
I am a vectors guy mostly, but for a current project I need to work with a bunch of old scanned paper maps (ww2 bomb damage maps for London, if your interested!)
We scanned and georeferenced the ...
5
votes
2answers
508 views
Creating a multispectral image from scratch
I want to make a multispectral image from cero to do some tests on it. Something really simple like 5 completely uniform bands with salt and pepper noise on them or a square of different values at the ...
1
vote
1answer
199 views
GDAL Brightness RGB Contrast Gamma Saturation
I've not had much experience with modifying imagery, I've recently been playing with GDAL for some batch processing of geo-referenced images, I've been supplied with some imagery in ECW format that is ...
7
votes
2answers
732 views
Poor image quality of raster pyramid files in ArcGIS (no anti-aliasing)
There are several GeoTIFF files (size ~7000x7000 px) which I try to open in ArcGIS Desktop 10.0. I have already created raster pyramids for them (.ovr files) using geoprocessing tool but their quality ...
1
vote
2answers
742 views
How to convert GeoTIFF to grayscale and add gaussian blur?
I have a giant GeoTIFF I'd like to convert to grayscale and add a gaussian blur to. As far as I know, GDAL can strip two of the three color bands and call it grayscale, which might work, but is there ...