[gdal-dev] tiles with different size, and irregular blocking

2013-07-08 Thread Ahmet Temiz
hello Is there any way to fix this problem: " tiles with different size, and irregular blocking" regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Planlama ve Zarar Azaltma Dairesi Başkanlığı Ahmet Temiz Geological Eng. Information Systems -

Re: [gdal-dev] ogr2ogr: ENC to shapefile conversion

2013-07-08 Thread Even Rouault
Le lundi 08 juillet 2013 18:58:04, Hilda Villegas a écrit : > Hi, > > Does the ogr2ogr.exe support lexical level 2 (NATF) attributes when > converting from S-57 to shapefile? > > I noticed that S-57 Reader has that implementation, is there any special > configuration in ogr2ogr to write this kind

[gdal-dev] ogr2ogr: ENC to shapefile conversion

2013-07-08 Thread Hilda Villegas
Hi, Does the ogr2ogr.exe support lexical level 2 (NATF) attributes when converting from S-57 to shapefile? I noticed that S-57 Reader has that implementation, is there any special configuration in ogr2ogr to write this kind of characters? Best regards, Hilda Villegas ___

Re: [gdal-dev] GeomTransform in VRT-file

2013-07-08 Thread Jan Hartmann
Reading the documentation always helps. The GeomTransform takes the upper left corner as the origin, not the lower left, as in my math handbook. And the order of the coefficients is With some twiddling of angles and signs I now can compute the affine transformation of a scan based on two cont

Re: [gdal-dev] Feature (geometry and attributes) to GeoJSON

2013-07-08 Thread Mateusz Loskot
On 8 July 2013 15:59, Baker, Anthony W wrote: > I would like to export a single feature to GeoJSON format and have > successfully used OGR_G_ExportToJson to convert the geometry to a character > string GeoJSON format. Is there a similar function for converting a feature > to a character string Ge

[gdal-dev] Feature (geometry and attributes) to GeoJSON

2013-07-08 Thread Baker, Anthony W
I would like to export a single feature to GeoJSON format and have successfully used OGR_G_ExportToJson to convert the geometry to a character string GeoJSON format. Is there a similar function for converting a feature to a character string GeoJSON format (including geometry and attribute infor

Re: [gdal-dev] How to use JP2OpenJPEG with C#?

2013-07-08 Thread Tamas Szekeres
You might also use one of the precompiled binary packages from http://www.gisinternals.com/sdk/ Best regards, Tamas 2013/7/8 swdmike > According to "GDAL Raster Formats",GDAL supports JP2 with OpenJPEG library > (v2). So I download openjpeg-2.0.0-win32-x86.zip , but I do not know how to > us

[gdal-dev] How to use JP2OpenJPEG with C#?

2013-07-08 Thread swdmike
According to "GDAL Raster Formats",GDAL supports JP2 with OpenJPEG library (v2). So I download openjpeg-2.0.0-win32-x86.zip , but I do not know how to use it. I copy all the dlls in the bin folder to my project's debug folder and write "Driver drv = Gdal.GetDriverByName("JP2OpenJPEG");", but the dr

[gdal-dev] Option to supress gdalinfo's Warning messages

2013-07-08 Thread Nikos Alexandris
Dear GDAL-ers, Is there a configuration option for GDAL to supress (gdalinfo) warnings like "Warning 1: Unable to save auxilary information in /vsisubfile/3884_478612158,..." ? I can't seem to find something in either or