Re: [gdal-dev] Click through proprietary licensing

2010-11-11 Thread Frank Warmerdam
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

Re: [gdal-dev] An error in building overviews for

2010-11-11 Thread Zhenyu Lu
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

Re: [gdal-dev] [#3824][RFC] Introduce portable DllMain callback to DLL binary

2010-11-11 Thread Mateusz Loskot
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

Re: [gdal-dev] [#3824][RFC] Introduce portable DllMain callback to DLL binary

2010-11-11 Thread Even Rouault
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,

Re: [gdal-dev] Click through proprietary licensing

2010-11-11 Thread Even Rouault
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

[gdal-dev] [#3824][RFC] Introduce portable DllMain callback to DLL binary

2010-11-11 Thread Mateusz Loskot
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.

[gdal-dev] Click through proprietary licensing

2010-11-11 Thread Frank Warmerdam
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

Re: [gdal-dev] An error in building overviews for

2010-11-11 Thread Even Rouault
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

Re: [gdal-dev] An error in building overviews for

2010-11-11 Thread Zhenyu Lu
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

[gdal-dev] Re: Motion: Promote GDAL/OGR 1.7.3RC2 to final release

2010-11-11 Thread Ragi Burhum
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! _

Re: [gdal-dev] projection with EPSG transformation

2010-11-11 Thread Michele Beneventi
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

[gdal-dev] gdalinfo, map unit DD and epsg:9108

2010-11-11 Thread yrrman yrrman
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

Re: [gdal-dev] An error in building overviews for

2010-11-11 Thread Chaitanya kumar CH
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

Re: [gdal-dev] Problem with autotest SVN repository

2010-11-11 Thread Jean-Claude Repetto
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

Re: [gdal-dev] Problem with autotest SVN repository

2010-11-11 Thread Frank Warmerdam
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:

Re: [gdal-dev] Geometry construction and factory

2010-11-11 Thread Frank Warmerdam
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

[gdal-dev] Geometry construction and factory

2010-11-11 Thread Rui L. Pires
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

Re: [gdal-dev] An error in building overviews for

2010-11-11 Thread Even Rouault
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

Re: [gdal-dev] projection with EPSG transformation

2010-11-11 Thread Jean-Claude Repetto
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

Re: [gdal-dev] Problem with autotest SVN repository

2010-11-11 Thread Chaitanya kumar CH
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

[gdal-dev] projection with EPSG tranformation

2010-11-11 Thread Michele Beneventi
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