FW: RE: [gdal-dev] ArcSDE driver question?

2009-10-22 Thread Harsh Govind
FYI From: gispowerfan [gispower...@gmail.com] Sent: Thursday, October 22, 2009 10:13 PM To: Harsh Govind Cc: gdal-dev-bounces Subject: Re: RE: [gdal-dev] ArcSDE driver question? thank you very much! I does work! 2009-10-23

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 yo

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

2009-10-22 Thread Even Rouault
Selon Aleksey Naumov : 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, I did not real

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 there

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

2009-10-22 Thread Even Rouault
Selon Aleksey Naumov : 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 PROFILE=BASELINE creation optio

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 Subject:

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

2009-10-22 Thread Aleksey Naumov
HI all, I am trying to understand how coordinate information is stored in a GeoTiff file, specifically the origin (UL corner) of the image. I have a few images which clearly have wrong origins, so they do not display correctly. Both ArcGIS and GDAL report incorrect origins. Initially I thought th

答复: [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

[gdal-dev] arcsde driver question?

2009-10-22 Thread gispowerfan
hi, I try to use nmake to compile the gdal source code to support ArcSDE, After I set SDE_ENABLED=YES SDE_VERSION=93 #SDE_PLUGIN=YES SDE_SDK=D:\ArcGIS\arcsde SDE_INC=$(SDE_SDK)\include SDE_LIB=$(SDE_SDK)\lib\pe.lib \ $(SDE_SDK)\lib\sde.lib $(SDE_SDK)\lib\sg.lib in nmake.opt f

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 dir