Re: [gdal-dev] converting ECW to GTiff for Linux

2017-03-04 Thread Micha Silver
On 03/04/2017 09:42 PM, Even Rouault wrote: On samedi 4 mars 2017 18:55:03 CET Micha Silver wrote: > Hello: > (I'm double posting as this problem is somewhere between GDAL and QGIS.) > > I have converted an ECW compressed aerial photo to geotiff with JPEG > compression on a Windows comput

Re: [gdal-dev] converting ECW to GTiff for Linux

2017-03-04 Thread Even Rouault
On samedi 4 mars 2017 18:55:03 CET Micha Silver wrote: > Hello: > (I'm double posting as this problem is somewhere between GDAL and QGIS.) > > I have converted an ECW compressed aerial photo to geotiff with JPEG > compression on a Windows computer with gdal_translate. The resulting tif > image dis

[gdal-dev] converting ECW to GTiff for Linux

2017-03-04 Thread Micha Silver
Hello: (I'm double posting as this problem is somewhere between GDAL and QGIS.) I have converted an ECW compressed aerial photo to geotiff with JPEG compression on a Windows computer with gdal_translate. The resulting tif image displays fine with QGIS on the Wind

Re: [gdal-dev] Reading SQLite in WAL mode as read-only

2017-03-04 Thread Even Rouault
On samedi 4 mars 2017 16:26:35 CET Rahkonen Jukka (MML) wrote: > Hi, > > I saw this changeset https://trac.osgeo.org/gdal/changeset/37594 and started > to think that how GDAL is reading SQLite db that is in WAL journal mode > from zip, tar, vsicurl or from non-writeble directory if it is document

[gdal-dev] Reading SQLite in WAL mode as read-only

2017-03-04 Thread Rahkonen Jukka (MML)
Hi, I saw this changeset https://trac.osgeo.org/gdal/changeset/37594 and started to think that how GDAL is reading SQLite db that is in WAL journal mode from zip, tar, vsicurl or from non-writeble directory if it is documented to be generally not possible http://www.sqlite.org/draft/wal.html?

Re: [gdal-dev] OGR - S57 - geometry extraction issue

2017-03-04 Thread Even Rouault
On samedi 4 mars 2017 16:12:03 CET David FERDOILLE wrote: > Hi, > > I'm sorry, I didn't have any time to work on integrating s57 data to > geoserver through ogr during several months but I got time to work on it > last month. > > The main issue : objects may be composed of multiple primitives > (

Re: [gdal-dev] OGR - S57 - geometry extraction issue

2017-03-04 Thread David FERDOILLE
Hi, I'm sorry, I didn't have any time to work on integrating s57 data to geoserver through ogr during several months but I got time to work on it last month. The main issue : objects may be composed of multiple primitives (isolated node or edge) with geometric attributes like posacc or quapo

Re: [gdal-dev] Proposed ogrmerge.py utility script

2017-03-04 Thread jratike80
Even Rouault-2 wrote > Opinions on script naming (I also tought to ogrcat.py to reflect the > similarity with the Unix cat > utility used to concatenate files), option naming, etc.. are welcome Hi, ogrmerge.py is good name for the script. I would rename -overwrite_lyr into -overwrite_layer. It p