Re: [gdal-dev] Hi: GDAL CONFIG

2024-12-18 Thread Michał Kowalczuk via gdal-dev
Thank you Jukka, it helps in command line. Now I need to investigate why the same but using C API fails. The issue scenario is: 1. I set *GDAL_HTTP_USERPWD* using *CPLSetConfigOption* 2. I connect to the service as dataset (*GDALOpen*) 3. I get the first subdataset (*GDALOpen*) and downlo

[gdal-dev] Hi: GDAL CONFIG

2024-12-17 Thread Rahkonen Jukka via gdal-dev
Hi, Have you tried set GDAL_HTTP_USERPWD=user:pass -Jukka Rahkonen- Lähettäjä: gdal-dev Puolesta Michal Kowalczuk via gdal-dev Lähetetty: tiistai 17. joulukuuta 2024 19.49 Vastaanottaja: gdal-dev@lists.osgeo.org Aihe: [gdal-dev] GDAL CONFIG Dear GDAL colleagues, do you have any idea why the

[gdal-dev] Hi: Bug report gdal_translate

2021-11-02 Thread Rahkonen Jukka (MML)
Hi, I believe that you have found a bug in the Surfer documentation. You can see value 1.70141e+38, that is the maximum single precision float, used in for example https://support.goldensoftware.com/hc/en-us/articles/226806408-How-do-I-make-all-Z-values-above-or-below-a-certain-threshold-value-t

Re: [gdal-dev] Hi,

2021-04-01 Thread Andrew Bell
On Thu, Apr 1, 2021 at 12:34 PM Ahmet Temiz wrote: > How can I create a mask using C++ GDAL_API? > regards > It's not clear what you're asking, but you might start here: https://gdal.org/api/gdalrasterband_cpp.html#classGDALRasterBand_1a021cde274591f3e44c1fadea6914d0e8 -- Andrew Bell andrew.be

[gdal-dev] Hi,

2021-04-01 Thread Ahmet Temiz
How can I create a mask using C++ GDAL_API? regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Deprem Dairesi Başkanlığı Ahmet Temiz Geological Eng. Disaster and Emergency Management of Presidency ___

[gdal-dev] hi i wont to post to this list

2010-08-02 Thread Edi KARADUMI
And the topic is: Raster Strategies Example I have read many strategies for raster performance, but i still have problems with my case. The posts that i have read explain the strategie, but are not very detailed. Im new to mapserver so i have problems implementing them. My case is: -about 6000 ti

[gdal-dev] Hi!

2010-07-11 Thread Мария Сергеева
Hi 2 all! Good subscrubtion, thx! http://stydentkam.ru , http://ekzameny.net , http://referat-na-5.ru , http://hellocafe.ru , http://home-happy.ru , http://samkon.ru , http://scouts-russia.ru , http://bestxenon.ru , http://harmonia-plus.ru , http:

Re: [gdal-dev] Hi want to get gdal.jar

2010-07-10 Thread Tamas Szekeres
The Windows binaries found at http://vbkto.dyndns.org/sdk/ should contain the Java bindings. Best regards, Tamas 2010/7/10 Gurpreet singh > Hi, >Want to know if the JAR file of Gdal is available for > download...I dont want to make it by swig but if I can get it > directly..

[gdal-dev] Hi want to get gdal.jar

2010-07-09 Thread Gurpreet singh
Hi, Want to know if the JAR file of Gdal is available for download...I dont want to make it by swig but if I can get it directly.. Regards gurpreet singh ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/lis

Re: [gdal-dev] Hi.

2010-05-17 Thread benang
My bad, I was unintentionally replied to Piotr's email instead of GDAL's mailing list. :D Thanks a lot Piotr. That can help, but still I don't have a clue about the dependencies for GDAL. I want to know whether or not there are duplicate dependencies between GDAL and OGRE3D (and maybe other librar

Re: [gdal-dev] Hi.

2010-05-14 Thread Piotr Tracz
W dniu 2010-05-14 10:09, ben...@cs.its.ac.id pisze: 2. When I first downloaded GDAL for my project, I used the original nmake version of the project. But it kind of inefficient because every time I need to build my solution, the GDAL will always do a clean build, even if I didn't change any part

[gdal-dev] Hi.

2010-05-14 Thread benang
Hi guys, I'm a new member in the mailing list. I'm doing some project that requires me to read from a MapInfo GeoSet files and make a 3D representation out of it. So when I read GDAL's description, I think I've made the right choice about how to read from the GeoSet. And for the 3D part, I will be

Re: [gdal-dev] Hi,how to translate many files to a file

2010-04-15 Thread Chaitanya kumar CH
weixj2003ld, There are two ways. One is to use gdal_merge.py script. Other is to use gdalbuildvrt to build a VRT and use gdal_translate to convert the VRT to your desired format. Refer to http://www.gdal.org/gdal_utilities.html for help. 2010/4/15 weixj2003ld > Hi, > I have 6 .tif files,and wan

[gdal-dev] Hi,how to translate many files to a file

2010-04-15 Thread weixj2003ld
Hi, I have 6 .tif files,and want to get a JPEG file or a tif file. How to realize it with command gdal_translate? Thk u in advance.___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev