Re: [gdal-dev] gdalenhance command issue with stddev option

2017-06-05 Thread naresh
Dear Rahkonen, Thanks for the quick response. However with gdalenhace -help showing the -stddev option. Please find the attache screenshot. [image: Inline image 1] Is there any other mechanism/tool is available for enhancing the images with stddev option. Thanks&Regards, Naresh On Tue, J

Re: [gdal-dev] Pix format reading Gdal

2017-06-05 Thread jratike80
naresh wrote > Dear All, > I have configured GDAL2.1.0 in windows 64 bit machine. > > The gdalwrap, gdaltranslate commands for pixfile formats showing error. > Please kindly help me how to overcome the issue > > Thanks&Regards, > Naresh Please kindly enhance your question which does not tell

Re: [gdal-dev] gdalenhance command issue with stddev option

2017-06-05 Thread jratike80
naresh wrote > Dear All, > I have configured GDAL2.1.0 in windows 64 bit machine. I am using > following command > > gdalenhance -of JPEG -stddev 2.0 E:\first.jpg E:\first_enhance.jpg > > got the following error > > option -stddev incomplete, or not recognised > > Please help me how to use

[gdal-dev] Pix format reading Gdal

2017-06-05 Thread naresh
Dear All, I have configured GDAL2.1.0 in windows 64 bit machine. The gdalwrap, gdaltranslate commands for pixfile formats showing error. Please kindly help me how to overcome the issue Thanks&Regards, Naresh -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Pix-format-r

[gdal-dev] gdalenhance command issue with stddev option

2017-06-05 Thread naresh
Dear All, I have configured GDAL2.1.0 in windows 64 bit machine. I am using following command gdalenhance -of JPEG -stddev 2.0 E:\first.jpg E:\first_enhance.jpg got the following error option -stddev incomplete, or not recognised Please help me how to use gdalenhance command with option st

Re: [gdal-dev] libcurl and the certificates and Windows

2017-06-05 Thread Even Rouault
On lundi 5 juin 2017 23:02:54 CEST Joaquim Luis wrote: > https://github.com/curl/curl/issues/1538 Hopefully https://trac.osgeo.org/gdal/changeset/38903 should improve the situation a bit (note: completely untested), provided curl-ca-bundle.crt is in one of the searched paths. Note: as far as I c

Re: [gdal-dev] libcurl and the certificates and Windows

2017-06-05 Thread Joaquim Luis
Even , I think you may be interested to see the all extend of https://github.com/curl/curl/issues/1538 Not friendliest place to report (possible) issues. Joaquim On lundi 5 juin 2017 19:07:24 CEST Vautour, André (INT) wrote: I'd like to add that I think an option like GDAL_HTTP_CA_CER

Re: [gdal-dev] libcurl and the certificates and Windows

2017-06-05 Thread Even Rouault
On lundi 5 juin 2017 19:07:24 CEST Vautour, André (INT) wrote: > I'd like to add that I think an option like GDAL_HTTP_CA_CERT_FILE or > GDAL_HTTP_CA_CERT_PATH would be useful to have. See http://gdal.org/cpl__http_8h.html#aee8368b7821300f4b81ef4da8a9c6a29 """ CAINFO=/path/to/bundle.crt. This is

Re: [gdal-dev] libcurl and the certificates and Windows

2017-06-05 Thread INT
I'd like to add that I think an option like GDAL_HTTP_CA_CERT_FILE or GDAL_HTTP_CA_CERT_PATH would be useful to have. In our applications, usage of libcurl outside of GDAL sets the CURLOPT_CAINFO to point to our certificate bundle, but, for GDAL, we instead set GDAL_HTTP_UNSAFESSL=YES. Had that