From: warmer...@pobox.com
> To: rikardoce...@msn.com
> CC: gdal-dev@lists.osgeo.org
> Subject: Re: [gdal-dev] Loading various DTED files in a single block
>
> Ricardo Cezar Bonfim Rodrigues wrote:
> > Hi everyone,
> >
> > I'm writing a code to find highest te
Ricardo Cezar Bonfim Rodrigues wrote:
Hi everyone,
I'm writing a code to find highest terrain elevation in dted files.
I'm already reading the elevations from a dted with gdal. But there
are cases where the region I'm searching the highest elevation
contains more then one file (e.g. s20.dt1, s20
Hi everyone,
I'm writing a code to find highest terrain elevation in dted files.
I'm already reading the elevations from a dted with gdal. But there
are cases where the region I'm searching the highest elevation
contains more then one file (e.g. s20.dt1, s20.dt1 etc...). So I was
wondering