Re: [gdal-dev] GDAL - JAVA getting Elevation Data

2017-02-01 Thread Michael Smith
Use gdalbuildvrt to merge all your rasters to a single virtual file and the open that vrt. Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers > On Feb 1, 2017, at 4:02 AM, Mahir Karabacak wrote: > > Hi All, > > I hava Java code below which gets elevation data according to coo

[gdal-dev] GDAL - JAVA getting Elevation Data

2017-02-01 Thread Mahir Karabacak
Hi All, I hava Java code below which gets elevation data according to coordinate. My question; what if I have multiple GeoTiff files, how can I read all into one dataset or merge all data into one dataset? Thanks in Advance, Mahir KARABACAK private static Dataset elevationDataSet; private sta