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
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
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
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
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
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
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
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
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