Re: [gdal-dev] Recommended strategy to handle MIF file with a few big multipolygons

2014-03-16 Thread Jorge Arevalo
Hello, On Tue, Mar 11, 2014 at 12:05 AM, Even Rouault wrote: > Well, attach a debugger to the ogr2ogr process and see where the time is > spent. > > your SQL clause could be replaced by "-fid 1", but I'm not sure that the > reason > for the slowness. > Don't know. I could handle to load it in P

Re: [gdal-dev] GML box in .JP2 image

2014-03-16 Thread Even Rouault
Le dimanche 16 mars 2014 19:23:18, Piero Campalani a écrit : > Hi list, > > I am using GDAL 1.10 + JP2OpenJPEG driver to encode .JP2 files including a > GML metadata box. > http://www.gdal.org/frmt_jp2openjpeg.html > > I used it successfully to gdal_translate a JP2 from a GeoTIFF image, but > the

[gdal-dev] GML box in .JP2 image

2014-03-16 Thread Piero Campalani
Hi list, I am using GDAL 1.10 + JP2OpenJPEG driver to encode .JP2 files including a GML metadata box. http://www.gdal.org/frmt_jp2openjpeg.html I used it successfully to gdal_translate a JP2 from a GeoTIFF image, but then: what are the read/write options for the user with regards to the GML box?

Re: [gdal-dev] Non-default drivers from packaged installation

2014-03-16 Thread Even Rouault
Le dimanche 16 mars 2014 12:50:39, Piero Campalani a écrit : > Hi list, > > my question is whether the drivers which are /not/ compiled by default in > GDAL (because they depend on some other library) are checked at run time. > I guess no. > > I am installing gdal-bin from APT, so if I need to en

[gdal-dev] Non-default drivers from packaged installation

2014-03-16 Thread Piero Campalani
Hi list, my question is whether the drivers which are /not/ compiled by default in GDAL (because they depend on some other library) are checked at run time. I guess no. I am installing gdal-bin from APT, so if I need to enable a driver (JP2OpenJPEG in my case) that is not shipped in my precompile