Hi Anders,
after copy all file cvs in the same folder where i execute ogr2ogr.exe
the error disappeared. Without need to set the gdal_data variable. :)
Before I copied only the two file gcs.cvs and pcs.cvs.
I think that variable is needed if the cvs files there are in other folder
than the org2o
Zhenyu,
GDAL's HFA driver doesn't support creation of overviews. It can only read
them.
On Thu, Nov 11, 2010 at 9:16 AM, Zhenyu Lu wrote:
>
> Hi, all:
> I'm having an error while using function Dataset.BuildOverviews in my code.
> The error message is "BuildOverviews() not supported for this da
Folks,
The GDAL/OGR team is pleased to announce that GDAL/OGR 1.7.3 has been
released. This is a bug fix release on the GDAL/OGR 1.7 stable
branch, and it contains over 50 bug fixes. It does not include the
substantial new features planned for GDAL/OGR 1.8.0 in the coming
weeks. Details are av
Frank Warmerdam wrote:
Motion: Promote GDAL/OGR 1.7.3RC2 to final release
Folks,
I declare this motion passed with support from Frank, Even, and Daniel.
I will send out an announcement shortly.
Best regards,
--
---+--
I s
Hi, all:
I'm having an error while using function Dataset.BuildOverviews in my code.
The error message is "BuildOverviews() not supported for this dataset".
However, when I used the ".tif" file the BuildOverviews worked just fine.
The
code is:
int[] pOverviewList = { overView*2};
int[] pBandList =
When compiling under MSYS with MingW, everything is fine until the end...
When trying to create the libgdal.dll, I get errors...
"
./frmts/o/nitfimage.o: In function 'NITFImageAccess' :
.nitf/nitfimage.c:253: undefined reference to 'GDALInitGCPs'
"
also get undef refs for GDALDeinitGCPs, GDA
Hi all,
I've already installed 1.7.2 (2010/04/23) GDAL release from OSGeo4W
and the ECW JPEG2000 SDK from ERDAS.
After that I copy the dll's of C:\OSGeo4W\bin\ directory
(lti_dsdk_cdll lti_dsdk_dll.dll) and the dll's contain in "C:\Program
Files (x86)\ERDAS\ERDAS ECW JPEG2000 Read SDK\bin\vc90\wi
Andrea
I've had my share of problems finding the *.cvs files too, but maybe you
could try :
1) Executing from the location of the ogr2ogr.exe utility
2) Having the *.cvs files in that directory
3) Having the GDAL_DATA environment variable set to the same directory.
Cheers,
Anders
On Tue, Nov 9,