Re: [gdal-dev] opendap on Windows

2008-10-01 Thread Michael Sumner
Hello, I got this to work on a different machine. Clearly something I have done on the original machine was causing a problem, or there are network connection problems I need to investigate. This is how I set it up: 1. Install MS VC++ 2008 (9.00) 2. Obtain GDAL source 3. Run batch file to

Re: [gdal-dev] Data Binding dgal Layer in .NET

2008-10-01 Thread Tamas Szekeres
Hi, With regards to the GDAL C# API currently none of those interfaces (like IList, IBindinglist, IBindingListView etc.) have been implemented by the classes. Another problem is that the objects don't reflect the underlying schema for example by exposing the fields as object properties, therefore

[gdal-dev] Re: can't derive the projection for a geotiff in Guatemala

2008-10-01 Thread John Mitchell
The projection for the below listed gdalinfo file may be Guatemala Transverse Mercator (GTM). I looked in the epsg file and I could not find any EPSG code that had Guatemala Transverse Mercator (GTM). Does anyone know how I could build a new epsg code for Guatemala Transverse Mercator (GTM) that

RE: [gdal-dev] Data Binding dgal Layer in .NET

2008-10-01 Thread Evans, Frank
If you provide a few more details I can definitely help. I've written applications which load GDAL metadata into a GridView, but the trick is arriving at a table-schema which is consistent for multiple types of layers/images. .NET grids bind to a Data source which could be anything. What type of l