Re: [gdal-dev] compile error on windows

2016-08-01 Thread twhall
I had previously built HDF5 v1.8.17 as a 64-bit DLL on Windows 10, Visual Studio 2010. Today I tried to rebuild GDAL v2.0.2 to include the HDF5 format, but failed with the undefined symbols as reported by Ryan Grout on Apr. 29. I followed his advice from May 02, to edit frmts/hdf5/makefile.vc, re

[gdal-dev] DPI for printing in geospatial PDF

2016-08-01 Thread John W. Glendening
A previous thread http://lists.osgeo.org/pipermail/gdal-dev/2015-May/041727.html discussed the effect of the DPI parameter of the geospatial PDF driver, one response being "It may be that DPI setting at the moment does not have a totally desired effect. It would feel natural that increasing DPI

Re: [gdal-dev] Question on GDAL using libjpegturbo

2016-08-01 Thread Lucian Plesea
How about 8 and 12 bit JPEG simultaneously, using libjpegturbo? Thanks, Lucian ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] netCDF with VIRTUALIO?

2016-08-01 Thread Lucian Plesea
Thanks, I'll give it a try! Lucian -Original Message- From: Even Rouault [mailto:even.roua...@spatialys.com] Sent: Monday, August 01, 2016 12:48 PM To: gdal-dev@lists.osgeo.org Cc: Lucian Plesea Subject: Re: [gdal-dev] netCDF with VIRTUALIO? On Monday 01 August 2016 19:23:50 Lucian Ples

Re: [gdal-dev] netCDF with VIRTUALIO?

2016-08-01 Thread Even Rouault
On Monday 01 August 2016 19:23:50 Lucian Plesea wrote: > The driver itself doesn't seem to have support, but before I write it off, > is there a way to get netCDF to work with virtualIO? Lucian, On Linux, you can use the vsipreload hack : https://lists.osgeo.org/pipermail/gdal-dev/2013-May/03635

[gdal-dev] netCDF with VIRTUALIO?

2016-08-01 Thread Lucian Plesea
The driver itself doesn't seem to have support, but before I write it off, is there a way to get netCDF to work with virtualIO? Thank You, Lucian ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Question on GDAL using libjpegturbo.

2016-08-01 Thread Even Rouault
Daniele, There's generally nothing particular to do to make GDAL run against libjpeg- turbo. libjpeg-turbo has been the default libjpeg on Ubuntu since a long time. Not sure about CentOS. libjpeg-turbo can be built to be compatible with IJG libjpeg ABI, 6b or 7 if I remember well (this is a ./co

Re: [gdal-dev] Multithreading issue on pixel-based intensive access (GDAL 2.1.0)

2016-08-01 Thread Francisco Javier Calzado
Thank you so much Even, it is working now! I will check the link and send my driver code soon. Javier. -Original Message- From: Even Rouault [mailto:even.roua...@spatialys.com] Sent: 30 July, 2016 17:10 To: Francisco Javier Calzado Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] M

[gdal-dev] GSoC GDAL DWG Support [Week 10]

2016-08-01 Thread Борзых Александр Андреевич
Blogpost link. 1. This week I've done: Pull request to GDAL-trunk was opened. OGR CAD Driver changes: - Python tests are done

[gdal-dev] GSoC GDAL DWG Support [Week 10]

2016-08-01 Thread Борзых Александр Андреевич
Blogpost link. 1. This week I've done: Pull request to GDAL-trunk was opened. OGR CAD Driver changes: - Python tests are done

[gdal-dev] Question on GDAL using libjpegturbo.

2016-08-01 Thread Daniele Romagnoli
Hi List, we are doing some performance tests with gdal operations (translate, warp, ...) and we are rewriting our output files as GeoTIFF with JPEG compression and YCBCR Photometric interpretation. We would like to involve libjpegturbo on that so I have a couple of questions on the topic. Before st