[gdal-dev] Does OGRLayer::CreateField() suport UNICODE in ver1.4.1 ?

2008-08-19 Thread wow
Hi, When i call OGRLayer::CreateField() to create a field with a Chinese name[UNICODE], i got errors. The driver is ESRI shape. Does OGRLayer::CreateField() suport UNICODE in ver1.4.1 ? -- To the world you're little, but to a person you're the world.

[gdal-dev] GDAL 1.5.2 and GRIB2 support

2008-08-19 Thread Dmitriy Kazimirov
Hi, Where GRIB2 support gone from 1.5.2?attempting to configure on Cygwin shows grib2 support no, grib directory is absent from frmts. Which of last versions support GRIB2? -- Best Regards, Dmitriy Kazimirov, Senior C#/C++ Developer of ISS Art, Ltd., Omsk, Russia Web: http://www.issart.com

Re: [gdal-dev] GSoC GDAL2Tiles: MapTiler.org, Google Maps Projection Web, Source Code

2008-08-19 Thread Guillaume Sueur
I'm talking about 10 to 100 GigaBytes datasets, with which it doesn't seem reasonnable to generate a single merged file ! Couldn't gdal2tiles parse a whole directory ? Thanks, Guillaume Klokan Petr Přidal a écrit : Hi Guillaume, Thank you for positive feedback ;-) Just a question after

Re: [gdal-dev] GSoC GDAL2Tiles: MapTiler.org, Google Maps Projection Web, Source Code

2008-08-19 Thread Klokan Petr Přidal
Hi, I'm talking about 10 to 100 GigaBytes datasets, with which it doesn't seem reasonnable to generate a single merged file ! In case you use -of VRT it should not be problem. VRT is just an XML file telling where is each file placed and what processing is necessary - so in fact there is not

Re: [gdal-dev] GDAL 1.5.2 and GRIB2 support

2008-08-19 Thread Mateusz Loskot
Dmitriy Kazimirov wrote: Hi, Where GRIB2 support gone from 1.5.2?attempting to configure on Cygwin shows grib2 support no, grib directory is absent from frmts. Which of last versions support GRIB2? Dmitriy, What is the last version of GDAL you mean that included GRIB support? I don't recall

Re: [gdal-dev] GSoC GDAL2Tiles: MapTiler.org, Google Maps Projection Web, Source Code

2008-08-19 Thread Guillaume Sueur
Klokan Petr Přidal a écrit : Hi, I'm talking about 10 to 100 GigaBytes datasets, with which it doesn't seem reasonnable to generate a single merged file ! In case you use -of VRT it should not be problem. VRT is just an XML file telling where is each file placed and what processing is

Re: [gdal-dev] encodings, locales ?

2008-08-19 Thread Attila Csipa
On Tuesday 19 August 2008 01.50:18 Mateusz Loskot wrote: Some bits of the RFC-23 implementation has been already submitted to the SVN trunk. Try this queries to find detailed changesets: http://trac.osgeo.org/gdal/search?q=RFC23noquickjump=1changeset=on

Re: [gdal-dev] RE: progressive rendering

2008-08-19 Thread Frank Warmerdam
Norman Barker wrote: Mainly it is either end of response, image done, or window done to indicate that there is a buffer update and the display should be updated, anything else can pretty much be ignored. Ideally the callback should indicate the region that has changed, since the server is

RE: [gdal-dev] RE: progressive rendering

2008-08-19 Thread Norman Barker
Hi Frank, -Original Message- From: Frank Warmerdam [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2008 3:45 PM To: Norman Barker Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] RE: progressive rendering Norman Barker wrote: Mainly it is either end of response, image done, or

Re: [gdal-dev] RE: progressive rendering

2008-08-19 Thread Tamas Szekeres
2008/8/19 Norman Barker [EMAIL PROTECTED]: Tamas, Thanks for the input, much appreciated since I would like to get this interface defined. A streaming driver so JPIPKAK for example would need to register as its own driver to handle urls of the type jpip://, similarly ecwp would need its