Re: [gdal-dev] Problem building GDAL with GEOS on Cygwin

2018-05-29 Thread Marco Atzeri
On 5/30/2018 1:04 AM, Roberto Ribeiro wrote: Hello list, I'm trying to build GDAL 2.3 on Cygwin, and have been running amok with the GEOS option. I present the correct path for the geos_config file during ./configure, it does not throw any error, but after configuration is done, GEOS support is

[gdal-dev] Problem building GDAL with GEOS on Cygwin

2018-05-29 Thread Roberto Ribeiro
Hello list, I'm trying to build GDAL 2.3 on Cygwin, and have been running amok with the GEOS option. I present the correct path for the geos_config file during ./configure, it does not throw any error, but after configuration is done, GEOS support is marked as "no". And, sure enough, while the scri

Re: [gdal-dev] How to use the GDALRasterize function. Spefically GDALRasterizeOptions.

2018-05-29 Thread sreed
Even, Thank you so much! This fixed my problem! Thanks again, Sam > Sam, > >> >> I have a few questions with the GDALRasterize fuction. >> >> 1) How do I set the GDALRasterizeOptions? >> I have tried: >> >> /// Create the list of options. Use the same as found on the command >> line gdal_

Re: [gdal-dev] Problems with pct2rgb and gdal_translate

2018-05-29 Thread Even Rouault
On mardi 29 mai 2018 00:09:42 CEST Aklim wrote: > Hello. > > I try to mosaic images using gdalwrap from following instructions here > https://download.osgeo.org/gdal/workshop/foss4ge2015/workshop_gdal.html#__Re > fHeading__5961_1333016408 >

Re: [gdal-dev] How to use the GDALRasterize function. Spefically GDALRasterizeOptions.

2018-05-29 Thread Even Rouault
Sam, > > I have a few questions with the GDALRasterize fuction. > > 1) How do I set the GDALRasterizeOptions? > I have tried: > > /// Create the list of options. Use the same as found on the command > line gdal_rasterize utility > // http://www.gdal.org/gdal_rasterize.html > char *

[gdal-dev] Problems with pct2rgb and gdal_translate

2018-05-29 Thread Aklim
Hello. I try to mosaic images using gdalwrap from following instructions here https://download.osgeo.org/gdal/workshop/foss4ge2015/workshop_gdal.html#__RefHeading__5961_1333016408 1. proble