[gdal-dev] Re: UTF-8 and CPLSetConfigOption

2012-02-25 Thread N. Farah
Great ! Thank you Frank for the prompt response.Noury FarahOn 12-02-25 02:28 PM, N. Farah wrote: > Hi, > > I have a question about UTF-8 support per this rfc: > http://trac.osgeo.org/gdal/wiki/rfc30_utf8_filenames > > If UTF-8 is turned on, will the following calls assume that the passed strings

Re: [gdal-dev] UTF-8 and CPLSetConfigOption

2012-02-25 Thread Frank Warmerdam
On 12-02-25 02:28 PM, N. Farah wrote: Hi, I have a question about UTF-8 support per this rfc: http://trac.osgeo.org/gdal/wiki/rfc30_utf8_filenames If UTF-8 is turned on, will the following calls assume that the passed strings are UTF-8 ? and the passed folder paths should be in UTF-8 ? CPLSetC

[gdal-dev] UTF-8 and CPLSetConfigOption

2012-02-25 Thread N. Farah
Hi, I have a question about UTF-8 support per this rfc: http://trac.osgeo.org/gdal/wiki/rfc30_utf8_filenames If UTF-8 is turned on, will the following calls assume that the passed strings are UTF-8 ?and the passed folder paths should be in UTF-8 ? CPLSetConfigOption( "GDAL_DATA", myDataFolder

Re: [gdal-dev] Re: Switching from ArcGIS to GDAL

2012-02-25 Thread Dmitry Baryshnikov
25.02.2012 23:02, jgamble пишет: Does gdaladdo support mosaic datasets? If so, are there examples of how to use gdaladdo with mosaic datasets? -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Switching-from-ArcGIS-to-GDAL-tp4507244p4507323.html Sent from the GDAL - Dev mai

[gdal-dev] Re: Switching from ArcGIS to GDAL

2012-02-25 Thread jgamble
Does gdaladdo support mosaic datasets? If so, are there examples of how to use gdaladdo with mosaic datasets? -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Switching-from-ArcGIS-to-GDAL-tp4507244p4507323.html Sent from the GDAL - Dev mailing list archive at Nabble.com. __

Re: [gdal-dev] Switching from ArcGIS to GDAL

2012-02-25 Thread Dmitry Baryshnikov
25.02.2012 22:21, jgamble пишет: Hi All, I've recently been tasked to cache several large imagery datasets using ArcGIS and have found that my bottleneck has been generating overviews for the datasets prior to caching. ArcGIS appears to be limiting itself to a single core while building overvie

[gdal-dev] Switching from ArcGIS to GDAL

2012-02-25 Thread jgamble
Hi All, I've recently been tasked to cache several large imagery datasets using ArcGIS and have found that my bottleneck has been generating overviews for the datasets prior to caching. ArcGIS appears to be limiting itself to a single core while building overviews, which seems ridiculous on a 12

Re: [gdal-dev] Compilation problem on Ubuntu

2012-02-25 Thread Even Rouault
Le samedi 25 février 2012 15:11:42, Simon R. Proud a écrit : > Hello all, > I'm trying to compile GDAL 1.9.0 on Ubuntu 11.04, but am not having any > luck. I configure with: > ./configure --with-hdf4 --with-hdf5 --with-grib --with-msg --with-python > And that works with no problems (I have the MSG

[gdal-dev] Compilation problem on Ubuntu

2012-02-25 Thread Simon R. Proud
Hello all, I'm trying to compile GDAL 1.9.0 on Ubuntu 11.04, but am not having any luck. I configure with: ./configure --with-hdf4 --with-hdf5 --with-grib --with-msg --with-python And that works with no problems (I have the MSG wavelet transform code, by the way, so that's not the issue). But, whe

[gdal-dev] Re: ogr2ogr GML creation encoding issue

2012-02-25 Thread Hermann Peifer
On 24/02/2012 20:05, Even Rouault wrote: CC'ing the list in case someone has a better idea. I don't. Should work... Selon Travis Kirstine: My Command ogr2ogr -f GML -t_srs EPSG:4326 -s_srs EPSG:900913 -nln administrative planet_osm_polygon_boundary_administrative.gml PG:'dbname=osmdb user=osm