Re: [Gdal-dev] gdal-1.6.2 compile fail (mpi.h)

2009-10-22 Thread Francesco Paolo Lovergine
On Wed, Oct 21, 2009 at 06:52:53AM -0700, alfreale wrote: Hi, I try to compile gdal with hdf5 support, but the compile fail: In file included from /usr/include/hdf5.h:24, from hdf5dataset.cpp:34: /usr/include/H5public.h:57:20: error: mpi.h: No such file or directory

答复: [gdal-dev] charge for IHO EC DIS Presentation Library(digital version, a CD-ROM)

2009-10-22 Thread Randy
Hi Sylvain and list, Thanks for your reply. Two questions. 1. However, I don’t understand you very well. Exactly, what's mean by contrib ( Try in OpenEV/contrib CVS). Yes, I have download the OpenEv source code by SVN on SourceForge website. Then how should I join this project or what should I

FW: [gdal-dev] ArcSDE driver question?

2009-10-22 Thread Harsh Govind
Make sure D:\ArcGIS\arcsde\bin is in your path. The SDE driver uses the ESRI ArcSDE C API to perform SDE operations. Regards, HG From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of gispowerfan Sent: Thursday, October 22, 2009 9:11 AM To: gdal-dev

Re: [gdal-dev] GeoTiff - image coordinates and world file

2009-10-22 Thread Even Rouault
Selon Aleksey Naumov anau...@gmail.com: GDAL GeoTIFF driver always use the GeoTIFF tag when it is found. Worldfiles are only used when no GeoTIFF tag exists. One way of achieving what you want to do is to produce a clone of your original GeoTIFF without the geotiff tag by using the

Re: [gdal-dev] GeoTiff - image coordinates and world file

2009-10-22 Thread Aleksey Naumov
Even, Thank you for explaining about tags in GeoTiff, I did not realize that have priority over the world file. Your solution of using PROFILE=BASELINE works, however it also truncates some useful tags, such as the coordinate system. I could put the coordinate system back with -a_srs, but is

Re: [gdal-dev] GeoTiff - image coordinates and world file

2009-10-22 Thread Even Rouault
Selon Aleksey Naumov anau...@gmail.com: With GDALSetGeoTransform() API, you can also modify in-place the geotransform matrix of an existing geotiff. The geotransform can be obtained from the world file with GDALLoadWorldFile() for example. Even, Thank you for explaining about tags in GeoTiff,

Re: [gdal-dev] OGR ODBC Driver and Default Enumeration

2009-10-22 Thread Simon Greener
Frank, What sort of SQL are you using when you query Oracle and SQL Server? What role does the INFORMATION_SCHEMA play in you changed ODBC driver? I noticed that, with the current version if I created an INFORMATION_SCHEMA and the appropriate views, ogrinfo started to work. With Oracle, if