Folks,
I accidentally send this originally to gdal-dev instead of the
OSGeo4W list. I'd like to move the discussion to the OSGeo4W
list. I'm just cc:ing gdal-dev for notice.
Even Rouault wrote:
Le jeudi 11 novembre 2010 19:55:27, Frank Warmerdam a écrit :
Yes, this is a tricky situation.
I
Hi, Even:
I have used the tool you mentioned. There is a gdaladdo utility in
GDAL1.5.2. But still it didn't work with the .img file in my computer.
Then I realized that since I've used these .img files in ArcGIS and Erdas
before. These software must automatically create the .rrd files. That
explai
On 11/11/10 23:46, Even Rouault wrote:
> Mateusz,
>
> It looks good. Just minor comments :
>
> 1) The commented //CPLCleanupTLS(); in the GCC specific code is indeed
> unneeded since both GDALDestroyDriverManager() and OGRCleanupAll() call it.
Even,
I missed this detail.
> Well, it could be
Mateusz,
It looks good. Just minor comments :
1) The commented //CPLCleanupTLS(); in the GCC specific code is indeed
unneeded since both GDALDestroyDriverManager() and OGRCleanupAll() call it.
Well, it could be usefull if people only used CPL services without registering
any GDAL/OGR drivers,
Le jeudi 11 novembre 2010 19:55:27, Frank Warmerdam a écrit :
Yes, this is a tricky situation.
In fact, the potential legal infringement doesn't come necessary only from the
side of the proprietary software. Even if you satisfy the licencing terms of
the former, the copyright holders of the GP
Hi,
I have proposed implementation of entry and exit points for GDAL shared
library. Initially, it was Windows-specific DllMain callback, but later
I found it may be possible to use GCC extensions implement similar
behaviour for Linux (Unix?) system. Here is the related ticket:
http://trac.osgeo.
Folks,
We have come to the conclusion that we can't really distribute the OCI
(oracle client interface) libraries as an OSGeo4W package without forcing
people to agree to a click through license first.
Howard and I were discussing the possibility of implementing a mechanism
in the OSGeo4W packag
Zhenyu,
gdaladdo is not a function. It is a command line utility that you should find
with the other GDAL utilities.
Le jeudi 11 novembre 2010 19:05:23, Zhenyu Lu a écrit :
> Hi, Even:
>
> Thanks for the information. I double checked the GDAL-1.5.2 compiled .net
> dll. But I can't find the fun
Hi, Even:
Thanks for the information. I double checked the GDAL-1.5.2 compiled .net
dll. But I can't find the function named as gdaladdo. What I can only find
is three BuildOverviews function.
So I am confused whether there is such a function in GDAL-1.5.2. I will try
to test with GDAL-1.6 to see
On Thu, Nov 11, 2010 at 3:56 AM, wrote:
>
>
> 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.
>
>
>
Woohoo!
_
Hi,
thanks very much jean-Claude.
this work fine for me
Best regars
Michele
--
Michele Beneventi
GIS Technologist
LAT: 39° 18' 25"; LONG: 08 °33' 20"
--
http://www.michelebeneventi.it/
http://it.linkedin.com/in/michelebeneventi
On Thu, Nov 11, 2010 at 1:15 PM, Jean-Claude Repe
Hi everyone,
I'm new to this list and would therefore like to say "hello and thanks
for gdal" in the first place :-)
I just came across a minor problem where I would like to ask for your advice -
the Global Landcover set GLC2000 is available in grid format from [0].
Associated with it is the .h
Zhenyu,
Even says that HFA driver supports overview creation. Try the gdaladdo
utility like he said.
http://www.gdal.org/gdaladdo.html
On Thu, Nov 11, 2010 at 8:45 PM, Zhenyu Lu wrote:
> Hi, Chaitanya:
>
> Thanks for the answers!
> It's really helpful. So suppose there is .img file, it has over
Le 11/11/2010 15:56, Frank Warmerdam a écrit :
This has been causing problems in a number of contexts. So I have changed
is to the file is kept on the GDAL data download directory and fetched
at runtime by the script if GDAL_DOWNLOAD_TEST_DATA is set as we do for a
variety of other large or spec
Jean-Claude Repetto wrote:
Hello,
I'm trying to download the autotest source code from the SVN repository,
but I have a problem with a file name encoded in UTF-8 :
$ svn checkout https://svn.osgeo.org/gdal/trunk/autotest gdal-autotest
svn: Can't convert string from 'UTF-8' to native encoding:
Rui L. Pires wrote:
Hello everyone,
I had a quick look at the archives and other resources and could not
find much information regarding the topic I discuss below (apart from
an important remark in the documentation - ogr architecture).
I would be interested in using a family of specialised OGR
Hello everyone,
I had a quick look at the archives and other resources and could not
find much information regarding the topic I discuss below (apart from
an important remark in the documentation - ogr architecture).
I would be interested in using a family of specialised OGRGeometry
classes, spor
Actually, the HFA driver *does* support overviews. It isn't obvious why it
does not work for you. Perhaps you should consider upgrading to a newer GDAL
version, but I don't think this is an issue with GDAL 1.5.2. Does gdaladdo
work on the dataset ? If so, then it must be rather related to someth
Le 11/11/2010 12:26, Michele Beneventi a écrit :
Hi list,
I have to reproject with "gdalwarp" some tiff file from "+proj=tmerc
+lat_0=0.0 +lon_0=9.0 +k=0.9996 +x_0=50.0 +y_0=0.0 +ellps=WGS84
+datum=WGS84 +units=m" (EPSG:32632) to "+proj=tmerc +lat_0=0.0
+lon_0=9.0 +k=0.9996 +x_0=150.0 +y
Jean-Claude,
That is a data file with Chinese characters in the filename. Try to add
support for that language in your system. My system displays the filename
correctly as "xx中文.中文". I did not do anything to add the support so I can't
help there.
On Tue, Nov 9, 2010 at 6:38 PM, Jean-Claude Repet
Hi list,
I have to reproject with "gdalwarp" some tiff file from "+proj=tmerc
+lat_0=0.0 +lon_0=9.0 +k=0.9996 +x_0=50.0 +y_0=0.0 +ellps=WGS84
+datum=WGS84 +units=m" (EPSG:32632) to "+proj=tmerc +lat_0=0.0
+lon_0=9.0 +k=0.9996 +x_0=150.0 +y_0=0.0 +ellps=intl +units=m"
(EPSG:3003).
To enhanc
21 matches
Mail list logo