Re: [gdal-dev] Open Jpeg 2.3.0 and OPJ_NUM_THREADS

2017-11-01 Thread N. Farah
Looking at https://trac.osgeo.org/gdal/browser/trunk/gdal/frmts/openjpeg/openjpegdataset.cpp?rev=40418 I now see the GDAL made changes to enable multi-threading. Thanks Noureddine Farah From: N. Farah Sent: Tuesday, October 31, 2017 3:50:15 PM To: Even

Re: [gdal-dev] Open Jpeg 2.3.0 and OPJ_NUM_THREADS

2017-10-31 Thread N. Farah
esday, October 31, 2017 3:47:01 PM To: gdal-dev@lists.osgeo.org Cc: N. Farah Subject: Re: [gdal-dev] Open Jpeg 2.3.0 and OPJ_NUM_THREADS On mardi 31 octobre 2017 19:39:23 CET N. Farah wrote: > Hi, > > > In http://gdal.org/frmt_jp2openjpeg.html under 'Thread Support' sectio

[gdal-dev] Open Jpeg 2.3.0 and OPJ_NUM_THREADS

2017-10-31 Thread N. Farah
Hi, In http://gdal.org/frmt_jp2openjpeg.html under 'Thread Support' section there is the following: "Starting with GDAL 2.3, this multi-threading at code-block level is automatically enabled by GDAL". Was meant "Starting with OpenJpeg 2.3, ..." ? If yes, was that enabling made in the 'OpenJ

Re: [gdal-dev] Fwd: [OpenJPEG] OpenJPEG 2.2.0 is out ! Faster and safer.

2017-08-29 Thread N. Farah
Noureddine From: Even Rouault Sent: Monday, August 28, 2017 2:55 PM To: N. Farah Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Fwd: [OpenJPEG] OpenJPEG 2.2.0 is out ! Faster and safer. On lundi 28 août 2017 18:00:03 CEST N. Farah wrote: > Thanks Even for the q

Re: [gdal-dev] Fwd: [OpenJPEG] OpenJPEG 2.2.0 is out ! Faster and safer.

2017-08-28 Thread N. Farah
ouault Sent: Monday, August 28, 2017 1:40:31 PM To: N. Farah Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Fwd: [OpenJPEG] OpenJPEG 2.2.0 is out ! Faster and safer. Hi, > > > I rebuilt GDAL (older version: 2.1.2) using this new open jpeg 2.2.0 > (https://github.com/ucl

Re: [gdal-dev] Fwd: [OpenJPEG] OpenJPEG 2.2.0 is out ! Faster and safer.

2017-08-28 Thread N. Farah
this be cause by 'gdal_translate' not using threads that the new openjpeg uses for performance boost ? Or could it one of GDAL configuration or the built version of OpenJpeg need to be rebuilt using different config ? Thanks Noureddine Farah ____ From

Re: [gdal-dev] Fwd: [OpenJPEG] OpenJPEG 2.2.0 is out ! Faster and safer.

2017-08-14 Thread N. Farah
Right...since GDAL does not ship the 3rd party lib(s). Thanks again From: Even Rouault Sent: Monday, August 14, 2017 4:49:09 AM To: gdal-dev@lists.osgeo.org Cc: N. Farah Subject: Re: [gdal-dev] Fwd: [OpenJPEG] OpenJPEG 2.2.0 is out ! Faster and safer. On

[gdal-dev] Fwd: [OpenJPEG] OpenJPEG 2.2.0 is out ! Faster and safer.

2017-08-14 Thread N. Farah
Great news. Thanks for the work. Any plans to integrate this new version in GDAL ? Thanks Noureddine Farah ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] does gdal support multiple simultaneous writers to raster

2013-01-14 Thread N. Farah
Thanks Even for your response. That clarifies more the current capabilities of GDAL on parallel processing.I think that as parallel processing gain more momentum, GDAL and multiple GDAL based applications would benefit for adopting it.In Windows world, parallel processing was added in Visual Stu

[gdal-dev] does gdal support multiple simultaneous writers to raster

2013-01-11 Thread N. Farah
Simultaneous writers to different dataset or the same dataset ?In related topic, can GDAL writte to different dataset in a parallel way ?ex. convert multiple datasets to different output datasets in a parallel way.Would those parallel operations not be affected by GDAL caching for bot read and

[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

[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] Unrecognized Geopdf files using GDAL 1.8

2011-02-28 Thread N. Farah
. Noureddine Farah > Date: Mon, 28 Feb 2011 08:57:22 +0100 > From: even.roua...@mines-paris.org > To: nfa...@hotmail.com > CC: even.roua...@mines-paris.org; gdal-dev@lists.osgeo.org > Subject: RE: [gdal-dev] Unrecognized Geopdf files using GDAL 1.8 > > Selon "N. Farah&q

RE: [gdal-dev] Unrecognized Geopdf files using GDAL 1.8

2011-02-27 Thread N. Farah
ecognized Geopdf files using GDAL 1.8 > Date: Mon, 28 Feb 2011 00:42:34 +0100 > CC: nfa...@hotmail.com > > Le lundi 28 février 2011 00:26:43, N. Farah a écrit : > > Hi, > > Using gdalinfo (http://vbkto.dyndns.org:1280/sdk/) on few geopdf files did > > not recognized

[gdal-dev] Unrecognized Geopdf files using GDAL 1.8

2011-02-27 Thread N. Farah
Hi, Using gdalinfo (http://vbkto.dyndns.org:1280/sdk/) on few geopdf files did not recognized the files as supported.Other files were opened and recognized ok. Here are 3 files that were unrecognized: http://www.agc.army.mil/GeoPDFgallery/3D/Fargo.jpg http://www.agc.army.mil/GeoPDFgallery/3D/Far

RE: [gdal-dev] gdalinfo crash on a jpeg 2000 file

2011-02-27 Thread N. Farah
11 00:14:01 +0100 > CC: nfa...@hotmail.com > > Le lundi 28 février 2011 00:02:31, N. Farah a écrit : > > Hi, > > Using gdalinfo from GDAL 1.8 release build > > (http://vbkto.dyndns.org:1280/sdk/) on this jpeg 2000 > > file(http://www.openjpeg.org/samples/Facade.j2k) crash !

[gdal-dev] gdalinfo crash on a jpeg 2000 file

2011-02-27 Thread N. Farah
Hi, Using gdalinfo from GDAL 1.8 release build (http://vbkto.dyndns.org:1280/sdk/) on this jpeg 2000 file(http://www.openjpeg.org/samples/Facade.j2k) crash ! To debug it I built gdal from source and registered only open jpeg 2000 driver: it appears that a unhandled exception wasthrown at this li