3
votes
2answers
152 views

Convert multiple TIFFs into one?

I have downloaded the Blue Marble dataset, and it consists of eight GeoTIFF images, labeled like this: A1 B1 C1 D1 A2 B2 C2 D2 I would like to use these tiles for GeoServer to be served as WMS. ...
3
votes
1answer
228 views

How to handle a geotiff map together with points with openlayers (or other libraries)?

I create a lot of printed maps using various applications (ArcGIS, QGIS, Microstation, Illustrator etc). Sometimes I'd like to turn this map somewhat interactive on the web. What I'm looking for is a ...
0
votes
1answer
183 views

Tiling failing near the end of generating base level tiles

I have a GeoTiff file that I have created by using the command: gdal_translate -gcp <my gcp> -a_srs <my wkt file> input.tif output.tif Note that I have twelve -gcp options set on the ...