Re: [gdal-dev] Regarding ogr Layer Attribute properties corruption

2013-04-26 Thread Even Rouault
Le vendredi 26 avril 2013 07:08:59, Abhinav a écrit : > Hi All, > > When I write the OGR layer and read that back, layer attributes properties > are getting lost like width, precision .These properties are coming zero(0) > for every attribute. I am trying to write ogrlayer to sqlite file. Is this

Re: [gdal-dev] Regarding ogr Layer Attribute properties corruption

2013-04-26 Thread Jukka Rahkonen
Abhinav vizexperts.com> writes: > > Hi All, > > When I write the OGR layer and read that back, layer attributes properties > are getting lost like width, precision .These properties are coming zero(0) > for every attribute. I am trying to write ogrlayer to sqlite file. Is this > the issue with

Re: [gdal-dev] Geopdf dependency on Poppler and Visual Studio 2012

2013-04-26 Thread Jeff Lacoste
Thanks Joaquim. I now managed to build Poppler using freetype as its only dependency. Do we know if GDAL GeoPdf driver needs 'Poppler' to be built with other dependencies that can come with Poppler: lcms, icon, openjpeg, tiff, etc. To have Geopdf driver work correctly using 'Poppler' are these depe

Re: [gdal-dev] MODIS reprojection

2013-04-26 Thread Jonas Eberle
Hi Rutger, > I have used Pyresample as an alternative which works very well, but requires > the use of Python: > http://code.google.com/p/pyresample/ do you have an example how to reproject MODIS Swath data with this pyresample software? Thanks in adavance. Regards, Jonas ___