[gdal-dev] YAML, AppVeyor and the perks of continuous integration (Re: Willing to Pay for Help Building GDAL 3 on WIndows)

2019-05-28 Thread Raphael Das Gupta
On 28.05.19 06:29, CDelancy wrote: Unfortunately, I had never heard of a .yml file before your post and I would not know what to do with what you have linked. My attempts to research it haven't yielded anything useful. .yml is one of the file extensions for the text-based YAML data-serialization

Re: [gdal-dev] FW: gdal_merge.py

2018-03-28 Thread Raphael Das Gupta
On 28.03.2018 16:31, Marcos Dione wrote: > in my opinion, gdal_merge should be used only if the merged version > will be used for more things or if you're going to use it with something > that doesn't know how to read the .vrt files (i.e., is not using gdal). Even then it seems to be faster to

Re: [gdal-dev] FW: gdal_merge.py

2018-03-28 Thread Raphael Das Gupta
Hi Ian, heya GDALers On 27.03.2018 22:56, Ian Reese wrote: > Maybe this is a bug or am I using gdal_merge.py improperly. I've recently become unsure whether (and when) gdal_merge.py should be used at all, or whether gdalbuildvrt followed by gdaltranslate or gdalwarp is always preferable. (Also ask

[gdal-dev] how to preserve color-interpretation when merging TIFFs and adding alpha band with gdalbuildvrt+gdalwarp?

2018-03-27 Thread Raphael Das Gupta
Heya GDALers Is someone here able to answer https://gis.stackexchange.com/q/274775/51574 ? (I didn't get any answers on GIS Stack Exchange, yet. If more information is needed, please let me know here or on Stack Exchange.) Is my approach (i.e. aiming to preserve color interpretation) even the rig