Re: [gdal-dev] Multifile ArcGrid Issue

2013-09-13 Thread Even Rouault
Le jeudi 12 septembre 2013 18:22:01, Dan Lewis a écrit : > Hi, > > I'm trying to pull elevation data from the GMTED2010 Global Grids, which > are distributed as ESRI ArcGrids ( > http://topotools.cr.usgs.gov/GMTED_viewer/gmted2010_global_grids.php). > > Here's a minimal program that illustrates m

[gdal-dev] Multifile ArcGrid Issue

2013-09-12 Thread Dan Lewis
Hi, I'm trying to pull elevation data from the GMTED2010 Global Grids, which are distributed as ESRI ArcGrids ( http://topotools.cr.usgs.gov/GMTED_viewer/gmted2010_global_grids.php). Here's a minimal program that illustrates my problem: int main() { GDALDataset *poDataset; GDALAllRegis