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
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
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
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
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
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:
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
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
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
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
10 matches
Mail list logo